COLOR #ABCBB0

HEX: #ABCBB0
RGB: (171,203,176)

Color info

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

RGB color model

#ABCBB0 color RGB value is (171,203,176).

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

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 176 of 255 = 69%

171
203
176

R + G + B ~ 72%. #ABCBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 176 = 550 (100%)
R 171 of 550 ~ 31.09%
G 203 of 550 ~ 36.91%
B 176 of 550 ~ 32%

%31.09
%36.91
%32

CMYK color model

#ABCBB0 color CMYK value is (16,0,13,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 20.39%
CMYK:
(16,0,13,20)
C16M0Y13K20 
(16%,0%,13%,20%)
(0.16/0.00/0.13/0.20)	

CMYK percentages

%15.76
%0
%13.3
%20.39

Codes

Color #ABCBB0 in popluar color models

ABCBB0
RGB171203176
HSL129°23.53%73.33%
HSB/HSV129°15.76%79.61%
CMYK15.76%0.00%13.30%
20.39%

Color #ABCBB0 in popluar number systems.

HEXABCBB0
Decimal171203176
Binary101010111100101110110000
Octal253313260

Shades and tints

Shades of #ABCBB0

#ABCBB0
(171,203,176)
#9CB9A0
(156,185,160)
#8DA790
(141,167,144)
#7E9580
(126,149,128)
#6F8370
(111,131,112)
#607160
(96,113,96)
#515F50
(81,95,80)
#424D40
(66,77,64)
#333B30
(51,59,48)
#242920
(36,41,32)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #ABCBB0

#ABCBB0
(171,203,176)
#B2CFB7
(178,207,183)
#B9D3BE
(185,211,190)
#C0D7C5
(192,215,197)
#C7DBCC
(199,219,204)
#CEDFD3
(206,223,211)
#D5E3DA
(213,227,218)
#DCE7E1
(220,231,225)
#E3EBE8
(227,235,232)
#EAEFEF
(234,239,239)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCBB0; }

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

This text font color is #ABCBB0.


Background Color

.myBgColor { background-color: #ABCBB0; }

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

This div background color is #ABCBB0.


Border color

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

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

This div border color is #ABCBB0.


Opacity

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

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

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

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

This text has shadow with #ABCBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCBB0 on black background.


Color preview on white background

This text has color #ABCBB0 on white background.



Black color preview on #ABCBB0 background

This text has black color on #ABCBB0 background.


White color preview on #ABCBB0 background

This text has white color on #ABCBB0 background.