COLOR #C7A99B

HEX: #C7A99B RGB: (199,169,155)

Color info

#C7A99B contains red, green and blue colors in about the same proportion. Web safe color of #C7A99B is #CC9999 (or #C99).

RGB color model

#C7A99B color RGB value is (199,169,155).

RGB: (199,169,155) (78%, 66%, 61%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 155 of 255 = 61%

199
169
155

R + G + B ~ 68%. #C7A99B is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 169 + 155 = 523 (100%)
R 199 of 523 ~ 38.05%
G 169 of 523 ~ 32.31%
B 155 of 523 ~ 29.64'%

%38.05
%32.31
%29.64

CMYK color model

#C7A99B color CMYK value is (0,15,22,22).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 22.11%
  • key color value is 21.96%

CMYK: (0,15,22,22)
C0M15Y22K22 (0%, 15%, 22%, 22%)
(0.00 / 0.15 / 0.22 / 0.22)

CMYK percentages

%0
%15.08
%22.11
%21.96

Codes

Color #C7A99B in popluar color models

C7 A9 9B
RGB 199 169 155
HSL 19° 28.21% 69.41%
HSB/HSV 19° 22.11% 78.04%
CMYK 0.00% 15.08% 22.11%
21.96%

Color #C7A99B in popluar number systems.

HEX C7 A9 9B
Decimal 199 169 155
Binary 11000111 10101001 10011011
Octal 307 251 233

Shades and tints

Shades of #C7A99B

#C7A99B
(199,169,155)
#B59A8D
(181,154,141)
#A38B7F
(163,139,127)
#917C71
(145,124,113)
#7F6D63
(127,109,99)
#6D5E55
(109,94,85)
#5B4F47
(91,79,71)
#494039
(73,64,57)
#37312B
(55,49,43)
#25221D
(37,34,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #C7A99B

#C7A99B
(199,169,155)
#CCB0A4
(204,176,164)
#D1B7AD
(209,183,173)
#D6BEB6
(214,190,182)
#DBC5BF
(219,197,191)
#E0CCC8
(224,204,200)
#E5D3D1
(229,211,209)
#EADADA
(234,218,218)
#EFE1E3
(239,225,227)
#F4E8EC
(244,232,236)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A99B color. Also use rgb(199,169,155) instead hex code.

Text Font Color

.myTextColor { color: #C7A99B; }

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

This text font color is #C7A99B.

Background Color

.myBgColor { background-color: #C7A99B; }

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

This div background color is #C7A99B.

Border color

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

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

This div border color is #C7A99B.

Opacity

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

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

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

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

This text has shadow with #C7A99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A99B.

Preview

Color preview on black background

This text has color #C7A99B on black background.


Color preview on white background

This text has color #C7A99B on white background.


Black color preview on #C7A99B background

This text has black color on #C7A99B background.


White color preview on #C7A99B background

This text has white color on #C7A99B background.


Related colors

Complementary color

Complementary color for #hex is #385664.


I love getcolorcode.com

Triadic colors

1 #9BC7A9 and #A99BC7 with #C7A99B are triadic colors.

2 #9BA9C7 and #A9C79B with #C7A99B are triadic colors.