COLOR #A5D1D7

HEX: #A5D1D7
RGB: (165,209,215)

Renk bilgisi

#A5D1D7 contains red, green and blue colors in about the same proportion. #A5D1D7 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5D1D7 color RGB value is (165,209,215).

  • kırmız ton 165;
  • yeşil ton 209;
  • mavi ton 215.
RGB:
(165,209,215)
(65%,82%,84%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 209 of 255 = 82%
B 215 of 255 = 84%

165
209
215

R + G + B ~ 77%. #A5D1D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 209 + 215 = 589 (100%)
R 165 of 589 ~ 28.01%
G 209 of 589 ~ 35.48%
B 215 of 589 ~ 36.5%

%28.01
%35.48
%36.5

CMYK RENK MODELİ

#A5D1D7 rengi CMYK tonu (23,3,0,16).

  • camgöbeği tonu 23.26%
  • eflatun tonu 2.79%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(23,3,0,16)
C23M3Y0K16 
(23%,3%,0%,16%)
(0.23/0.03/0.00/0.16)	

CMYK yüzdeleri

%23.26
%2.79
%0
%15.69

Codes

Color #A5D1D7 in popluar color models

A5D1D7
RGB165209215
HSL187°38.46%74.51%
HSB/HSV187°23.26%84.31%
CMYK23.26%2.79%0.00%
15.69%

Color #A5D1D7 in popluar number systems.

HEXA5D1D7
Decimal165209215
Binary101001011101000111010111
Octal245321327

Shades and tints

Shades of #A5D1D7

#A5D1D7
(165,209,215)
#96BEC4
(150,190,196)
#87ABB1
(135,171,177)
#78989E
(120,152,158)
#69858B
(105,133,139)
#5A7278
(90,114,120)
#4B5F65
(75,95,101)
#3C4C52
(60,76,82)
#2D393F
(45,57,63)
#1E262C
(30,38,44)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #A5D1D7

#A5D1D7
(165,209,215)
#ADD5DA
(173,213,218)
#B5D9DD
(181,217,221)
#BDDDE0
(189,221,224)
#C5E1E3
(197,225,227)
#CDE5E6
(205,229,230)
#D5E9E9
(213,233,233)
#DDEDEC
(221,237,236)
#E5F1EF
(229,241,239)
#EDF5F2
(237,245,242)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D1D7 color. Also use rgb(165,209,215) instead hex code.

Text Font Color

.myTextColor { color: #A5D1D7; }

<p style="color:#A5D1D7">This sample text font color is #A5D1D7.</p>

This text font color is #A5D1D7.


Background Color

.myBgColor { background-color: #A5D1D7; }

<div style="background-color:#A5D1D7">Inner text</div>

This div background color is #A5D1D7.


Border color

.myBorderColor { border: 1px solid #A5D1D7; }

<div style="border:3px solid #A5D1D7">Div</div>

This div border color is #A5D1D7.


Opacity

.myOpacity80 { color: #A5D1D7; opacity: 0.8; }

<p style="color:#A5D1D7;opacity:0.8;">80%</p>

Text with #A5D1D7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5D1D7;}

<p style="text-shadow: 3px 3px 1px #A5D1D7">Text here.</p>

This text has shadow with #A5D1D7 color.

.textShadow {text-shadow: 3px 3px 1px #A5D1D7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5D1D7, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5D1D7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5D1D7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5D1D7, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5D1D7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5D1D7;
  -webkit-box-shadow:	1px 1px 3px 2px #A5D1D7;
  box-shadow:		1px 1px 3px 2px #A5D1D7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5D1D7;
-webkit-box-shadow: 1px 1px 3px 2px #A5D1D7;
box-shadow:1px 1px 3px 2px #A5D1D7;">
Div content here</div>
This div box has shadow with color #A5D1D7.

Preview

Color preview on black background

This text has color #A5D1D7 on black background.


Color preview on white background

This text has color #A5D1D7 on white background.



Black color preview on #A5D1D7 background

This text has black color on #A5D1D7 background.


White color preview on #A5D1D7 background

This text has white color on #A5D1D7 background.