COLOR #A4D1D6

HEX: #A4D1D6
RGB: (164,209,214)

Color info

#A4D1D6 contains red, green and blue colors in about the same proportion. Web safe color of #A4D1D6 is #99CCCC (or #9CC).

RGB color model

#A4D1D6 color RGB value is (164,209,214).

  • red value is 164;
  • green value is 209;
  • blue value is 214.
RGB:
(164,209,214)
(64%,82%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 209 of 255 = 82%
B 214 of 255 = 84%

164
209
214

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

Portions of RGB colors in percentages

R + G + B =
164 + 209 + 214 = 587 (100%)
R 164 of 587 ~ 27.94%
G 209 of 587 ~ 35.6%
B 214 of 587 ~ 36.46%

%27.94
%35.6
%36.46

CMYK color model

#A4D1D6 color CMYK value is (23,2,0,16).

  • cyan value is 23.36%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,2,0,16)
C23M2Y0K16 
(23%,2%,0%,16%)
(0.23/0.02/0.00/0.16)	

CMYK percentages

%23.36
%2.34
%0
%16.08

Codes

Color #A4D1D6 in popluar color models

A4D1D6
RGB164209214
HSL186°37.88%74.12%
HSB/HSV186°23.36%83.92%
CMYK23.36%2.34%0.00%
16.08%

Color #A4D1D6 in popluar number systems.

HEXA4D1D6
Decimal164209214
Binary101001001101000111010110
Octal244321326

Shades and tints

Shades of #A4D1D6

#A4D1D6
(164,209,214)
#96BEC3
(150,190,195)
#88ABB0
(136,171,176)
#7A989D
(122,152,157)
#6C858A
(108,133,138)
#5E7277
(94,114,119)
#505F64
(80,95,100)
#424C51
(66,76,81)
#34393E
(52,57,62)
#26262B
(38,38,43)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #A4D1D6

#A4D1D6
(164,209,214)
#ACD5D9
(172,213,217)
#B4D9DC
(180,217,220)
#BCDDDF
(188,221,223)
#C4E1E2
(196,225,226)
#CCE5E5
(204,229,229)
#D4E9E8
(212,233,232)
#DCEDEB
(220,237,235)
#E4F1EE
(228,241,238)
#ECF5F1
(236,245,241)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D1D6 color. Also use rgb(164,209,214) instead hex code.

Text Font Color

.myTextColor { color: #A4D1D6; }

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

This text font color is #A4D1D6.


Background Color

.myBgColor { background-color: #A4D1D6; }

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

This div background color is #A4D1D6.


Border color

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

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

This div border color is #A4D1D6.


Opacity

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

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

Text with #A4D1D6 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 #A4D1D6;}

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

This text has shadow with #A4D1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D1D6 on black background.


Color preview on white background

This text has color #A4D1D6 on white background.



Black color preview on #A4D1D6 background

This text has black color on #A4D1D6 background.


White color preview on #A4D1D6 background

This text has white color on #A4D1D6 background.