COLOR #AAD1CB

HEX: #AAD1CB
RGB: (170,209,203)

Color info

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

RGB color model

#AAD1CB color RGB value is (170,209,203).

  • red value is 170;
  • green value is 209;
  • blue value is 203.
RGB:
(170,209,203)
(67%,82%,80%)

RGB channels and saturation

R 170 of 255 = 67%
G 209 of 255 = 82%
B 203 of 255 = 80%

170
209
203

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

Portions of RGB colors in percentages

R + G + B =
170 + 209 + 203 = 582 (100%)
R 170 of 582 ~ 29.21%
G 209 of 582 ~ 35.91%
B 203 of 582 ~ 34.88%

%29.21
%35.91
%34.88

CMYK color model

#AAD1CB color CMYK value is (19,0,3,18).

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 18.04%
CMYK:
(19,0,3,18)
C19M0Y3K18 
(19%,0%,3%,18%)
(0.19/0.00/0.03/0.18)	

CMYK percentages

%18.66
%0
%2.87
%18.04

Codes

Color #AAD1CB in popluar color models

AAD1CB
RGB170209203
HSL171°29.77%74.31%
HSB/HSV171°18.66%81.96%
CMYK18.66%0.00%2.87%
18.04%

Color #AAD1CB in popluar number systems.

HEXAAD1CB
Decimal170209203
Binary101010101101000111001011
Octal252321313

Shades and tints

Shades of #AAD1CB

#AAD1CB
(170,209,203)
#9BBEB9
(155,190,185)
#8CABA7
(140,171,167)
#7D9895
(125,152,149)
#6E8583
(110,133,131)
#5F7271
(95,114,113)
#505F5F
(80,95,95)
#414C4D
(65,76,77)
#32393B
(50,57,59)
#232629
(35,38,41)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #AAD1CB

#AAD1CB
(170,209,203)
#B1D5CF
(177,213,207)
#B8D9D3
(184,217,211)
#BFDDD7
(191,221,215)
#C6E1DB
(198,225,219)
#CDE5DF
(205,229,223)
#D4E9E3
(212,233,227)
#DBEDE7
(219,237,231)
#E2F1EB
(226,241,235)
#E9F5EF
(233,245,239)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD1CB color. Also use rgb(170,209,203) instead hex code.

Text Font Color

.myTextColor { color: #AAD1CB; }

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

This text font color is #AAD1CB.


Background Color

.myBgColor { background-color: #AAD1CB; }

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

This div background color is #AAD1CB.


Border color

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

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

This div border color is #AAD1CB.


Opacity

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

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

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

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

This text has shadow with #AAD1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD1CB on black background.


Color preview on white background

This text has color #AAD1CB on white background.



Black color preview on #AAD1CB background

This text has black color on #AAD1CB background.


White color preview on #AAD1CB background

This text has white color on #AAD1CB background.