COLOR #A4D9CD

HEX: #A4D9CD
RGB: (164,217,205)

Color info

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

RGB color model

#A4D9CD color RGB value is (164,217,205).

  • red value is 164;
  • green value is 217;
  • blue value is 205.
RGB:
(164,217,205)
(64%,85%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 217 of 255 = 85%
B 205 of 255 = 80%

164
217
205

R + G + B ~ 76%. #A4D9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 217 + 205 = 586 (100%)
R 164 of 586 ~ 27.99%
G 217 of 586 ~ 37.03%
B 205 of 586 ~ 34.98%

%27.99
%37.03
%34.98

CMYK color model

#A4D9CD color CMYK value is (24,0,6,15).

  • cyan value is 24.42%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 14.90%
CMYK:
(24,0,6,15)
C24M0Y6K15 
(24%,0%,6%,15%)
(0.24/0.00/0.06/0.15)	

CMYK percentages

%24.42
%0
%5.53
%14.9

Codes

Color #A4D9CD in popluar color models

A4D9CD
RGB164217205
HSL166°41.09%74.71%
HSB/HSV166°24.42%85.10%
CMYK24.42%0.00%5.53%
14.90%

Color #A4D9CD in popluar number systems.

HEXA4D9CD
Decimal164217205
Binary101001001101100111001101
Octal244331315

Shades and tints

Shades of #A4D9CD

#A4D9CD
(164,217,205)
#96C6BB
(150,198,187)
#88B3A9
(136,179,169)
#7AA097
(122,160,151)
#6C8D85
(108,141,133)
#5E7A73
(94,122,115)
#506761
(80,103,97)
#42544F
(66,84,79)
#34413D
(52,65,61)
#262E2B
(38,46,43)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #A4D9CD

#A4D9CD
(164,217,205)
#ACDCD1
(172,220,209)
#B4DFD5
(180,223,213)
#BCE2D9
(188,226,217)
#C4E5DD
(196,229,221)
#CCE8E1
(204,232,225)
#D4EBE5
(212,235,229)
#DCEEE9
(220,238,233)
#E4F1ED
(228,241,237)
#ECF4F1
(236,244,241)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D9CD color. Also use rgb(164,217,205) instead hex code.

Text Font Color

.myTextColor { color: #A4D9CD; }

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

This text font color is #A4D9CD.


Background Color

.myBgColor { background-color: #A4D9CD; }

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

This div background color is #A4D9CD.


Border color

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

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

This div border color is #A4D9CD.


Opacity

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

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

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

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

This text has shadow with #A4D9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D9CD on black background.


Color preview on white background

This text has color #A4D9CD on white background.



Black color preview on #A4D9CD background

This text has black color on #A4D9CD background.


White color preview on #A4D9CD background

This text has white color on #A4D9CD background.