COLOR #ABB8CE

HEX: #ABB8CE RGB: (171,184,206)

Color info

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

RGB color model

#ABB8CE color RGB value is (171,184,206).

RGB: (171,184,206) (67%, 72%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 206 of 255 = 81%

171
184
206

R + G + B ~ 73%. #ABB8CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 184 + 206 = 561 (100%)
R 171 of 561 ~ 30.48%
G 184 of 561 ~ 32.8%
B 206 of 561 ~ 36.72'%

%30.48
%32.8
%36.72

CMYK color model

#ABB8CE color CMYK value is (17,11,0,19).

  • cyan value is 16.99%
  • magenta value is 10.68%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (17,11,0,19)
C17M11Y0K19 (17%, 11%, 0%, 19%)
(0.17 / 0.11 / 0.00 / 0.19)

CMYK percentages

%16.99
%10.68
%0
%19.22

Codes

Color #ABB8CE in popluar color models

AB B8 CE
RGB 171 184 206
HSL 218° 26.32% 73.92%
HSB/HSV 218° 16.99% 80.78%
CMYK 16.99% 10.68% 0.00%
19.22%

Color #ABB8CE in popluar number systems.

HEX AB B8 CE
Decimal 171 184 206
Binary 10101011 10111000 11001110
Octal 253 270 316

Shades and tints

Shades of #ABB8CE

#ABB8CE
(171,184,206)
#9CA8BC
(156,168,188)
#8D98AA
(141,152,170)
#7E8898
(126,136,152)
#6F7886
(111,120,134)
#606874
(96,104,116)
#515862
(81,88,98)
#424850
(66,72,80)
#33383E
(51,56,62)
#24282C
(36,40,44)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #ABB8CE

#ABB8CE
(171,184,206)
#B2BED2
(178,190,210)
#B9C4D6
(185,196,214)
#C0CADA
(192,202,218)
#C7D0DE
(199,208,222)
#CED6E2
(206,214,226)
#D5DCE6
(213,220,230)
#DCE2EA
(220,226,234)
#E3E8EE
(227,232,238)
#EAEEF2
(234,238,242)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB8CE; }

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

This text font color is #ABB8CE.

Background Color

.myBgColor { background-color: #ABB8CE; }

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

This div background color is #ABB8CE.

Border color

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

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

This div border color is #ABB8CE.

Opacity

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

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

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

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

This text has shadow with #ABB8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB8CE.

Preview

Color preview on black background

This text has color #ABB8CE on black background.


Color preview on white background

This text has color #ABB8CE on white background.


Black color preview on #ABB8CE background

This text has black color on #ABB8CE background.


White color preview on #ABB8CE background

This text has white color on #ABB8CE background.


Related colors

Complementary color

Complementary color for #hex is #544731.


I love getcolorcode.com

Triadic colors

1 #CEABB8 and #B8CEAB with #ABB8CE are triadic colors.

2 #CEB8AB and #B8ABCE with #ABB8CE are triadic colors.