COLOR #ABCBDD

HEX: #ABCBDD
RGB: (171,203,221)

Color info

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

RGB color model

#ABCBDD color RGB value is (171,203,221).

  • red value is 171;
  • green value is 203;
  • blue value is 221.
RGB:
(171,203,221)
(67%,80%,87%)

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 221 of 255 = 87%

171
203
221

R + G + B ~ 78%. #ABCBDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 221 = 595 (100%)
R 171 of 595 ~ 28.74%
G 203 of 595 ~ 34.12%
B 221 of 595 ~ 37.14%

%28.74
%34.12
%37.14

CMYK color model

#ABCBDD color CMYK value is (23,8,0,13).

  • cyan value is 22.62%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(23,8,0,13)
C23M8Y0K13 
(23%,8%,0%,13%)
(0.23/0.08/0.00/0.13)	

CMYK percentages

%22.62
%8.14
%0
%13.33

Codes

Color #ABCBDD in popluar color models

ABCBDD
RGB171203221
HSL202°42.37%76.86%
HSB/HSV202°22.62%86.67%
CMYK22.62%8.14%0.00%
13.33%

Color #ABCBDD in popluar number systems.

HEXABCBDD
Decimal171203221
Binary101010111100101111011101
Octal253313335

Shades and tints

Shades of #ABCBDD

#ABCBDD
(171,203,221)
#9CB9C9
(156,185,201)
#8DA7B5
(141,167,181)
#7E95A1
(126,149,161)
#6F838D
(111,131,141)
#607179
(96,113,121)
#515F65
(81,95,101)
#424D51
(66,77,81)
#333B3D
(51,59,61)
#242929
(36,41,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #ABCBDD

#ABCBDD
(171,203,221)
#B2CFE0
(178,207,224)
#B9D3E3
(185,211,227)
#C0D7E6
(192,215,230)
#C7DBE9
(199,219,233)
#CEDFEC
(206,223,236)
#D5E3EF
(213,227,239)
#DCE7F2
(220,231,242)
#E3EBF5
(227,235,245)
#EAEFF8
(234,239,248)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCBDD color. Also use rgb(171,203,221) instead hex code.

Text Font Color

.myTextColor { color: #ABCBDD; }

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

This text font color is #ABCBDD.


Background Color

.myBgColor { background-color: #ABCBDD; }

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

This div background color is #ABCBDD.


Border color

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

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

This div border color is #ABCBDD.


Opacity

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

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

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

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

This text has shadow with #ABCBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCBDD on black background.


Color preview on white background

This text has color #ABCBDD on white background.



Black color preview on #ABCBDD background

This text has black color on #ABCBDD background.


White color preview on #ABCBDD background

This text has white color on #ABCBDD background.