COLOR #A4DCC7

HEX: #A4DCC7
RGB: (164,220,199)

Color info

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

RGB color model

#A4DCC7 color RGB value is (164,220,199).

  • red value is 164;
  • green value is 220;
  • blue value is 199.
RGB:
(164,220,199)
(64%,86%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 220 of 255 = 86%
B 199 of 255 = 78%

164
220
199

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

Portions of RGB colors in percentages

R + G + B =
164 + 220 + 199 = 583 (100%)
R 164 of 583 ~ 28.13%
G 220 of 583 ~ 37.74%
B 199 of 583 ~ 34.13%

%28.13
%37.74
%34.13

CMYK color model

#A4DCC7 color CMYK value is (25,0,10,14).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 13.73%
CMYK:
(25,0,10,14)
C25M0Y10K14 
(25%,0%,10%,14%)
(0.25/0.00/0.10/0.14)	

CMYK percentages

%25.45
%0
%9.55
%13.73

Codes

Color #A4DCC7 in popluar color models

A4DCC7
RGB164220199
HSL158°44.44%75.29%
HSB/HSV158°25.45%86.27%
CMYK25.45%0.00%9.55%
13.73%

Color #A4DCC7 in popluar number systems.

HEXA4DCC7
Decimal164220199
Binary101001001101110011000111
Octal244334307

Shades and tints

Shades of #A4DCC7

#A4DCC7
(164,220,199)
#96C8B5
(150,200,181)
#88B4A3
(136,180,163)
#7AA091
(122,160,145)
#6C8C7F
(108,140,127)
#5E786D
(94,120,109)
#50645B
(80,100,91)
#425049
(66,80,73)
#343C37
(52,60,55)
#262825
(38,40,37)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4DCC7

#A4DCC7
(164,220,199)
#ACDFCC
(172,223,204)
#B4E2D1
(180,226,209)
#BCE5D6
(188,229,214)
#C4E8DB
(196,232,219)
#CCEBE0
(204,235,224)
#D4EEE5
(212,238,229)
#DCF1EA
(220,241,234)
#E4F4EF
(228,244,239)
#ECF7F4
(236,247,244)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DCC7 color. Also use rgb(164,220,199) instead hex code.

Text Font Color

.myTextColor { color: #A4DCC7; }

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

This text font color is #A4DCC7.


Background Color

.myBgColor { background-color: #A4DCC7; }

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

This div background color is #A4DCC7.


Border color

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

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

This div border color is #A4DCC7.


Opacity

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

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

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

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

This text has shadow with #A4DCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DCC7 on black background.


Color preview on white background

This text has color #A4DCC7 on white background.



Black color preview on #A4DCC7 background

This text has black color on #A4DCC7 background.


White color preview on #A4DCC7 background

This text has white color on #A4DCC7 background.