COLOR #ABC09B

HEX: #ABC09B
RGB: (171,192,155)

Color info

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

RGB color model

#ABC09B color RGB value is (171,192,155).

  • red value is 171;
  • green value is 192;
  • blue value is 155.
RGB:
(171,192,155)
(67%,75%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 155 of 255 = 61%

171
192
155

R + G + B ~ 68%. #ABC09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 192 + 155 = 518 (100%)
R 171 of 518 ~ 33.01%
G 192 of 518 ~ 37.07%
B 155 of 518 ~ 29.92%

%33.01
%37.07
%29.92

CMYK color model

#ABC09B color CMYK value is (11,0,19,25).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(11,0,19,25)
C11M0Y19K25 
(11%,0%,19%,25%)
(0.11/0.00/0.19/0.25)	

CMYK percentages

%10.94
%0
%19.27
%24.71

Codes

Color #ABC09B in popluar color models

ABC09B
RGB171192155
HSL94°22.70%68.04%
HSB/HSV94°19.27%75.29%
CMYK10.94%0.00%19.27%
24.71%

Color #ABC09B in popluar number systems.

HEXABC09B
Decimal171192155
Binary101010111100000010011011
Octal253300233

Shades and tints

Shades of #ABC09B

#ABC09B
(171,192,155)
#9CAF8D
(156,175,141)
#8D9E7F
(141,158,127)
#7E8D71
(126,141,113)
#6F7C63
(111,124,99)
#606B55
(96,107,85)
#515A47
(81,90,71)
#424939
(66,73,57)
#33382B
(51,56,43)
#24271D
(36,39,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #ABC09B

#ABC09B
(171,192,155)
#B2C5A4
(178,197,164)
#B9CAAD
(185,202,173)
#C0CFB6
(192,207,182)
#C7D4BF
(199,212,191)
#CED9C8
(206,217,200)
#D5DED1
(213,222,209)
#DCE3DA
(220,227,218)
#E3E8E3
(227,232,227)
#EAEDEC
(234,237,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC09B color. Also use rgb(171,192,155) instead hex code.

Text Font Color

.myTextColor { color: #ABC09B; }

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

This text font color is #ABC09B.


Background Color

.myBgColor { background-color: #ABC09B; }

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

This div background color is #ABC09B.


Border color

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

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

This div border color is #ABC09B.


Opacity

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

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

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

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

This text has shadow with #ABC09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC09B on black background.


Color preview on white background

This text has color #ABC09B on white background.



Black color preview on #ABC09B background

This text has black color on #ABC09B background.


White color preview on #ABC09B background

This text has white color on #ABC09B background.