COLOR #ABBDDA

HEX: #ABBDDA
RGB: (171,189,218)

Color info

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

RGB color model

#ABBDDA color RGB value is (171,189,218).

  • red value is 171;
  • green value is 189;
  • blue value is 218.
RGB:
(171,189,218)
(67%,74%,85%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 218 of 255 = 85%

171
189
218

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

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 218 = 578 (100%)
R 171 of 578 ~ 29.58%
G 189 of 578 ~ 32.7%
B 218 of 578 ~ 37.72%

%29.58
%32.7
%37.72

CMYK color model

#ABBDDA color CMYK value is (22,13,0,15).

  • cyan value is 21.56%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,13,0,15)
C22M13Y0K15 
(22%,13%,0%,15%)
(0.22/0.13/0.00/0.15)	

CMYK percentages

%21.56
%13.3
%0
%14.51

Codes

Color #ABBDDA in popluar color models

ABBDDA
RGB171189218
HSL217°38.84%76.27%
HSB/HSV217°21.56%85.49%
CMYK21.56%13.30%0.00%
14.51%

Color #ABBDDA in popluar number systems.

HEXABBDDA
Decimal171189218
Binary101010111011110111011010
Octal253275332

Shades and tints

Shades of #ABBDDA

#ABBDDA
(171,189,218)
#9CACC7
(156,172,199)
#8D9BB4
(141,155,180)
#7E8AA1
(126,138,161)
#6F798E
(111,121,142)
#60687B
(96,104,123)
#515768
(81,87,104)
#424655
(66,70,85)
#333542
(51,53,66)
#24242F
(36,36,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #ABBDDA

#ABBDDA
(171,189,218)
#B2C3DD
(178,195,221)
#B9C9E0
(185,201,224)
#C0CFE3
(192,207,227)
#C7D5E6
(199,213,230)
#CEDBE9
(206,219,233)
#D5E1EC
(213,225,236)
#DCE7EF
(220,231,239)
#E3EDF2
(227,237,242)
#EAF3F5
(234,243,245)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBDDA color. Also use rgb(171,189,218) instead hex code.

Text Font Color

.myTextColor { color: #ABBDDA; }

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

This text font color is #ABBDDA.


Background Color

.myBgColor { background-color: #ABBDDA; }

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

This div background color is #ABBDDA.


Border color

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

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

This div border color is #ABBDDA.


Opacity

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

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

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

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

This text has shadow with #ABBDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDDA on black background.


Color preview on white background

This text has color #ABBDDA on white background.



Black color preview on #ABBDDA background

This text has black color on #ABBDDA background.


White color preview on #ABBDDA background

This text has white color on #ABBDDA background.