COLOR #ABC5D2

HEX: #ABC5D2
RGB: (171,197,210)

Color info

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

RGB color model

#ABC5D2 color RGB value is (171,197,210).

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

RGB channels and saturation

R 171 of 255 = 67%
G 197 of 255 = 77%
B 210 of 255 = 82%

171
197
210

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

Portions of RGB colors in percentages

R + G + B =
171 + 197 + 210 = 578 (100%)
R 171 of 578 ~ 29.58%
G 197 of 578 ~ 34.08%
B 210 of 578 ~ 36.33%

%29.58
%34.08
%36.33

CMYK color model

#ABC5D2 color CMYK value is (19,6,0,18).

  • cyan value is 18.57%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(19,6,0,18)
C19M6Y0K18 
(19%,6%,0%,18%)
(0.19/0.06/0.00/0.18)	

CMYK percentages

%18.57
%6.19
%0
%17.65

Codes

Color #ABC5D2 in popluar color models

ABC5D2
RGB171197210
HSL200°30.23%74.71%
HSB/HSV200°18.57%82.35%
CMYK18.57%6.19%0.00%
17.65%

Color #ABC5D2 in popluar number systems.

HEXABC5D2
Decimal171197210
Binary101010111100010111010010
Octal253305322

Shades and tints

Shades of #ABC5D2

#ABC5D2
(171,197,210)
#9CB4BF
(156,180,191)
#8DA3AC
(141,163,172)
#7E9299
(126,146,153)
#6F8186
(111,129,134)
#607073
(96,112,115)
#515F60
(81,95,96)
#424E4D
(66,78,77)
#333D3A
(51,61,58)
#242C27
(36,44,39)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #ABC5D2

#ABC5D2
(171,197,210)
#B2CAD6
(178,202,214)
#B9CFDA
(185,207,218)
#C0D4DE
(192,212,222)
#C7D9E2
(199,217,226)
#CEDEE6
(206,222,230)
#D5E3EA
(213,227,234)
#DCE8EE
(220,232,238)
#E3EDF2
(227,237,242)
#EAF2F6
(234,242,246)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC5D2; }

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

This text font color is #ABC5D2.


Background Color

.myBgColor { background-color: #ABC5D2; }

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

This div background color is #ABC5D2.


Border color

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

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

This div border color is #ABC5D2.


Opacity

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

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

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

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

This text has shadow with #ABC5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC5D2 on black background.


Color preview on white background

This text has color #ABC5D2 on white background.



Black color preview on #ABC5D2 background

This text has black color on #ABC5D2 background.


White color preview on #ABC5D2 background

This text has white color on #ABC5D2 background.