COLOR #A7CDA7

HEX: #A7CDA7
RGB: (167,205,167)

Color info

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

RGB color model

#A7CDA7 color RGB value is (167,205,167).

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

RGB channels and saturation

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

167
205
167

R + G + B ~ 70%. #A7CDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 205 + 167 = 539 (100%)
R 167 of 539 ~ 30.98%
G 205 of 539 ~ 38.03%
B 167 of 539 ~ 30.98%

%30.98
%38.03
%30.98

CMYK color model

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

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

CMYK percentages

%18.54
%0
%18.54
%19.61

Codes

Color #A7CDA7 in popluar color models

A7CDA7
RGB167205167
HSL120°27.54%72.94%
HSB/HSV120°18.54%80.39%
CMYK18.54%0.00%18.54%
19.61%

Color #A7CDA7 in popluar number systems.

HEXA7CDA7
Decimal167205167
Binary101001111100110110100111
Octal247315247

Shades and tints

Shades of #A7CDA7

#A7CDA7
(167,205,167)
#98BB98
(152,187,152)
#89A989
(137,169,137)
#7A977A
(122,151,122)
#6B856B
(107,133,107)
#5C735C
(92,115,92)
#4D614D
(77,97,77)
#3E4F3E
(62,79,62)
#2F3D2F
(47,61,47)
#202B20
(32,43,32)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #A7CDA7

#A7CDA7
(167,205,167)
#AFD1AF
(175,209,175)
#B7D5B7
(183,213,183)
#BFD9BF
(191,217,191)
#C7DDC7
(199,221,199)
#CFE1CF
(207,225,207)
#D7E5D7
(215,229,215)
#DFE9DF
(223,233,223)
#E7EDE7
(231,237,231)
#EFF1EF
(239,241,239)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CDA7; }

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

This text font color is #A7CDA7.


Background Color

.myBgColor { background-color: #A7CDA7; }

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

This div background color is #A7CDA7.


Border color

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

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

This div border color is #A7CDA7.


Opacity

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

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

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

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

This text has shadow with #A7CDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CDA7 on black background.


Color preview on white background

This text has color #A7CDA7 on white background.



Black color preview on #A7CDA7 background

This text has black color on #A7CDA7 background.


White color preview on #A7CDA7 background

This text has white color on #A7CDA7 background.