COLOR #AADBBF

HEX: #AADBBF
RGB: (170,219,191)

Color info

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

RGB color model

#AADBBF color RGB value is (170,219,191).

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

RGB channels and saturation

R 170 of 255 = 67%
G 219 of 255 = 86%
B 191 of 255 = 75%

170
219
191

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

Portions of RGB colors in percentages

R + G + B =
170 + 219 + 191 = 580 (100%)
R 170 of 580 ~ 29.31%
G 219 of 580 ~ 37.76%
B 191 of 580 ~ 32.93%

%29.31
%37.76
%32.93

CMYK color model

#AADBBF color CMYK value is (22,0,13,14).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 14.12%
CMYK:
(22,0,13,14)
C22M0Y13K14 
(22%,0%,13%,14%)
(0.22/0.00/0.13/0.14)	

CMYK percentages

%22.37
%0
%12.79
%14.12

Codes

Color #AADBBF in popluar color models

AADBBF
RGB170219191
HSL146°40.50%76.27%
HSB/HSV146°22.37%85.88%
CMYK22.37%0.00%12.79%
14.12%

Color #AADBBF in popluar number systems.

HEXAADBBF
Decimal170219191
Binary101010101101101110111111
Octal252333277

Shades and tints

Shades of #AADBBF

#AADBBF
(170,219,191)
#9BC8AE
(155,200,174)
#8CB59D
(140,181,157)
#7DA28C
(125,162,140)
#6E8F7B
(110,143,123)
#5F7C6A
(95,124,106)
#506959
(80,105,89)
#415648
(65,86,72)
#324337
(50,67,55)
#233026
(35,48,38)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #AADBBF

#AADBBF
(170,219,191)
#B1DEC4
(177,222,196)
#B8E1C9
(184,225,201)
#BFE4CE
(191,228,206)
#C6E7D3
(198,231,211)
#CDEAD8
(205,234,216)
#D4EDDD
(212,237,221)
#DBF0E2
(219,240,226)
#E2F3E7
(226,243,231)
#E9F6EC
(233,246,236)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADBBF; }

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

This text font color is #AADBBF.


Background Color

.myBgColor { background-color: #AADBBF; }

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

This div background color is #AADBBF.


Border color

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

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

This div border color is #AADBBF.


Opacity

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

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

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

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

This text has shadow with #AADBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADBBF on black background.


Color preview on white background

This text has color #AADBBF on white background.



Black color preview on #AADBBF background

This text has black color on #AADBBF background.


White color preview on #AADBBF background

This text has white color on #AADBBF background.