COLOR #ABDDC7

HEX: #ABDDC7
RGB: (171,221,199)

Color info

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

RGB color model

#ABDDC7 color RGB value is (171,221,199).

  • red value is 171;
  • green value is 221;
  • blue value is 199.
RGB:
(171,221,199)
(67%,87%,78%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 199 of 255 = 78%

171
221
199

R + G + B ~ 77%. #ABDDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 221 + 199 = 591 (100%)
R 171 of 591 ~ 28.93%
G 221 of 591 ~ 37.39%
B 199 of 591 ~ 33.67%

%28.93
%37.39
%33.67

CMYK color model

#ABDDC7 color CMYK value is (23,0,10,13).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 13.33%
CMYK:
(23,0,10,13)
C23M0Y10K13 
(23%,0%,10%,13%)
(0.23/0.00/0.10/0.13)	

CMYK percentages

%22.62
%0
%9.95
%13.33

Codes

Color #ABDDC7 in popluar color models

ABDDC7
RGB171221199
HSL154°42.37%76.86%
HSB/HSV154°22.62%86.67%
CMYK22.62%0.00%9.95%
13.33%

Color #ABDDC7 in popluar number systems.

HEXABDDC7
Decimal171221199
Binary101010111101110111000111
Octal253335307

Shades and tints

Shades of #ABDDC7

#ABDDC7
(171,221,199)
#9CC9B5
(156,201,181)
#8DB5A3
(141,181,163)
#7EA191
(126,161,145)
#6F8D7F
(111,141,127)
#60796D
(96,121,109)
#51655B
(81,101,91)
#425149
(66,81,73)
#333D37
(51,61,55)
#242925
(36,41,37)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #ABDDC7

#ABDDC7
(171,221,199)
#B2E0CC
(178,224,204)
#B9E3D1
(185,227,209)
#C0E6D6
(192,230,214)
#C7E9DB
(199,233,219)
#CEECE0
(206,236,224)
#D5EFE5
(213,239,229)
#DCF2EA
(220,242,234)
#E3F5EF
(227,245,239)
#EAF8F4
(234,248,244)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDDC7 color. Also use rgb(171,221,199) instead hex code.

Text Font Color

.myTextColor { color: #ABDDC7; }

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

This text font color is #ABDDC7.


Background Color

.myBgColor { background-color: #ABDDC7; }

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

This div background color is #ABDDC7.


Border color

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

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

This div border color is #ABDDC7.


Opacity

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

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

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

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

This text has shadow with #ABDDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDDC7 on black background.


Color preview on white background

This text has color #ABDDC7 on white background.



Black color preview on #ABDDC7 background

This text has black color on #ABDDC7 background.


White color preview on #ABDDC7 background

This text has white color on #ABDDC7 background.