COLOR #ABBDCE

HEX: #ABBDCE
RGB: (171,189,206)

Color info

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

RGB color model

#ABBDCE color RGB value is (171,189,206).

  • red value is 171;
  • green value is 189;
  • blue value is 206.
RGB:
(171,189,206)
(67%,74%,81%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 206 of 255 = 81%

171
189
206

R + G + B ~ 74%. #ABBDCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 206 = 566 (100%)
R 171 of 566 ~ 30.21%
G 189 of 566 ~ 33.39%
B 206 of 566 ~ 36.4%

%30.21
%33.39
%36.4

CMYK color model

#ABBDCE color CMYK value is (17,8,0,19).

  • cyan value is 16.99%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,8,0,19)
C17M8Y0K19 
(17%,8%,0%,19%)
(0.17/0.08/0.00/0.19)	

CMYK percentages

%16.99
%8.25
%0
%19.22

Codes

Color #ABBDCE in popluar color models

ABBDCE
RGB171189206
HSL209°26.32%73.92%
HSB/HSV209°16.99%80.78%
CMYK16.99%8.25%0.00%
19.22%

Color #ABBDCE in popluar number systems.

HEXABBDCE
Decimal171189206
Binary101010111011110111001110
Octal253275316

Shades and tints

Shades of #ABBDCE

#ABBDCE
(171,189,206)
#9CACBC
(156,172,188)
#8D9BAA
(141,155,170)
#7E8A98
(126,138,152)
#6F7986
(111,121,134)
#606874
(96,104,116)
#515762
(81,87,98)
#424650
(66,70,80)
#33353E
(51,53,62)
#24242C
(36,36,44)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #ABBDCE

#ABBDCE
(171,189,206)
#B2C3D2
(178,195,210)
#B9C9D6
(185,201,214)
#C0CFDA
(192,207,218)
#C7D5DE
(199,213,222)
#CEDBE2
(206,219,226)
#D5E1E6
(213,225,230)
#DCE7EA
(220,231,234)
#E3EDEE
(227,237,238)
#EAF3F2
(234,243,242)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDCE; }

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

This text font color is #ABBDCE.


Background Color

.myBgColor { background-color: #ABBDCE; }

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

This div background color is #ABBDCE.


Border color

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

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

This div border color is #ABBDCE.


Opacity

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

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

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

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

This text has shadow with #ABBDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDCE on black background.


Color preview on white background

This text has color #ABBDCE on white background.



Black color preview on #ABBDCE background

This text has black color on #ABBDCE background.


White color preview on #ABBDCE background

This text has white color on #ABBDCE background.