COLOR #ABB1E3

HEX: #ABB1E3
RGB: (171,177,227)

Color info

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

RGB color model

#ABB1E3 color RGB value is (171,177,227).

  • red value is 171;
  • green value is 177;
  • blue value is 227.
RGB:
(171,177,227)
(67%,69%,89%)

RGB channels and saturation

R 171 of 255 = 67%
G 177 of 255 = 69%
B 227 of 255 = 89%

171
177
227

R + G + B ~ 75%. #ABB1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 177 + 227 = 575 (100%)
R 171 of 575 ~ 29.74%
G 177 of 575 ~ 30.78%
B 227 of 575 ~ 39.48%

%29.74
%30.78
%39.48

CMYK color model

#ABB1E3 color CMYK value is (25,22,0,11).

  • cyan value is 24.67%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(25,22,0,11)
C25M22Y0K11 
(25%,22%,0%,11%)
(0.25/0.22/0.00/0.11)	

CMYK percentages

%24.67
%22.03
%0
%10.98

Codes

Color #ABB1E3 in popluar color models

ABB1E3
RGB171177227
HSL234°50.00%78.04%
HSB/HSV234°24.67%89.02%
CMYK24.67%22.03%0.00%
10.98%

Color #ABB1E3 in popluar number systems.

HEXABB1E3
Decimal171177227
Binary101010111011000111100011
Octal253261343

Shades and tints

Shades of #ABB1E3

#ABB1E3
(171,177,227)
#9CA1CF
(156,161,207)
#8D91BB
(141,145,187)
#7E81A7
(126,129,167)
#6F7193
(111,113,147)
#60617F
(96,97,127)
#51516B
(81,81,107)
#424157
(66,65,87)
#333143
(51,49,67)
#24212F
(36,33,47)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #ABB1E3

#ABB1E3
(171,177,227)
#B2B8E5
(178,184,229)
#B9BFE7
(185,191,231)
#C0C6E9
(192,198,233)
#C7CDEB
(199,205,235)
#CED4ED
(206,212,237)
#D5DBEF
(213,219,239)
#DCE2F1
(220,226,241)
#E3E9F3
(227,233,243)
#EAF0F5
(234,240,245)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB1E3 color. Also use rgb(171,177,227) instead hex code.

Text Font Color

.myTextColor { color: #ABB1E3; }

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

This text font color is #ABB1E3.


Background Color

.myBgColor { background-color: #ABB1E3; }

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

This div background color is #ABB1E3.


Border color

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

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

This div border color is #ABB1E3.


Opacity

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

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

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

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

This text has shadow with #ABB1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB1E3 on black background.


Color preview on white background

This text has color #ABB1E3 on white background.



Black color preview on #ABB1E3 background

This text has black color on #ABB1E3 background.


White color preview on #ABB1E3 background

This text has white color on #ABB1E3 background.