COLOR #ABCA94

HEX: #ABCA94 RGB: (171,202,148)

Color info

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

RGB color model

#ABCA94 color RGB value is (171,202,148).

RGB: (171,202,148) (67%, 79%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 148 of 255 = 58%

171
202
148

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

Portions of RGB colors in percentages

R + G + B = 171 + 202 + 148 = 521 (100%)
R 171 of 521 ~ 32.82%
G 202 of 521 ~ 38.77%
B 148 of 521 ~ 28.41'%

%32.82
%38.77
%28.41

CMYK color model

#ABCA94 color CMYK value is (15,0,27,21).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 20.78%

CMYK: (15,0,27,21)
C15M0Y27K21 (15%, 0%, 27%, 21%)
(0.15 / 0.00 / 0.27 / 0.21)

CMYK percentages

%15.35
%0
%26.73
%20.78

Codes

Color #ABCA94 in popluar color models

AB CA 94
RGB 171 202 148
HSL 94° 33.75% 68.63%
HSB/HSV 94° 26.73% 79.22%
CMYK 15.35% 0.00% 26.73%
20.78%

Color #ABCA94 in popluar number systems.

HEX AB CA 94
Decimal 171 202 148
Binary 10101011 11001010 10010100
Octal 253 312 224

Shades and tints

Shades of #ABCA94

#ABCA94
(171,202,148)
#9CB887
(156,184,135)
#8DA67A
(141,166,122)
#7E946D
(126,148,109)
#6F8260
(111,130,96)
#607053
(96,112,83)
#515E46
(81,94,70)
#424C39
(66,76,57)
#333A2C
(51,58,44)
#24281F
(36,40,31)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #ABCA94

#ABCA94
(171,202,148)
#B2CE9D
(178,206,157)
#B9D2A6
(185,210,166)
#C0D6AF
(192,214,175)
#C7DAB8
(199,218,184)
#CEDEC1
(206,222,193)
#D5E2CA
(213,226,202)
#DCE6D3
(220,230,211)
#E3EADC
(227,234,220)
#EAEEE5
(234,238,229)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCA94 color. Also use rgb(171,202,148) instead hex code.

Text Font Color

.myTextColor { color: #ABCA94; }

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

This text font color is #ABCA94.

Background Color

.myBgColor { background-color: #ABCA94; }

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

This div background color is #ABCA94.

Border color

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

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

This div border color is #ABCA94.

Opacity

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

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

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

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

This text has shadow with #ABCA94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCA94.

Preview

Color preview on black background

This text has color #ABCA94 on black background.


Color preview on white background

This text has color #ABCA94 on white background.


Black color preview on #ABCA94 background

This text has black color on #ABCA94 background.


White color preview on #ABCA94 background

This text has white color on #ABCA94 background.


Related colors

Complementary color

Complementary color for #hex is #54356B.


I love getcolorcode.com

Triadic colors

1 #94ABCA and #CA94AB with #ABCA94 are triadic colors.

2 #94CAAB and #CAAB94 with #ABCA94 are triadic colors.