COLOR #ABDFCE

HEX: #ABDFCE RGB: (171,223,206)

Color info

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

RGB color model

#ABDFCE color RGB value is (171,223,206).

RGB: (171,223,206) (67%, 87%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 206 of 255 = 81%

171
223
206

R + G + B ~ 78%. #ABDFCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 223 + 206 = 600 (100%)
R 171 of 600 ~ 28.5%
G 223 of 600 ~ 37.17%
B 206 of 600 ~ 34.33'%

%28.5
%37.17
%34.33

CMYK color model

#ABDFCE color CMYK value is (23,0,8,13).

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 7.62%
  • key color value is 12.55%

CMYK: (23,0,8,13)
C23M0Y8K13 (23%, 0%, 8%, 13%)
(0.23 / 0.00 / 0.08 / 0.13)

CMYK percentages

%23.32
%0
%7.62
%12.55

Codes

Color #ABDFCE in popluar color models

AB DF CE
RGB 171 223 206
HSL 160° 44.83% 77.25%
HSB/HSV 160° 23.32% 87.45%
CMYK 23.32% 0.00% 7.62%
12.55%

Color #ABDFCE in popluar number systems.

HEX AB DF CE
Decimal 171 223 206
Binary 10101011 11011111 11001110
Octal 253 337 316

Shades and tints

Shades of #ABDFCE

#ABDFCE
(171,223,206)
#9CCBBC
(156,203,188)
#8DB7AA
(141,183,170)
#7EA398
(126,163,152)
#6F8F86
(111,143,134)
#607B74
(96,123,116)
#516762
(81,103,98)
#425350
(66,83,80)
#333F3E
(51,63,62)
#242B2C
(36,43,44)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #ABDFCE

#ABDFCE
(171,223,206)
#B2E1D2
(178,225,210)
#B9E3D6
(185,227,214)
#C0E5DA
(192,229,218)
#C7E7DE
(199,231,222)
#CEE9E2
(206,233,226)
#D5EBE6
(213,235,230)
#DCEDEA
(220,237,234)
#E3EFEE
(227,239,238)
#EAF1F2
(234,241,242)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDFCE color. Also use rgb(171,223,206) instead hex code.

Text Font Color

.myTextColor { color: #ABDFCE; }

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

This text font color is #ABDFCE.

Background Color

.myBgColor { background-color: #ABDFCE; }

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

This div background color is #ABDFCE.

Border color

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

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

This div border color is #ABDFCE.

Opacity

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

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

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

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

This text has shadow with #ABDFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDFCE.

Preview

Color preview on black background

This text has color #ABDFCE on black background.


Color preview on white background

This text has color #ABDFCE on white background.


Black color preview on #ABDFCE background

This text has black color on #ABDFCE background.


White color preview on #ABDFCE background

This text has white color on #ABDFCE background.


Related colors

Complementary color

Complementary color for #hex is #542031.


I love getcolorcode.com

Triadic colors

1 #CEABDF and #DFCEAB with #ABDFCE are triadic colors.

2 #CEDFAB and #DFABCE with #ABDFCE are triadic colors.