COLOR #ABDBCC

HEX: #ABDBCC RGB: (171,219,204)

Color info

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

RGB color model

#ABDBCC color RGB value is (171,219,204).

RGB: (171,219,204) (67%, 86%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 204 of 255 = 80%

171
219
204

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

Portions of RGB colors in percentages

R + G + B = 171 + 219 + 204 = 594 (100%)
R 171 of 594 ~ 28.79%
G 219 of 594 ~ 36.87%
B 204 of 594 ~ 34.34'%

%28.79
%36.87
%34.34

CMYK color model

#ABDBCC color CMYK value is (22,0,7,14).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 14.12%

CMYK: (22,0,7,14)
C22M0Y7K14 (22%, 0%, 7%, 14%)
(0.22 / 0.00 / 0.07 / 0.14)

CMYK percentages

%21.92
%0
%6.85
%14.12

Codes

Color #ABDBCC in popluar color models

AB DB CC
RGB 171 219 204
HSL 161° 40.00% 76.47%
HSB/HSV 161° 21.92% 85.88%
CMYK 21.92% 0.00% 6.85%
14.12%

Color #ABDBCC in popluar number systems.

HEX AB DB CC
Decimal 171 219 204
Binary 10101011 11011011 11001100
Octal 253 333 314

Shades and tints

Shades of #ABDBCC

#ABDBCC
(171,219,204)
#9CC8BA
(156,200,186)
#8DB5A8
(141,181,168)
#7EA296
(126,162,150)
#6F8F84
(111,143,132)
#607C72
(96,124,114)
#516960
(81,105,96)
#42564E
(66,86,78)
#33433C
(51,67,60)
#24302A
(36,48,42)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #ABDBCC

#ABDBCC
(171,219,204)
#B2DED0
(178,222,208)
#B9E1D4
(185,225,212)
#C0E4D8
(192,228,216)
#C7E7DC
(199,231,220)
#CEEAE0
(206,234,224)
#D5EDE4
(213,237,228)
#DCF0E8
(220,240,232)
#E3F3EC
(227,243,236)
#EAF6F0
(234,246,240)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDBCC color. Also use rgb(171,219,204) instead hex code.

Text Font Color

.myTextColor { color: #ABDBCC; }

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

This text font color is #ABDBCC.

Background Color

.myBgColor { background-color: #ABDBCC; }

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

This div background color is #ABDBCC.

Border color

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

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

This div border color is #ABDBCC.

Opacity

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

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

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

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

This text has shadow with #ABDBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDBCC.

Preview

Color preview on black background

This text has color #ABDBCC on black background.


Color preview on white background

This text has color #ABDBCC on white background.


Black color preview on #ABDBCC background

This text has black color on #ABDBCC background.


White color preview on #ABDBCC background

This text has white color on #ABDBCC background.


Related colors

Complementary color

Complementary color for #hex is #542433.


I love getcolorcode.com

Triadic colors

1 #CCABDB and #DBCCAB with #ABDBCC are triadic colors.

2 #CCDBAB and #DBABCC with #ABDBCC are triadic colors.