COLOR #A7CF8E

HEX: #A7CF8E
RGB: (167,207,142)

Color info

#A7CF8E contains mainly red and green colors. Web safe color of #A7CF8E is #99CC99 (or #9C9).

RGB color model

#A7CF8E color RGB value is (167,207,142).

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

RGB channels and saturation

R 167 of 255 = 65%
G 207 of 255 = 81%
B 142 of 255 = 56%

167
207
142

R + G + B ~ 67%. #A7CF8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 207 + 142 = 516 (100%)
R 167 of 516 ~ 32.36%
G 207 of 516 ~ 40.12%
B 142 of 516 ~ 27.52%

%32.36
%40.12
%27.52

CMYK color model

#A7CF8E color CMYK value is (19,0,31,19).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 18.82%
CMYK:
(19,0,31,19)
C19M0Y31K19 
(19%,0%,31%,19%)
(0.19/0.00/0.31/0.19)	

CMYK percentages

%19.32
%0
%31.4
%18.82

Codes

Color #A7CF8E in popluar color models

A7CF8E
RGB167207142
HSL97°40.37%68.43%
HSB/HSV97°31.40%81.18%
CMYK19.32%0.00%31.40%
18.82%

Color #A7CF8E in popluar number systems.

HEXA7CF8E
Decimal167207142
Binary101001111100111110001110
Octal247317216

Shades and tints

Shades of #A7CF8E

#A7CF8E
(167,207,142)
#98BD82
(152,189,130)
#89AB76
(137,171,118)
#7A996A
(122,153,106)
#6B875E
(107,135,94)
#5C7552
(92,117,82)
#4D6346
(77,99,70)
#3E513A
(62,81,58)
#2F3F2E
(47,63,46)
#202D22
(32,45,34)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #A7CF8E

#A7CF8E
(167,207,142)
#AFD398
(175,211,152)
#B7D7A2
(183,215,162)
#BFDBAC
(191,219,172)
#C7DFB6
(199,223,182)
#CFE3C0
(207,227,192)
#D7E7CA
(215,231,202)
#DFEBD4
(223,235,212)
#E7EFDE
(231,239,222)
#EFF3E8
(239,243,232)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CF8E; }

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

This text font color is #A7CF8E.


Background Color

.myBgColor { background-color: #A7CF8E; }

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

This div background color is #A7CF8E.


Border color

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

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

This div border color is #A7CF8E.


Opacity

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

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

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

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

This text has shadow with #A7CF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CF8E on black background.


Color preview on white background

This text has color #A7CF8E on white background.



Black color preview on #A7CF8E background

This text has black color on #A7CF8E background.


White color preview on #A7CF8E background

This text has white color on #A7CF8E background.