COLOR #ABC195

HEX: #ABC195 RGB: (171,193,149)

Color info

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

RGB color model

#ABC195 color RGB value is (171,193,149).

RGB: (171,193,149) (67%, 76%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 149 of 255 = 58%

171
193
149

R + G + B ~ 67%. #ABC195 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 193 + 149 = 513 (100%)
R 171 of 513 ~ 33.33%
G 193 of 513 ~ 37.62%
B 149 of 513 ~ 29.04'%

%33.33
%37.62
%29.04

CMYK color model

#ABC195 color CMYK value is (11,0,23,24).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%

CMYK: (11,0,23,24)
C11M0Y23K24 (11%, 0%, 23%, 24%)
(0.11 / 0.00 / 0.23 / 0.24)

CMYK percentages

%11.4
%0
%22.8
%24.31

Codes

Color #ABC195 in popluar color models

AB C1 95
RGB 171 193 149
HSL 90° 26.19% 67.06%
HSB/HSV 90° 22.80% 75.69%
CMYK 11.40% 0.00% 22.80%
24.31%

Color #ABC195 in popluar number systems.

HEX AB C1 95
Decimal 171 193 149
Binary 10101011 11000001 10010101
Octal 253 301 225

Shades and tints

Shades of #ABC195

#ABC195
(171,193,149)
#9CB088
(156,176,136)
#8D9F7B
(141,159,123)
#7E8E6E
(126,142,110)
#6F7D61
(111,125,97)
#606C54
(96,108,84)
#515B47
(81,91,71)
#424A3A
(66,74,58)
#33392D
(51,57,45)
#242820
(36,40,32)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABC195

#ABC195
(171,193,149)
#B2C69E
(178,198,158)
#B9CBA7
(185,203,167)
#C0D0B0
(192,208,176)
#C7D5B9
(199,213,185)
#CEDAC2
(206,218,194)
#D5DFCB
(213,223,203)
#DCE4D4
(220,228,212)
#E3E9DD
(227,233,221)
#EAEEE6
(234,238,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC195 color. Also use rgb(171,193,149) instead hex code.

Text Font Color

.myTextColor { color: #ABC195; }

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

This text font color is #ABC195.

Background Color

.myBgColor { background-color: #ABC195; }

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

This div background color is #ABC195.

Border color

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

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

This div border color is #ABC195.

Opacity

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

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

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

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

This text has shadow with #ABC195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC195.

Preview

Color preview on black background

This text has color #ABC195 on black background.


Color preview on white background

This text has color #ABC195 on white background.


Black color preview on #ABC195 background

This text has black color on #ABC195 background.


White color preview on #ABC195 background

This text has white color on #ABC195 background.


Related colors

Complementary color

Complementary color for #hex is #543E6A.


I love getcolorcode.com

Triadic colors

1 #95ABC1 and #C195AB with #ABC195 are triadic colors.

2 #95C1AB and #C1AB95 with #ABC195 are triadic colors.