COLOR #AAD7BF

HEX: #AAD7BF
RGB: (170,215,191)

Color info

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

RGB color model

#AAD7BF color RGB value is (170,215,191).

  • red value is 170;
  • green value is 215;
  • blue value is 191.
RGB:
(170,215,191)
(67%,84%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 215 of 255 = 84%
B 191 of 255 = 75%

170
215
191

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

Portions of RGB colors in percentages

R + G + B =
170 + 215 + 191 = 576 (100%)
R 170 of 576 ~ 29.51%
G 215 of 576 ~ 37.33%
B 191 of 576 ~ 33.16%

%29.51
%37.33
%33.16

CMYK color model

#AAD7BF color CMYK value is (21,0,11,16).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 15.69%
CMYK:
(21,0,11,16)
C21M0Y11K16 
(21%,0%,11%,16%)
(0.21/0.00/0.11/0.16)	

CMYK percentages

%20.93
%0
%11.16
%15.69

Codes

Color #AAD7BF in popluar color models

AAD7BF
RGB170215191
HSL148°36.00%75.49%
HSB/HSV148°20.93%84.31%
CMYK20.93%0.00%11.16%
15.69%

Color #AAD7BF in popluar number systems.

HEXAAD7BF
Decimal170215191
Binary101010101101011110111111
Octal252327277

Shades and tints

Shades of #AAD7BF

#AAD7BF
(170,215,191)
#9BC4AE
(155,196,174)
#8CB19D
(140,177,157)
#7D9E8C
(125,158,140)
#6E8B7B
(110,139,123)
#5F786A
(95,120,106)
#506559
(80,101,89)
#415248
(65,82,72)
#323F37
(50,63,55)
#232C26
(35,44,38)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #AAD7BF

#AAD7BF
(170,215,191)
#B1DAC4
(177,218,196)
#B8DDC9
(184,221,201)
#BFE0CE
(191,224,206)
#C6E3D3
(198,227,211)
#CDE6D8
(205,230,216)
#D4E9DD
(212,233,221)
#DBECE2
(219,236,226)
#E2EFE7
(226,239,231)
#E9F2EC
(233,242,236)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD7BF color. Also use rgb(170,215,191) instead hex code.

Text Font Color

.myTextColor { color: #AAD7BF; }

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

This text font color is #AAD7BF.


Background Color

.myBgColor { background-color: #AAD7BF; }

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

This div background color is #AAD7BF.


Border color

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

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

This div border color is #AAD7BF.


Opacity

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

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

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

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

This text has shadow with #AAD7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD7BF on black background.


Color preview on white background

This text has color #AAD7BF on white background.



Black color preview on #AAD7BF background

This text has black color on #AAD7BF background.


White color preview on #AAD7BF background

This text has white color on #AAD7BF background.