COLOR #AAD0BD

HEX: #AAD0BD
RGB: (170,208,189)

Color info

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

RGB color model

#AAD0BD color RGB value is (170,208,189).

  • red value is 170;
  • green value is 208;
  • blue value is 189.
RGB:
(170,208,189)
(67%,82%,74%)

RGB channels and saturation

R 170 of 255 = 67%
G 208 of 255 = 82%
B 189 of 255 = 74%

170
208
189

R + G + B ~ 74%. #AAD0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 208 + 189 = 567 (100%)
R 170 of 567 ~ 29.98%
G 208 of 567 ~ 36.68%
B 189 of 567 ~ 33.33%

%29.98
%36.68
%33.33

CMYK color model

#AAD0BD color CMYK value is (18,0,9,18).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 18.43%
CMYK:
(18,0,9,18)
C18M0Y9K18 
(18%,0%,9%,18%)
(0.18/0.00/0.09/0.18)	

CMYK percentages

%18.27
%0
%9.13
%18.43

Codes

Color #AAD0BD in popluar color models

AAD0BD
RGB170208189
HSL150°28.79%74.12%
HSB/HSV150°18.27%81.57%
CMYK18.27%0.00%9.13%
18.43%

Color #AAD0BD in popluar number systems.

HEXAAD0BD
Decimal170208189
Binary101010101101000010111101
Octal252320275

Shades and tints

Shades of #AAD0BD

#AAD0BD
(170,208,189)
#9BBEAC
(155,190,172)
#8CAC9B
(140,172,155)
#7D9A8A
(125,154,138)
#6E8879
(110,136,121)
#5F7668
(95,118,104)
#506457
(80,100,87)
#415246
(65,82,70)
#324035
(50,64,53)
#232E24
(35,46,36)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #AAD0BD

#AAD0BD
(170,208,189)
#B1D4C3
(177,212,195)
#B8D8C9
(184,216,201)
#BFDCCF
(191,220,207)
#C6E0D5
(198,224,213)
#CDE4DB
(205,228,219)
#D4E8E1
(212,232,225)
#DBECE7
(219,236,231)
#E2F0ED
(226,240,237)
#E9F4F3
(233,244,243)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD0BD color. Also use rgb(170,208,189) instead hex code.

Text Font Color

.myTextColor { color: #AAD0BD; }

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

This text font color is #AAD0BD.


Background Color

.myBgColor { background-color: #AAD0BD; }

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

This div background color is #AAD0BD.


Border color

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

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

This div border color is #AAD0BD.


Opacity

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

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

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

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

This text has shadow with #AAD0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD0BD on black background.


Color preview on white background

This text has color #AAD0BD on white background.



Black color preview on #AAD0BD background

This text has black color on #AAD0BD background.


White color preview on #AAD0BD background

This text has white color on #AAD0BD background.