COLOR #ABB0CE

HEX: #ABB0CE RGB: (171,176,206)

Color info

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

RGB color model

#ABB0CE color RGB value is (171,176,206).

RGB: (171,176,206) (67%, 69%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 206 of 255 = 81%

171
176
206

R + G + B ~ 72%. #ABB0CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 176 + 206 = 553 (100%)
R 171 of 553 ~ 30.92%
G 176 of 553 ~ 31.83%
B 206 of 553 ~ 37.25'%

%30.92
%31.83
%37.25

CMYK color model

#ABB0CE color CMYK value is (17,15,0,19).

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

CMYK: (17,15,0,19)
C17M15Y0K19 (17%, 15%, 0%, 19%)
(0.17 / 0.15 / 0.00 / 0.19)

CMYK percentages

%16.99
%14.56
%0
%19.22

Codes

Color #ABB0CE in popluar color models

AB B0 CE
RGB 171 176 206
HSL 231° 26.32% 73.92%
HSB/HSV 231° 16.99% 80.78%
CMYK 16.99% 14.56% 0.00%
19.22%

Color #ABB0CE in popluar number systems.

HEX AB B0 CE
Decimal 171 176 206
Binary 10101011 10110000 11001110
Octal 253 260 316

Shades and tints

Shades of #ABB0CE

#ABB0CE
(171,176,206)
#9CA0BC
(156,160,188)
#8D90AA
(141,144,170)
#7E8098
(126,128,152)
#6F7086
(111,112,134)
#606074
(96,96,116)
#515062
(81,80,98)
#424050
(66,64,80)
#33303E
(51,48,62)
#24202C
(36,32,44)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #ABB0CE

#ABB0CE
(171,176,206)
#B2B7D2
(178,183,210)
#B9BED6
(185,190,214)
#C0C5DA
(192,197,218)
#C7CCDE
(199,204,222)
#CED3E2
(206,211,226)
#D5DAE6
(213,218,230)
#DCE1EA
(220,225,234)
#E3E8EE
(227,232,238)
#EAEFF2
(234,239,242)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB0CE; }

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

This text font color is #ABB0CE.

Background Color

.myBgColor { background-color: #ABB0CE; }

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

This div background color is #ABB0CE.

Border color

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

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

This div border color is #ABB0CE.

Opacity

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

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

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

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

This text has shadow with #ABB0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB0CE.

Preview

Color preview on black background

This text has color #ABB0CE on black background.


Color preview on white background

This text has color #ABB0CE on white background.


Black color preview on #ABB0CE background

This text has black color on #ABB0CE background.


White color preview on #ABB0CE background

This text has white color on #ABB0CE background.


Related colors

Complementary color

Complementary color for #hex is #544F31.


I love getcolorcode.com

Triadic colors

1 #CEABB0 and #B0CEAB with #ABB0CE are triadic colors.

2 #CEB0AB and #B0ABCE with #ABB0CE are triadic colors.