COLOR #ABCBBC

HEX: #ABCBBC RGB: (171,203,188)

Color info

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

RGB color model

#ABCBBC color RGB value is (171,203,188).

RGB: (171,203,188) (67%, 80%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 188 of 255 = 74%

171
203
188

R + G + B ~ 74%. #ABCBBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 203 + 188 = 562 (100%)
R 171 of 562 ~ 30.43%
G 203 of 562 ~ 36.12%
B 188 of 562 ~ 33.45'%

%30.43
%36.12
%33.45

CMYK color model

#ABCBBC color CMYK value is (16,0,7,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 20.39%

CMYK: (16,0,7,20)
C16M0Y7K20 (16%, 0%, 7%, 20%)
(0.16 / 0.00 / 0.07 / 0.20)

CMYK percentages

%15.76
%0
%7.39
%20.39

Codes

Color #ABCBBC in popluar color models

AB CB BC
RGB 171 203 188
HSL 152° 23.53% 73.33%
HSB/HSV 152° 15.76% 79.61%
CMYK 15.76% 0.00% 7.39%
20.39%

Color #ABCBBC in popluar number systems.

HEX AB CB BC
Decimal 171 203 188
Binary 10101011 11001011 10111100
Octal 253 313 274

Shades and tints

Shades of #ABCBBC

#ABCBBC
(171,203,188)
#9CB9AB
(156,185,171)
#8DA79A
(141,167,154)
#7E9589
(126,149,137)
#6F8378
(111,131,120)
#607167
(96,113,103)
#515F56
(81,95,86)
#424D45
(66,77,69)
#333B34
(51,59,52)
#242923
(36,41,35)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #ABCBBC

#ABCBBC
(171,203,188)
#B2CFC2
(178,207,194)
#B9D3C8
(185,211,200)
#C0D7CE
(192,215,206)
#C7DBD4
(199,219,212)
#CEDFDA
(206,223,218)
#D5E3E0
(213,227,224)
#DCE7E6
(220,231,230)
#E3EBEC
(227,235,236)
#EAEFF2
(234,239,242)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCBBC; }

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

This text font color is #ABCBBC.

Background Color

.myBgColor { background-color: #ABCBBC; }

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

This div background color is #ABCBBC.

Border color

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

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

This div border color is #ABCBBC.

Opacity

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

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

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

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

This text has shadow with #ABCBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCBBC.

Preview

Color preview on black background

This text has color #ABCBBC on black background.


Color preview on white background

This text has color #ABCBBC on white background.


Black color preview on #ABCBBC background

This text has black color on #ABCBBC background.


White color preview on #ABCBBC background

This text has white color on #ABCBBC background.


Related colors

Complementary color

Complementary color for #hex is #543443.


I love getcolorcode.com

Triadic colors

1 #BCABCB and #CBBCAB with #ABCBBC are triadic colors.

2 #BCCBAB and #CBABBC with #ABCBBC are triadic colors.