COLOR #ABBBE0

HEX: #ABBBE0
RGB: (171,187,224)

Color info

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

RGB color model

#ABBBE0 color RGB value is (171,187,224).

  • red value is 171;
  • green value is 187;
  • blue value is 224.
RGB:
(171,187,224)
(67%,73%,88%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 224 of 255 = 88%

171
187
224

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

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 224 = 582 (100%)
R 171 of 582 ~ 29.38%
G 187 of 582 ~ 32.13%
B 224 of 582 ~ 38.49%

%29.38
%32.13
%38.49

CMYK color model

#ABBBE0 color CMYK value is (24,17,0,12).

  • cyan value is 23.66%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(24,17,0,12)
C24M17Y0K12 
(24%,17%,0%,12%)
(0.24/0.17/0.00/0.12)	

CMYK percentages

%23.66
%16.52
%0
%12.16

Codes

Color #ABBBE0 in popluar color models

ABBBE0
RGB171187224
HSL222°46.09%77.45%
HSB/HSV222°23.66%87.84%
CMYK23.66%16.52%0.00%
12.16%

Color #ABBBE0 in popluar number systems.

HEXABBBE0
Decimal171187224
Binary101010111011101111100000
Octal253273340

Shades and tints

Shades of #ABBBE0

#ABBBE0
(171,187,224)
#9CAACC
(156,170,204)
#8D99B8
(141,153,184)
#7E88A4
(126,136,164)
#6F7790
(111,119,144)
#60667C
(96,102,124)
#515568
(81,85,104)
#424454
(66,68,84)
#333340
(51,51,64)
#24222C
(36,34,44)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #ABBBE0

#ABBBE0
(171,187,224)
#B2C1E2
(178,193,226)
#B9C7E4
(185,199,228)
#C0CDE6
(192,205,230)
#C7D3E8
(199,211,232)
#CED9EA
(206,217,234)
#D5DFEC
(213,223,236)
#DCE5EE
(220,229,238)
#E3EBF0
(227,235,240)
#EAF1F2
(234,241,242)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBBE0 color. Also use rgb(171,187,224) instead hex code.

Text Font Color

.myTextColor { color: #ABBBE0; }

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

This text font color is #ABBBE0.


Background Color

.myBgColor { background-color: #ABBBE0; }

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

This div background color is #ABBBE0.


Border color

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

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

This div border color is #ABBBE0.


Opacity

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

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

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

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

This text has shadow with #ABBBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBBE0 on black background.


Color preview on white background

This text has color #ABBBE0 on white background.



Black color preview on #ABBBE0 background

This text has black color on #ABBBE0 background.


White color preview on #ABBBE0 background

This text has white color on #ABBBE0 background.