COLOR #A7CDA5

HEX: #A7CDA5
RGB: (167,205,165)

Color info

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

RGB color model

#A7CDA5 color RGB value is (167,205,165).

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

RGB channels and saturation

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

167
205
165

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

Portions of RGB colors in percentages

R + G + B =
167 + 205 + 165 = 537 (100%)
R 167 of 537 ~ 31.1%
G 205 of 537 ~ 38.18%
B 165 of 537 ~ 30.73%

%31.1
%38.18
%30.73

CMYK color model

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

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

CMYK percentages

%18.54
%0
%19.51
%19.61

Codes

Color #A7CDA5 in popluar color models

A7CDA5
RGB167205165
HSL117°28.57%72.55%
HSB/HSV117°19.51%80.39%
CMYK18.54%0.00%19.51%
19.61%

Color #A7CDA5 in popluar number systems.

HEXA7CDA5
Decimal167205165
Binary101001111100110110100101
Octal247315245

Shades and tints

Shades of #A7CDA5

#A7CDA5
(167,205,165)
#98BB96
(152,187,150)
#89A987
(137,169,135)
#7A9778
(122,151,120)
#6B8569
(107,133,105)
#5C735A
(92,115,90)
#4D614B
(77,97,75)
#3E4F3C
(62,79,60)
#2F3D2D
(47,61,45)
#202B1E
(32,43,30)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #A7CDA5

#A7CDA5
(167,205,165)
#AFD1AD
(175,209,173)
#B7D5B5
(183,213,181)
#BFD9BD
(191,217,189)
#C7DDC5
(199,221,197)
#CFE1CD
(207,225,205)
#D7E5D5
(215,229,213)
#DFE9DD
(223,233,221)
#E7EDE5
(231,237,229)
#EFF1ED
(239,241,237)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CDA5; }

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

This text font color is #A7CDA5.


Background Color

.myBgColor { background-color: #A7CDA5; }

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

This div background color is #A7CDA5.


Border color

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

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

This div border color is #A7CDA5.


Opacity

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

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

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

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

This text has shadow with #A7CDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CDA5 on black background.


Color preview on white background

This text has color #A7CDA5 on white background.



Black color preview on #A7CDA5 background

This text has black color on #A7CDA5 background.


White color preview on #A7CDA5 background

This text has white color on #A7CDA5 background.