COLOR #ABC5CB

HEX: #ABC5CB RGB: (171,197,203)

Color info

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

RGB color model

#ABC5CB color RGB value is (171,197,203).

RGB: (171,197,203) (67%, 77%, 80%)

RGB channels and saturation

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

171
197
203

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

Portions of RGB colors in percentages

R + G + B = 171 + 197 + 203 = 571 (100%)
R 171 of 571 ~ 29.95%
G 197 of 571 ~ 34.5%
B 203 of 571 ~ 35.55'%

%29.95
%34.5
%35.55

CMYK color model

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

  • cyan value is 15.76%
  • magenta value is 2.96%
  • 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
%2.96
%0
%20.39

Codes

Color #ABC5CB in popluar color models

AB C5 CB
RGB 171 197 203
HSL 191° 23.53% 73.33%
HSB/HSV 191° 15.76% 79.61%
CMYK 15.76% 2.96% 0.00%
20.39%

Color #ABC5CB in popluar number systems.

HEX AB C5 CB
Decimal 171 197 203
Binary 10101011 11000101 11001011
Octal 253 305 313

Shades and tints

Shades of #ABC5CB

#ABC5CB
(171,197,203)
#9CB4B9
(156,180,185)
#8DA3A7
(141,163,167)
#7E9295
(126,146,149)
#6F8183
(111,129,131)
#607071
(96,112,113)
#515F5F
(81,95,95)
#424E4D
(66,78,77)
#333D3B
(51,61,59)
#242C29
(36,44,41)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #ABC5CB

#ABC5CB
(171,197,203)
#B2CACF
(178,202,207)
#B9CFD3
(185,207,211)
#C0D4D7
(192,212,215)
#C7D9DB
(199,217,219)
#CEDEDF
(206,222,223)
#D5E3E3
(213,227,227)
#DCE8E7
(220,232,231)
#E3EDEB
(227,237,235)
#EAF2EF
(234,242,239)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC5CB; }

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

This text font color is #ABC5CB.

Background Color

.myBgColor { background-color: #ABC5CB; }

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

This div background color is #ABC5CB.

Border color

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

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

This div border color is #ABC5CB.

Opacity

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

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

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

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

This text has shadow with #ABC5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC5CB.

Preview

Color preview on black background

This text has color #ABC5CB on black background.


Color preview on white background

This text has color #ABC5CB on white background.


Black color preview on #ABC5CB background

This text has black color on #ABC5CB background.


White color preview on #ABC5CB background

This text has white color on #ABC5CB background.


Related colors

Complementary color

Complementary color for #hex is #543A34.


I love getcolorcode.com

Triadic colors

1 #CBABC5 and #C5CBAB with #ABC5CB are triadic colors.

2 #CBC5AB and #C5ABCB with #ABC5CB are triadic colors.