COLOR #A7CF9A

HEX: #A7CF9A
RGB: (167,207,154)

Color info

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

RGB color model

#A7CF9A color RGB value is (167,207,154).

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

RGB channels and saturation

R 167 of 255 = 65%
G 207 of 255 = 81%
B 154 of 255 = 60%

167
207
154

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

Portions of RGB colors in percentages

R + G + B =
167 + 207 + 154 = 528 (100%)
R 167 of 528 ~ 31.63%
G 207 of 528 ~ 39.2%
B 154 of 528 ~ 29.17%

%31.63
%39.2
%29.17

CMYK color model

#A7CF9A color CMYK value is (19,0,26,19).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 25.60%
  • key color value is 18.82%
CMYK:
(19,0,26,19)
C19M0Y26K19 
(19%,0%,26%,19%)
(0.19/0.00/0.26/0.19)	

CMYK percentages

%19.32
%0
%25.6
%18.82

Codes

Color #A7CF9A in popluar color models

A7CF9A
RGB167207154
HSL105°35.57%70.78%
HSB/HSV105°25.60%81.18%
CMYK19.32%0.00%25.60%
18.82%

Color #A7CF9A in popluar number systems.

HEXA7CF9A
Decimal167207154
Binary101001111100111110011010
Octal247317232

Shades and tints

Shades of #A7CF9A

#A7CF9A
(167,207,154)
#98BD8C
(152,189,140)
#89AB7E
(137,171,126)
#7A9970
(122,153,112)
#6B8762
(107,135,98)
#5C7554
(92,117,84)
#4D6346
(77,99,70)
#3E5138
(62,81,56)
#2F3F2A
(47,63,42)
#202D1C
(32,45,28)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #A7CF9A

#A7CF9A
(167,207,154)
#AFD3A3
(175,211,163)
#B7D7AC
(183,215,172)
#BFDBB5
(191,219,181)
#C7DFBE
(199,223,190)
#CFE3C7
(207,227,199)
#D7E7D0
(215,231,208)
#DFEBD9
(223,235,217)
#E7EFE2
(231,239,226)
#EFF3EB
(239,243,235)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CF9A; }

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

This text font color is #A7CF9A.


Background Color

.myBgColor { background-color: #A7CF9A; }

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

This div background color is #A7CF9A.


Border color

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

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

This div border color is #A7CF9A.


Opacity

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

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

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

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

This text has shadow with #A7CF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CF9A on black background.


Color preview on white background

This text has color #A7CF9A on white background.



Black color preview on #A7CF9A background

This text has black color on #A7CF9A background.


White color preview on #A7CF9A background

This text has white color on #A7CF9A background.