COLOR #ABCBD2

HEX: #ABCBD2
RGB: (171,203,210)

Color info

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

RGB color model

#ABCBD2 color RGB value is (171,203,210).

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

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 210 of 255 = 82%

171
203
210

R + G + B ~ 76%. #ABCBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 210 = 584 (100%)
R 171 of 584 ~ 29.28%
G 203 of 584 ~ 34.76%
B 210 of 584 ~ 35.96%

%29.28
%34.76
%35.96

CMYK color model

#ABCBD2 color CMYK value is (19,3,0,18).

  • cyan value is 18.57%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(19,3,0,18)
C19M3Y0K18 
(19%,3%,0%,18%)
(0.19/0.03/0.00/0.18)	

CMYK percentages

%18.57
%3.33
%0
%17.65

Codes

Color #ABCBD2 in popluar color models

ABCBD2
RGB171203210
HSL191°30.23%74.71%
HSB/HSV191°18.57%82.35%
CMYK18.57%3.33%0.00%
17.65%

Color #ABCBD2 in popluar number systems.

HEXABCBD2
Decimal171203210
Binary101010111100101111010010
Octal253313322

Shades and tints

Shades of #ABCBD2

#ABCBD2
(171,203,210)
#9CB9BF
(156,185,191)
#8DA7AC
(141,167,172)
#7E9599
(126,149,153)
#6F8386
(111,131,134)
#607173
(96,113,115)
#515F60
(81,95,96)
#424D4D
(66,77,77)
#333B3A
(51,59,58)
#242927
(36,41,39)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABCBD2

#ABCBD2
(171,203,210)
#B2CFD6
(178,207,214)
#B9D3DA
(185,211,218)
#C0D7DE
(192,215,222)
#C7DBE2
(199,219,226)
#CEDFE6
(206,223,230)
#D5E3EA
(213,227,234)
#DCE7EE
(220,231,238)
#E3EBF2
(227,235,242)
#EAEFF6
(234,239,246)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCBD2; }

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

This text font color is #ABCBD2.


Background Color

.myBgColor { background-color: #ABCBD2; }

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

This div background color is #ABCBD2.


Border color

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

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

This div border color is #ABCBD2.


Opacity

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

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

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

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

This text has shadow with #ABCBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCBD2 on black background.


Color preview on white background

This text has color #ABCBD2 on white background.



Black color preview on #ABCBD2 background

This text has black color on #ABCBD2 background.


White color preview on #ABCBD2 background

This text has white color on #ABCBD2 background.