COLOR #ABC38C

HEX: #ABC38C RGB: (171,195,140)

Color info

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

RGB color model

#ABC38C color RGB value is (171,195,140).

RGB: (171,195,140) (67%, 76%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 195 of 255 = 76%
B 140 of 255 = 55%

171
195
140

R + G + B ~ 66%. #ABC38C is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 195 + 140 = 506 (100%)
R 171 of 506 ~ 33.79%
G 195 of 506 ~ 38.54%
B 140 of 506 ~ 27.67'%

%33.79
%38.54
%27.67

CMYK color model

#ABC38C color CMYK value is (12,0,28,24).

  • cyan value is 12.31%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 23.53%

CMYK: (12,0,28,24)
C12M0Y28K24 (12%, 0%, 28%, 24%)
(0.12 / 0.00 / 0.28 / 0.24)

CMYK percentages

%12.31
%0
%28.21
%23.53

Codes

Color #ABC38C in popluar color models

AB C3 8C
RGB 171 195 140
HSL 86° 31.43% 65.69%
HSB/HSV 86° 28.21% 76.47%
CMYK 12.31% 0.00% 28.21%
23.53%

Color #ABC38C in popluar number systems.

HEX AB C3 8C
Decimal 171 195 140
Binary 10101011 11000011 10001100
Octal 253 303 214

Shades and tints

Shades of #ABC38C

#ABC38C
(171,195,140)
#9CB280
(156,178,128)
#8DA174
(141,161,116)
#7E9068
(126,144,104)
#6F7F5C
(111,127,92)
#606E50
(96,110,80)
#515D44
(81,93,68)
#424C38
(66,76,56)
#333B2C
(51,59,44)
#242A20
(36,42,32)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABC38C

#ABC38C
(171,195,140)
#B2C896
(178,200,150)
#B9CDA0
(185,205,160)
#C0D2AA
(192,210,170)
#C7D7B4
(199,215,180)
#CEDCBE
(206,220,190)
#D5E1C8
(213,225,200)
#DCE6D2
(220,230,210)
#E3EBDC
(227,235,220)
#EAF0E6
(234,240,230)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC38C color. Also use rgb(171,195,140) instead hex code.

Text Font Color

.myTextColor { color: #ABC38C; }

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

This text font color is #ABC38C.

Background Color

.myBgColor { background-color: #ABC38C; }

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

This div background color is #ABC38C.

Border color

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

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

This div border color is #ABC38C.

Opacity

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

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

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

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

This text has shadow with #ABC38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC38C.

Preview

Color preview on black background

This text has color #ABC38C on black background.


Color preview on white background

This text has color #ABC38C on white background.


Black color preview on #ABC38C background

This text has black color on #ABC38C background.


White color preview on #ABC38C background

This text has white color on #ABC38C background.


Related colors

Complementary color

Complementary color for #hex is #543C73.


I love getcolorcode.com

Triadic colors

1 #8CABC3 and #C38CAB with #ABC38C are triadic colors.

2 #8CC3AB and #C3AB8C with #ABC38C are triadic colors.