COLOR #ABB3ED

HEX: #ABB3ED RGB: (171,179,237)

Color info

#ABB3ED contains mainly green and blue colors. Web safe color of #ABB3ED is #9999FF (or #99F).

RGB color model

#ABB3ED color RGB value is (171,179,237).

RGB: (171,179,237) (67%, 70%, 93%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 237 of 255 = 93%

171
179
237

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

Portions of RGB colors in percentages

R + G + B = 171 + 179 + 237 = 587 (100%)
R 171 of 587 ~ 29.13%
G 179 of 587 ~ 30.49%
B 237 of 587 ~ 40.37'%

%29.13
%30.49
%40.37

CMYK color model

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

  • cyan value is 27.85%
  • magenta value is 24.47%
  • 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
%24.47
%0
%7.06

Codes

Color #ABB3ED in popluar color models

AB B3 ED
RGB 171 179 237
HSL 233° 64.71% 80.00%
HSB/HSV 233° 27.85% 92.94%
CMYK 27.85% 24.47% 0.00%
7.06%

Color #ABB3ED in popluar number systems.

HEX AB B3 ED
Decimal 171 179 237
Binary 10101011 10110011 11101101
Octal 253 263 355

Shades and tints

Shades of #ABB3ED

#ABB3ED
(171,179,237)
#9CA3D8
(156,163,216)
#8D93C3
(141,147,195)
#7E83AE
(126,131,174)
#6F7399
(111,115,153)
#606384
(96,99,132)
#51536F
(81,83,111)
#42435A
(66,67,90)
#333345
(51,51,69)
#242330
(36,35,48)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #ABB3ED

#ABB3ED
(171,179,237)
#B2B9EE
(178,185,238)
#B9BFEF
(185,191,239)
#C0C5F0
(192,197,240)
#C7CBF1
(199,203,241)
#CED1F2
(206,209,242)
#D5D7F3
(213,215,243)
#DCDDF4
(220,221,244)
#E3E3F5
(227,227,245)
#EAE9F6
(234,233,246)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB3ED; }

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

This text font color is #ABB3ED.

Background Color

.myBgColor { background-color: #ABB3ED; }

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

This div background color is #ABB3ED.

Border color

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

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

This div border color is #ABB3ED.

Opacity

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

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

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

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

This text has shadow with #ABB3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB3ED.

Preview

Color preview on black background

This text has color #ABB3ED on black background.


Color preview on white background

This text has color #ABB3ED on white background.


Black color preview on #ABB3ED background

This text has black color on #ABB3ED background.


White color preview on #ABB3ED background

This text has white color on #ABB3ED background.


Related colors

Complementary color

Complementary color for #hex is #544C12.


I love getcolorcode.com

Triadic colors

1 #EDABB3 and #B3EDAB with #ABB3ED are triadic colors.

2 #EDB3AB and #B3ABED with #ABB3ED are triadic colors.