COLOR #ABB5ED

HEX: #ABB5ED RGB: (171,181,237)

Color info

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

RGB color model

#ABB5ED color RGB value is (171,181,237).

RGB: (171,181,237) (67%, 71%, 93%)

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 237 of 255 = 93%

171
181
237

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

Portions of RGB colors in percentages

R + G + B = 171 + 181 + 237 = 589 (100%)
R 171 of 589 ~ 29.03%
G 181 of 589 ~ 30.73%
B 237 of 589 ~ 40.24'%

%29.03
%30.73
%40.24

CMYK color model

#ABB5ED color CMYK value is (28,24,0,7).

  • cyan value is 27.85%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (28,24,0,7)
C28M24Y0K7 (28%, 24%, 0%, 7%)
(0.28 / 0.24 / 0.00 / 0.07)

CMYK percentages

%27.85
%23.63
%0
%7.06

Codes

Color #ABB5ED in popluar color models

AB B5 ED
RGB 171 181 237
HSL 231° 64.71% 80.00%
HSB/HSV 231° 27.85% 92.94%
CMYK 27.85% 23.63% 0.00%
7.06%

Color #ABB5ED in popluar number systems.

HEX AB B5 ED
Decimal 171 181 237
Binary 10101011 10110101 11101101
Octal 253 265 355

Shades and tints

Shades of #ABB5ED

#ABB5ED
(171,181,237)
#9CA5D8
(156,165,216)
#8D95C3
(141,149,195)
#7E85AE
(126,133,174)
#6F7599
(111,117,153)
#606584
(96,101,132)
#51556F
(81,85,111)
#42455A
(66,69,90)
#333545
(51,53,69)
#242530
(36,37,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #ABB5ED

#ABB5ED
(171,181,237)
#B2BBEE
(178,187,238)
#B9C1EF
(185,193,239)
#C0C7F0
(192,199,240)
#C7CDF1
(199,205,241)
#CED3F2
(206,211,242)
#D5D9F3
(213,217,243)
#DCDFF4
(220,223,244)
#E3E5F5
(227,229,245)
#EAEBF6
(234,235,246)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB5ED; }

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

This text font color is #ABB5ED.

Background Color

.myBgColor { background-color: #ABB5ED; }

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

This div background color is #ABB5ED.

Border color

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

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

This div border color is #ABB5ED.

Opacity

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

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

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

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

This text has shadow with #ABB5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB5ED.

Preview

Color preview on black background

This text has color #ABB5ED on black background.


Color preview on white background

This text has color #ABB5ED on white background.


Black color preview on #ABB5ED background

This text has black color on #ABB5ED background.


White color preview on #ABB5ED background

This text has white color on #ABB5ED background.


Related colors

Complementary color

Complementary color for #hex is #544A12.


I love getcolorcode.com

Triadic colors

1 #EDABB5 and #B5EDAB with #ABB5ED are triadic colors.

2 #EDB5AB and #B5ABED with #ABB5ED are triadic colors.