COLOR #ABBBE6

HEX: #ABBBE6
RGB: (171,187,230)

Color info

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

RGB color model

#ABBBE6 color RGB value is (171,187,230).

  • red value is 171;
  • green value is 187;
  • blue value is 230.
RGB:
(171,187,230)
(67%,73%,90%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 230 of 255 = 90%

171
187
230

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

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 230 = 588 (100%)
R 171 of 588 ~ 29.08%
G 187 of 588 ~ 31.8%
B 230 of 588 ~ 39.12%

%29.08
%31.8
%39.12

CMYK color model

#ABBBE6 color CMYK value is (26,19,0,10).

  • cyan value is 25.65%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,19,0,10)
C26M19Y0K10 
(26%,19%,0%,10%)
(0.26/0.19/0.00/0.10)	

CMYK percentages

%25.65
%18.7
%0
%9.8

Codes

Color #ABBBE6 in popluar color models

ABBBE6
RGB171187230
HSL224°54.13%78.63%
HSB/HSV224°25.65%90.20%
CMYK25.65%18.70%0.00%
9.80%

Color #ABBBE6 in popluar number systems.

HEXABBBE6
Decimal171187230
Binary101010111011101111100110
Octal253273346

Shades and tints

Shades of #ABBBE6

#ABBBE6
(171,187,230)
#9CAAD2
(156,170,210)
#8D99BE
(141,153,190)
#7E88AA
(126,136,170)
#6F7796
(111,119,150)
#606682
(96,102,130)
#51556E
(81,85,110)
#42445A
(66,68,90)
#333346
(51,51,70)
#242232
(36,34,50)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #ABBBE6

#ABBBE6
(171,187,230)
#B2C1E8
(178,193,232)
#B9C7EA
(185,199,234)
#C0CDEC
(192,205,236)
#C7D3EE
(199,211,238)
#CED9F0
(206,217,240)
#D5DFF2
(213,223,242)
#DCE5F4
(220,229,244)
#E3EBF6
(227,235,246)
#EAF1F8
(234,241,248)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBBE6 color. Also use rgb(171,187,230) instead hex code.

Text Font Color

.myTextColor { color: #ABBBE6; }

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

This text font color is #ABBBE6.


Background Color

.myBgColor { background-color: #ABBBE6; }

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

This div background color is #ABBBE6.


Border color

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

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

This div border color is #ABBBE6.


Opacity

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

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

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

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

This text has shadow with #ABBBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBBE6 on black background.


Color preview on white background

This text has color #ABBBE6 on white background.



Black color preview on #ABBBE6 background

This text has black color on #ABBBE6 background.


White color preview on #ABBBE6 background

This text has white color on #ABBBE6 background.