COLOR #ABCD95

HEX: #ABCD95
RGB: (171,205,149)

Color info

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

RGB color model

#ABCD95 color RGB value is (171,205,149).

  • red value is 171;
  • green value is 205;
  • blue value is 149.
RGB:
(171,205,149)
(67%,80%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 149 of 255 = 58%

171
205
149

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

Portions of RGB colors in percentages

R + G + B =
171 + 205 + 149 = 525 (100%)
R 171 of 525 ~ 32.57%
G 205 of 525 ~ 39.05%
B 149 of 525 ~ 28.38%

%32.57
%39.05
%28.38

CMYK color model

#ABCD95 color CMYK value is (17,0,27,20).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 19.61%
CMYK:
(17,0,27,20)
C17M0Y27K20 
(17%,0%,27%,20%)
(0.17/0.00/0.27/0.20)	

CMYK percentages

%16.59
%0
%27.32
%19.61

Codes

Color #ABCD95 in popluar color models

ABCD95
RGB171205149
HSL96°35.90%69.41%
HSB/HSV96°27.32%80.39%
CMYK16.59%0.00%27.32%
19.61%

Color #ABCD95 in popluar number systems.

HEXABCD95
Decimal171205149
Binary101010111100110110010101
Octal253315225

Shades and tints

Shades of #ABCD95

#ABCD95
(171,205,149)
#9CBB88
(156,187,136)
#8DA97B
(141,169,123)
#7E976E
(126,151,110)
#6F8561
(111,133,97)
#607354
(96,115,84)
#516147
(81,97,71)
#424F3A
(66,79,58)
#333D2D
(51,61,45)
#242B20
(36,43,32)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #ABCD95

#ABCD95
(171,205,149)
#B2D19E
(178,209,158)
#B9D5A7
(185,213,167)
#C0D9B0
(192,217,176)
#C7DDB9
(199,221,185)
#CEE1C2
(206,225,194)
#D5E5CB
(213,229,203)
#DCE9D4
(220,233,212)
#E3EDDD
(227,237,221)
#EAF1E6
(234,241,230)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCD95; }

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

This text font color is #ABCD95.


Background Color

.myBgColor { background-color: #ABCD95; }

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

This div background color is #ABCD95.


Border color

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

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

This div border color is #ABCD95.


Opacity

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

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

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

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

This text has shadow with #ABCD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCD95 on black background.


Color preview on white background

This text has color #ABCD95 on white background.



Black color preview on #ABCD95 background

This text has black color on #ABCD95 background.


White color preview on #ABCD95 background

This text has white color on #ABCD95 background.