COLOR #AADFC4

HEX: #AADFC4
RGB: (170,223,196)

Color info

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

RGB color model

#AADFC4 color RGB value is (170,223,196).

  • red value is 170;
  • green value is 223;
  • blue value is 196.
RGB:
(170,223,196)
(67%,87%,77%)

RGB channels and saturation

R 170 of 255 = 67%
G 223 of 255 = 87%
B 196 of 255 = 77%

170
223
196

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

Portions of RGB colors in percentages

R + G + B =
170 + 223 + 196 = 589 (100%)
R 170 of 589 ~ 28.86%
G 223 of 589 ~ 37.86%
B 196 of 589 ~ 33.28%

%28.86
%37.86
%33.28

CMYK color model

#AADFC4 color CMYK value is (24,0,12,13).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 12.55%
CMYK:
(24,0,12,13)
C24M0Y12K13 
(24%,0%,12%,13%)
(0.24/0.00/0.12/0.13)	

CMYK percentages

%23.77
%0
%12.11
%12.55

Codes

Color #AADFC4 in popluar color models

AADFC4
RGB170223196
HSL149°45.30%77.06%
HSB/HSV149°23.77%87.45%
CMYK23.77%0.00%12.11%
12.55%

Color #AADFC4 in popluar number systems.

HEXAADFC4
Decimal170223196
Binary101010101101111111000100
Octal252337304

Shades and tints

Shades of #AADFC4

#AADFC4
(170,223,196)
#9BCBB3
(155,203,179)
#8CB7A2
(140,183,162)
#7DA391
(125,163,145)
#6E8F80
(110,143,128)
#5F7B6F
(95,123,111)
#50675E
(80,103,94)
#41534D
(65,83,77)
#323F3C
(50,63,60)
#232B2B
(35,43,43)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #AADFC4

#AADFC4
(170,223,196)
#B1E1C9
(177,225,201)
#B8E3CE
(184,227,206)
#BFE5D3
(191,229,211)
#C6E7D8
(198,231,216)
#CDE9DD
(205,233,221)
#D4EBE2
(212,235,226)
#DBEDE7
(219,237,231)
#E2EFEC
(226,239,236)
#E9F1F1
(233,241,241)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADFC4 color. Also use rgb(170,223,196) instead hex code.

Text Font Color

.myTextColor { color: #AADFC4; }

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

This text font color is #AADFC4.


Background Color

.myBgColor { background-color: #AADFC4; }

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

This div background color is #AADFC4.


Border color

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

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

This div border color is #AADFC4.


Opacity

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

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

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

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

This text has shadow with #AADFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADFC4 on black background.


Color preview on white background

This text has color #AADFC4 on white background.



Black color preview on #AADFC4 background

This text has black color on #AADFC4 background.


White color preview on #AADFC4 background

This text has white color on #AADFC4 background.