COLOR #ABC4D9

HEX: #ABC4D9 RGB: (171,196,217)

Color info

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

RGB color model

#ABC4D9 color RGB value is (171,196,217).

RGB: (171,196,217) (67%, 77%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 217 of 255 = 85%

171
196
217

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

Portions of RGB colors in percentages

R + G + B = 171 + 196 + 217 = 584 (100%)
R 171 of 584 ~ 29.28%
G 196 of 584 ~ 33.56%
B 217 of 584 ~ 37.16'%

%29.28
%33.56
%37.16

CMYK color model

#ABC4D9 color CMYK value is (21,10,0,15).

  • cyan value is 21.20%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (21,10,0,15)
C21M10Y0K15 (21%, 10%, 0%, 15%)
(0.21 / 0.10 / 0.00 / 0.15)

CMYK percentages

%21.2
%9.68
%0
%14.9

Codes

Color #ABC4D9 in popluar color models

AB C4 D9
RGB 171 196 217
HSL 207° 37.70% 76.08%
HSB/HSV 207° 21.20% 85.10%
CMYK 21.20% 9.68% 0.00%
14.90%

Color #ABC4D9 in popluar number systems.

HEX AB C4 D9
Decimal 171 196 217
Binary 10101011 11000100 11011001
Octal 253 304 331

Shades and tints

Shades of #ABC4D9

#ABC4D9
(171,196,217)
#9CB3C6
(156,179,198)
#8DA2B3
(141,162,179)
#7E91A0
(126,145,160)
#6F808D
(111,128,141)
#606F7A
(96,111,122)
#515E67
(81,94,103)
#424D54
(66,77,84)
#333C41
(51,60,65)
#242B2E
(36,43,46)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #ABC4D9

#ABC4D9
(171,196,217)
#B2C9DC
(178,201,220)
#B9CEDF
(185,206,223)
#C0D3E2
(192,211,226)
#C7D8E5
(199,216,229)
#CEDDE8
(206,221,232)
#D5E2EB
(213,226,235)
#DCE7EE
(220,231,238)
#E3ECF1
(227,236,241)
#EAF1F4
(234,241,244)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC4D9 color. Also use rgb(171,196,217) instead hex code.

Text Font Color

.myTextColor { color: #ABC4D9; }

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

This text font color is #ABC4D9.

Background Color

.myBgColor { background-color: #ABC4D9; }

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

This div background color is #ABC4D9.

Border color

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

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

This div border color is #ABC4D9.

Opacity

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

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

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

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

This text has shadow with #ABC4D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC4D9.

Preview

Color preview on black background

This text has color #ABC4D9 on black background.


Color preview on white background

This text has color #ABC4D9 on white background.


Black color preview on #ABC4D9 background

This text has black color on #ABC4D9 background.


White color preview on #ABC4D9 background

This text has white color on #ABC4D9 background.


Related colors

Complementary color

Complementary color for #hex is #543B26.


I love getcolorcode.com

Triadic colors

1 #D9ABC4 and #C4D9AB with #ABC4D9 are triadic colors.

2 #D9C4AB and #C4ABD9 with #ABC4D9 are triadic colors.