COLOR #AADEB8

HEX: #AADEB8
RGB: (170,222,184)

Color info

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

RGB color model

#AADEB8 color RGB value is (170,222,184).

  • red value is 170;
  • green value is 222;
  • blue value is 184.
RGB:
(170,222,184)
(67%,87%,72%)

RGB channels and saturation

R 170 of 255 = 67%
G 222 of 255 = 87%
B 184 of 255 = 72%

170
222
184

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

Portions of RGB colors in percentages

R + G + B =
170 + 222 + 184 = 576 (100%)
R 170 of 576 ~ 29.51%
G 222 of 576 ~ 38.54%
B 184 of 576 ~ 31.94%

%29.51
%38.54
%31.94

CMYK color model

#AADEB8 color CMYK value is (23,0,17,13).

  • cyan value is 23.42%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 12.94%
CMYK:
(23,0,17,13)
C23M0Y17K13 
(23%,0%,17%,13%)
(0.23/0.00/0.17/0.13)	

CMYK percentages

%23.42
%0
%17.12
%12.94

Codes

Color #AADEB8 in popluar color models

AADEB8
RGB170222184
HSL136°44.07%76.86%
HSB/HSV136°23.42%87.06%
CMYK23.42%0.00%17.12%
12.94%

Color #AADEB8 in popluar number systems.

HEXAADEB8
Decimal170222184
Binary101010101101111010111000
Octal252336270

Shades and tints

Shades of #AADEB8

#AADEB8
(170,222,184)
#9BCAA8
(155,202,168)
#8CB698
(140,182,152)
#7DA288
(125,162,136)
#6E8E78
(110,142,120)
#5F7A68
(95,122,104)
#506658
(80,102,88)
#415248
(65,82,72)
#323E38
(50,62,56)
#232A28
(35,42,40)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #AADEB8

#AADEB8
(170,222,184)
#B1E1BE
(177,225,190)
#B8E4C4
(184,228,196)
#BFE7CA
(191,231,202)
#C6EAD0
(198,234,208)
#CDEDD6
(205,237,214)
#D4F0DC
(212,240,220)
#DBF3E2
(219,243,226)
#E2F6E8
(226,246,232)
#E9F9EE
(233,249,238)
#F0FCF4
(240,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADEB8 color. Also use rgb(170,222,184) instead hex code.

Text Font Color

.myTextColor { color: #AADEB8; }

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

This text font color is #AADEB8.


Background Color

.myBgColor { background-color: #AADEB8; }

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

This div background color is #AADEB8.


Border color

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

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

This div border color is #AADEB8.


Opacity

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

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

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

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

This text has shadow with #AADEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADEB8 on black background.


Color preview on white background

This text has color #AADEB8 on white background.



Black color preview on #AADEB8 background

This text has black color on #AADEB8 background.


White color preview on #AADEB8 background

This text has white color on #AADEB8 background.