COLOR #ABBDE4

HEX: #ABBDE4
RGB: (171,189,228)

Color info

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

RGB color model

#ABBDE4 color RGB value is (171,189,228).

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

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 228 of 255 = 89%

171
189
228

R + G + B ~ 77%. #ABBDE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 228 = 588 (100%)
R 171 of 588 ~ 29.08%
G 189 of 588 ~ 32.14%
B 228 of 588 ~ 38.78%

%29.08
%32.14
%38.78

CMYK color model

#ABBDE4 color CMYK value is (25,17,0,11).

  • cyan value is 25.00%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(25,17,0,11)
C25M17Y0K11 
(25%,17%,0%,11%)
(0.25/0.17/0.00/0.11)	

CMYK percentages

%25
%17.11
%0
%10.59

Codes

Color #ABBDE4 in popluar color models

ABBDE4
RGB171189228
HSL221°51.35%78.24%
HSB/HSV221°25.00%89.41%
CMYK25.00%17.11%0.00%
10.59%

Color #ABBDE4 in popluar number systems.

HEXABBDE4
Decimal171189228
Binary101010111011110111100100
Octal253275344

Shades and tints

Shades of #ABBDE4

#ABBDE4
(171,189,228)
#9CACD0
(156,172,208)
#8D9BBC
(141,155,188)
#7E8AA8
(126,138,168)
#6F7994
(111,121,148)
#606880
(96,104,128)
#51576C
(81,87,108)
#424658
(66,70,88)
#333544
(51,53,68)
#242430
(36,36,48)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #ABBDE4

#ABBDE4
(171,189,228)
#B2C3E6
(178,195,230)
#B9C9E8
(185,201,232)
#C0CFEA
(192,207,234)
#C7D5EC
(199,213,236)
#CEDBEE
(206,219,238)
#D5E1F0
(213,225,240)
#DCE7F2
(220,231,242)
#E3EDF4
(227,237,244)
#EAF3F6
(234,243,246)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDE4; }

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

This text font color is #ABBDE4.


Background Color

.myBgColor { background-color: #ABBDE4; }

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

This div background color is #ABBDE4.


Border color

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

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

This div border color is #ABBDE4.


Opacity

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

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

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

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

This text has shadow with #ABBDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDE4 on black background.


Color preview on white background

This text has color #ABBDE4 on white background.



Black color preview on #ABBDE4 background

This text has black color on #ABBDE4 background.


White color preview on #ABBDE4 background

This text has white color on #ABBDE4 background.