COLOR #A7CF9B

HEX: #A7CF9B RGB: (167,207,155)

Color info

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

RGB color model

#A7CF9B color RGB value is (167,207,155).

RGB: (167,207,155) (65%, 81%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 207 of 255 = 81%
B 155 of 255 = 61%

167
207
155

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

Portions of RGB colors in percentages

R + G + B = 167 + 207 + 155 = 529 (100%)
R 167 of 529 ~ 31.57%
G 207 of 529 ~ 39.13%
B 155 of 529 ~ 29.3'%

%31.57
%39.13
%29.3

CMYK color model

#A7CF9B color CMYK value is (19,0,25,19).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 18.82%

CMYK: (19,0,25,19)
C19M0Y25K19 (19%, 0%, 25%, 19%)
(0.19 / 0.00 / 0.25 / 0.19)

CMYK percentages

%19.32
%0
%25.12
%18.82

Codes

Color #A7CF9B in popluar color models

A7 CF 9B
RGB 167 207 155
HSL 106° 35.14% 70.98%
HSB/HSV 106° 25.12% 81.18%
CMYK 19.32% 0.00% 25.12%
18.82%

Color #A7CF9B in popluar number systems.

HEX A7 CF 9B
Decimal 167 207 155
Binary 10100111 11001111 10011011
Octal 247 317 233

Shades and tints

Shades of #A7CF9B

#A7CF9B
(167,207,155)
#98BD8D
(152,189,141)
#89AB7F
(137,171,127)
#7A9971
(122,153,113)
#6B8763
(107,135,99)
#5C7555
(92,117,85)
#4D6347
(77,99,71)
#3E5139
(62,81,57)
#2F3F2B
(47,63,43)
#202D1D
(32,45,29)
#111B0F
(17,27,15)
#000000
(0,0,0)

Tints of #A7CF9B

#A7CF9B
(167,207,155)
#AFD3A4
(175,211,164)
#B7D7AD
(183,215,173)
#BFDBB6
(191,219,182)
#C7DFBF
(199,223,191)
#CFE3C8
(207,227,200)
#D7E7D1
(215,231,209)
#DFEBDA
(223,235,218)
#E7EFE3
(231,239,227)
#EFF3EC
(239,243,236)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CF9B; }

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

This text font color is #A7CF9B.

Background Color

.myBgColor { background-color: #A7CF9B; }

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

This div background color is #A7CF9B.

Border color

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

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

This div border color is #A7CF9B.

Opacity

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

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

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

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

This text has shadow with #A7CF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CF9B.

Preview

Color preview on black background

This text has color #A7CF9B on black background.


Color preview on white background

This text has color #A7CF9B on white background.


Black color preview on #A7CF9B background

This text has black color on #A7CF9B background.


White color preview on #A7CF9B background

This text has white color on #A7CF9B background.


Related colors

Complementary color

Complementary color for #hex is #583064.


I love getcolorcode.com

Triadic colors

1 #9BA7CF and #CF9BA7 with #A7CF9B are triadic colors.

2 #9BCFA7 and #CFA79B with #A7CF9B are triadic colors.