COLOR #A7CF9F

HEX: #A7CF9F
RGB: (167,207,159)

Color info

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

RGB color model

#A7CF9F color RGB value is (167,207,159).

  • red value is 167;
  • green value is 207;
  • blue value is 159.
RGB:
(167,207,159)
(65%,81%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 207 of 255 = 81%
B 159 of 255 = 62%

167
207
159

R + G + B ~ 69%. #A7CF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 207 + 159 = 533 (100%)
R 167 of 533 ~ 31.33%
G 207 of 533 ~ 38.84%
B 159 of 533 ~ 29.83%

%31.33
%38.84
%29.83

CMYK color model

#A7CF9F color CMYK value is (19,0,23,19).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 23.19%
  • key color value is 18.82%
CMYK:
(19,0,23,19)
C19M0Y23K19 
(19%,0%,23%,19%)
(0.19/0.00/0.23/0.19)	

CMYK percentages

%19.32
%0
%23.19
%18.82

Codes

Color #A7CF9F in popluar color models

A7CF9F
RGB167207159
HSL110°33.33%71.76%
HSB/HSV110°23.19%81.18%
CMYK19.32%0.00%23.19%
18.82%

Color #A7CF9F in popluar number systems.

HEXA7CF9F
Decimal167207159
Binary101001111100111110011111
Octal247317237

Shades and tints

Shades of #A7CF9F

#A7CF9F
(167,207,159)
#98BD91
(152,189,145)
#89AB83
(137,171,131)
#7A9975
(122,153,117)
#6B8767
(107,135,103)
#5C7559
(92,117,89)
#4D634B
(77,99,75)
#3E513D
(62,81,61)
#2F3F2F
(47,63,47)
#202D21
(32,45,33)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #A7CF9F

#A7CF9F
(167,207,159)
#AFD3A7
(175,211,167)
#B7D7AF
(183,215,175)
#BFDBB7
(191,219,183)
#C7DFBF
(199,223,191)
#CFE3C7
(207,227,199)
#D7E7CF
(215,231,207)
#DFEBD7
(223,235,215)
#E7EFDF
(231,239,223)
#EFF3E7
(239,243,231)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CF9F; }

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

This text font color is #A7CF9F.


Background Color

.myBgColor { background-color: #A7CF9F; }

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

This div background color is #A7CF9F.


Border color

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

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

This div border color is #A7CF9F.


Opacity

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

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

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

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

This text has shadow with #A7CF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CF9F on black background.


Color preview on white background

This text has color #A7CF9F on white background.



Black color preview on #A7CF9F background

This text has black color on #A7CF9F background.


White color preview on #A7CF9F background

This text has white color on #A7CF9F background.