COLOR #A4D9C2

HEX: #A4D9C2
RGB: (164,217,194)

Color info

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

RGB color model

#A4D9C2 color RGB value is (164,217,194).

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

RGB channels and saturation

R 164 of 255 = 64%
G 217 of 255 = 85%
B 194 of 255 = 76%

164
217
194

R + G + B ~ 75%. #A4D9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 217 + 194 = 575 (100%)
R 164 of 575 ~ 28.52%
G 217 of 575 ~ 37.74%
B 194 of 575 ~ 33.74%

%28.52
%37.74
%33.74

CMYK color model

#A4D9C2 color CMYK value is (24,0,11,15).

  • cyan value is 24.42%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 14.90%
CMYK:
(24,0,11,15)
C24M0Y11K15 
(24%,0%,11%,15%)
(0.24/0.00/0.11/0.15)	

CMYK percentages

%24.42
%0
%10.6
%14.9

Codes

Color #A4D9C2 in popluar color models

A4D9C2
RGB164217194
HSL154°41.09%74.71%
HSB/HSV154°24.42%85.10%
CMYK24.42%0.00%10.60%
14.90%

Color #A4D9C2 in popluar number systems.

HEXA4D9C2
Decimal164217194
Binary101001001101100111000010
Octal244331302

Shades and tints

Shades of #A4D9C2

#A4D9C2
(164,217,194)
#96C6B1
(150,198,177)
#88B3A0
(136,179,160)
#7AA08F
(122,160,143)
#6C8D7E
(108,141,126)
#5E7A6D
(94,122,109)
#50675C
(80,103,92)
#42544B
(66,84,75)
#34413A
(52,65,58)
#262E29
(38,46,41)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #A4D9C2

#A4D9C2
(164,217,194)
#ACDCC7
(172,220,199)
#B4DFCC
(180,223,204)
#BCE2D1
(188,226,209)
#C4E5D6
(196,229,214)
#CCE8DB
(204,232,219)
#D4EBE0
(212,235,224)
#DCEEE5
(220,238,229)
#E4F1EA
(228,241,234)
#ECF4EF
(236,244,239)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D9C2; }

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

This text font color is #A4D9C2.


Background Color

.myBgColor { background-color: #A4D9C2; }

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

This div background color is #A4D9C2.


Border color

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

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

This div border color is #A4D9C2.


Opacity

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

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

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

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

This text has shadow with #A4D9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D9C2 on black background.


Color preview on white background

This text has color #A4D9C2 on white background.



Black color preview on #A4D9C2 background

This text has black color on #A4D9C2 background.


White color preview on #A4D9C2 background

This text has white color on #A4D9C2 background.