COLOR #ABDEC7

HEX: #ABDEC7 RGB: (171,222,199)

Color info

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

RGB color model

#ABDEC7 color RGB value is (171,222,199).

RGB: (171,222,199) (67%, 87%, 78%)

RGB channels and saturation

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

171
222
199

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

Portions of RGB colors in percentages

R + G + B = 171 + 222 + 199 = 592 (100%)
R 171 of 592 ~ 28.89%
G 222 of 592 ~ 37.5%
B 199 of 592 ~ 33.61'%

%28.89
%37.5
%33.61

CMYK color model

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

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 12.94%

CMYK: (23,0,10,13)
C23M0Y10K13 (23%, 0%, 10%, 13%)
(0.23 / 0.00 / 0.10 / 0.13)

CMYK percentages

%22.97
%0
%10.36
%12.94

Codes

Color #ABDEC7 in popluar color models

AB DE C7
RGB 171 222 199
HSL 153° 43.59% 77.06%
HSB/HSV 153° 22.97% 87.06%
CMYK 22.97% 0.00% 10.36%
12.94%

Color #ABDEC7 in popluar number systems.

HEX AB DE C7
Decimal 171 222 199
Binary 10101011 11011110 11000111
Octal 253 336 307

Shades and tints

Shades of #ABDEC7

#ABDEC7
(171,222,199)
#9CCAB5
(156,202,181)
#8DB6A3
(141,182,163)
#7EA291
(126,162,145)
#6F8E7F
(111,142,127)
#607A6D
(96,122,109)
#51665B
(81,102,91)
#425249
(66,82,73)
#333E37
(51,62,55)
#242A25
(36,42,37)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABDEC7

#ABDEC7
(171,222,199)
#B2E1CC
(178,225,204)
#B9E4D1
(185,228,209)
#C0E7D6
(192,231,214)
#C7EADB
(199,234,219)
#CEEDE0
(206,237,224)
#D5F0E5
(213,240,229)
#DCF3EA
(220,243,234)
#E3F6EF
(227,246,239)
#EAF9F4
(234,249,244)
#F1FCF9
(241,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDEC7; }

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

This text font color is #ABDEC7.

Background Color

.myBgColor { background-color: #ABDEC7; }

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

This div background color is #ABDEC7.

Border color

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

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

This div border color is #ABDEC7.

Opacity

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

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

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

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

This text has shadow with #ABDEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDEC7.

Preview

Color preview on black background

This text has color #ABDEC7 on black background.


Color preview on white background

This text has color #ABDEC7 on white background.


Black color preview on #ABDEC7 background

This text has black color on #ABDEC7 background.


White color preview on #ABDEC7 background

This text has white color on #ABDEC7 background.


Related colors

Complementary color

Complementary color for #hex is #542138.


I love getcolorcode.com

Triadic colors

1 #C7ABDE and #DEC7AB with #ABDEC7 are triadic colors.

2 #C7DEAB and #DEABC7 with #ABDEC7 are triadic colors.