COLOR #A7CD95

HEX: #A7CD95
RGB: (167,205,149)

Color info

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

RGB color model

#A7CD95 color RGB value is (167,205,149).

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

RGB channels and saturation

R 167 of 255 = 65%
G 205 of 255 = 80%
B 149 of 255 = 58%

167
205
149

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

Portions of RGB colors in percentages

R + G + B =
167 + 205 + 149 = 521 (100%)
R 167 of 521 ~ 32.05%
G 205 of 521 ~ 39.35%
B 149 of 521 ~ 28.6%

%32.05
%39.35
%28.6

CMYK color model

#A7CD95 color CMYK value is (19,0,27,20).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 19.61%
CMYK:
(19,0,27,20)
C19M0Y27K20 
(19%,0%,27%,20%)
(0.19/0.00/0.27/0.20)	

CMYK percentages

%18.54
%0
%27.32
%19.61

Codes

Color #A7CD95 in popluar color models

A7CD95
RGB167205149
HSL101°35.90%69.41%
HSB/HSV101°27.32%80.39%
CMYK18.54%0.00%27.32%
19.61%

Color #A7CD95 in popluar number systems.

HEXA7CD95
Decimal167205149
Binary101001111100110110010101
Octal247315225

Shades and tints

Shades of #A7CD95

#A7CD95
(167,205,149)
#98BB88
(152,187,136)
#89A97B
(137,169,123)
#7A976E
(122,151,110)
#6B8561
(107,133,97)
#5C7354
(92,115,84)
#4D6147
(77,97,71)
#3E4F3A
(62,79,58)
#2F3D2D
(47,61,45)
#202B20
(32,43,32)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #A7CD95

#A7CD95
(167,205,149)
#AFD19E
(175,209,158)
#B7D5A7
(183,213,167)
#BFD9B0
(191,217,176)
#C7DDB9
(199,221,185)
#CFE1C2
(207,225,194)
#D7E5CB
(215,229,203)
#DFE9D4
(223,233,212)
#E7EDDD
(231,237,221)
#EFF1E6
(239,241,230)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CD95; }

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

This text font color is #A7CD95.


Background Color

.myBgColor { background-color: #A7CD95; }

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

This div background color is #A7CD95.


Border color

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

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

This div border color is #A7CD95.


Opacity

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

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

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

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

This text has shadow with #A7CD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CD95 on black background.


Color preview on white background

This text has color #A7CD95 on white background.



Black color preview on #A7CD95 background

This text has black color on #A7CD95 background.


White color preview on #A7CD95 background

This text has white color on #A7CD95 background.