COLOR #ABB9E7

HEX: #ABB9E7
RGB: (171,185,231)

Color info

#ABB9E7 contains mainly green and blue colors. Web safe color of #ABB9E7 is #99CCFF (or #9CF).

RGB color model

#ABB9E7 color RGB value is (171,185,231).

  • red value is 171;
  • green value is 185;
  • blue value is 231.
RGB:
(171,185,231)
(67%,73%,91%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 231 of 255 = 91%

171
185
231

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

Portions of RGB colors in percentages

R + G + B =
171 + 185 + 231 = 587 (100%)
R 171 of 587 ~ 29.13%
G 185 of 587 ~ 31.52%
B 231 of 587 ~ 39.35%

%29.13
%31.52
%39.35

CMYK color model

#ABB9E7 color CMYK value is (26,20,0,9).

  • cyan value is 25.97%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(26,20,0,9)
C26M20Y0K9 
(26%,20%,0%,9%)
(0.26/0.20/0.00/0.09)	

CMYK percentages

%25.97
%19.91
%0
%9.41

Codes

Color #ABB9E7 in popluar color models

ABB9E7
RGB171185231
HSL226°55.56%78.82%
HSB/HSV226°25.97%90.59%
CMYK25.97%19.91%0.00%
9.41%

Color #ABB9E7 in popluar number systems.

HEXABB9E7
Decimal171185231
Binary101010111011100111100111
Octal253271347

Shades and tints

Shades of #ABB9E7

#ABB9E7
(171,185,231)
#9CA9D2
(156,169,210)
#8D99BD
(141,153,189)
#7E89A8
(126,137,168)
#6F7993
(111,121,147)
#60697E
(96,105,126)
#515969
(81,89,105)
#424954
(66,73,84)
#33393F
(51,57,63)
#24292A
(36,41,42)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #ABB9E7

#ABB9E7
(171,185,231)
#B2BFE9
(178,191,233)
#B9C5EB
(185,197,235)
#C0CBED
(192,203,237)
#C7D1EF
(199,209,239)
#CED7F1
(206,215,241)
#D5DDF3
(213,221,243)
#DCE3F5
(220,227,245)
#E3E9F7
(227,233,247)
#EAEFF9
(234,239,249)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB9E7 color. Also use rgb(171,185,231) instead hex code.

Text Font Color

.myTextColor { color: #ABB9E7; }

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

This text font color is #ABB9E7.


Background Color

.myBgColor { background-color: #ABB9E7; }

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

This div background color is #ABB9E7.


Border color

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

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

This div border color is #ABB9E7.


Opacity

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

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

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

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

This text has shadow with #ABB9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB9E7 on black background.


Color preview on white background

This text has color #ABB9E7 on white background.



Black color preview on #ABB9E7 background

This text has black color on #ABB9E7 background.


White color preview on #ABB9E7 background

This text has white color on #ABB9E7 background.