COLOR #ABB5E9

HEX: #ABB5E9 RGB: (171,181,233)

Color info

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

RGB color model

#ABB5E9 color RGB value is (171,181,233).

RGB: (171,181,233) (67%, 71%, 91%)

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 233 of 255 = 91%

171
181
233

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

Portions of RGB colors in percentages

R + G + B = 171 + 181 + 233 = 585 (100%)
R 171 of 585 ~ 29.23%
G 181 of 585 ~ 30.94%
B 233 of 585 ~ 39.83'%

%29.23
%30.94
%39.83

CMYK color model

#ABB5E9 color CMYK value is (27,22,0,9).

  • cyan value is 26.61%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (27,22,0,9)
C27M22Y0K9 (27%, 22%, 0%, 9%)
(0.27 / 0.22 / 0.00 / 0.09)

CMYK percentages

%26.61
%22.32
%0
%8.63

Codes

Color #ABB5E9 in popluar color models

AB B5 E9
RGB 171 181 233
HSL 230° 58.49% 79.22%
HSB/HSV 230° 26.61% 91.37%
CMYK 26.61% 22.32% 0.00%
8.63%

Color #ABB5E9 in popluar number systems.

HEX AB B5 E9
Decimal 171 181 233
Binary 10101011 10110101 11101001
Octal 253 265 351

Shades and tints

Shades of #ABB5E9

#ABB5E9
(171,181,233)
#9CA5D4
(156,165,212)
#8D95BF
(141,149,191)
#7E85AA
(126,133,170)
#6F7595
(111,117,149)
#606580
(96,101,128)
#51556B
(81,85,107)
#424556
(66,69,86)
#333541
(51,53,65)
#24252C
(36,37,44)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABB5E9

#ABB5E9
(171,181,233)
#B2BBEB
(178,187,235)
#B9C1ED
(185,193,237)
#C0C7EF
(192,199,239)
#C7CDF1
(199,205,241)
#CED3F3
(206,211,243)
#D5D9F5
(213,217,245)
#DCDFF7
(220,223,247)
#E3E5F9
(227,229,249)
#EAEBFB
(234,235,251)
#F1F1FD
(241,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB5E9 color. Also use rgb(171,181,233) instead hex code.

Text Font Color

.myTextColor { color: #ABB5E9; }

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

This text font color is #ABB5E9.

Background Color

.myBgColor { background-color: #ABB5E9; }

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

This div background color is #ABB5E9.

Border color

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

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

This div border color is #ABB5E9.

Opacity

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

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

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

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

This text has shadow with #ABB5E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB5E9.

Preview

Color preview on black background

This text has color #ABB5E9 on black background.


Color preview on white background

This text has color #ABB5E9 on white background.


Black color preview on #ABB5E9 background

This text has black color on #ABB5E9 background.


White color preview on #ABB5E9 background

This text has white color on #ABB5E9 background.


Related colors

Complementary color

Complementary color for #hex is #544A16.


I love getcolorcode.com

Triadic colors

1 #E9ABB5 and #B5E9AB with #ABB5E9 are triadic colors.

2 #E9B5AB and #B5ABE9 with #ABB5E9 are triadic colors.