COLOR #ABC4CB

HEX: #ABC4CB
RGB: (171,196,203)

Color info

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

RGB color model

#ABC4CB color RGB value is (171,196,203).

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

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 203 of 255 = 80%

171
196
203

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

Portions of RGB colors in percentages

R + G + B =
171 + 196 + 203 = 570 (100%)
R 171 of 570 ~ 30%
G 196 of 570 ~ 34.39%
B 203 of 570 ~ 35.61%

%30
%34.39
%35.61

CMYK color model

#ABC4CB color CMYK value is (16,3,0,20).

  • cyan value is 15.76%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(16,3,0,20)
C16M3Y0K20 
(16%,3%,0%,20%)
(0.16/0.03/0.00/0.20)	

CMYK percentages

%15.76
%3.45
%0
%20.39

Codes

Color #ABC4CB in popluar color models

ABC4CB
RGB171196203
HSL193°23.53%73.33%
HSB/HSV193°15.76%79.61%
CMYK15.76%3.45%0.00%
20.39%

Color #ABC4CB in popluar number systems.

HEXABC4CB
Decimal171196203
Binary101010111100010011001011
Octal253304313

Shades and tints

Shades of #ABC4CB

#ABC4CB
(171,196,203)
#9CB3B9
(156,179,185)
#8DA2A7
(141,162,167)
#7E9195
(126,145,149)
#6F8083
(111,128,131)
#606F71
(96,111,113)
#515E5F
(81,94,95)
#424D4D
(66,77,77)
#333C3B
(51,60,59)
#242B29
(36,43,41)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #ABC4CB

#ABC4CB
(171,196,203)
#B2C9CF
(178,201,207)
#B9CED3
(185,206,211)
#C0D3D7
(192,211,215)
#C7D8DB
(199,216,219)
#CEDDDF
(206,221,223)
#D5E2E3
(213,226,227)
#DCE7E7
(220,231,231)
#E3ECEB
(227,236,235)
#EAF1EF
(234,241,239)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC4CB; }

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

This text font color is #ABC4CB.


Background Color

.myBgColor { background-color: #ABC4CB; }

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

This div background color is #ABC4CB.


Border color

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

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

This div border color is #ABC4CB.


Opacity

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

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

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

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

This text has shadow with #ABC4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC4CB on black background.


Color preview on white background

This text has color #ABC4CB on white background.



Black color preview on #ABC4CB background

This text has black color on #ABC4CB background.


White color preview on #ABC4CB background

This text has white color on #ABC4CB background.