COLOR #C7AF9B

HEX: #C7AF9B
RGB: (199,175,155)

Color info

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

RGB color model

#C7AF9B color RGB value is (199,175,155).

  • red value is 199;
  • green value is 175;
  • blue value is 155.
RGB:
(199,175,155)
(78%,69%,61%)

RGB channels and saturation

R 199 of 255 = 78%
G 175 of 255 = 69%
B 155 of 255 = 61%

199
175
155

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

Portions of RGB colors in percentages

R + G + B =
199 + 175 + 155 = 529 (100%)
R 199 of 529 ~ 37.62%
G 175 of 529 ~ 33.08%
B 155 of 529 ~ 29.3%

%37.62
%33.08
%29.3

CMYK color model

#C7AF9B color CMYK value is (0,12,22,22).

  • cyan value is 0.00%
  • magenta value is 12.06%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(0,12,22,22)
C0M12Y22K22 
(0%,12%,22%,22%)
(0.00/0.12/0.22/0.22)	

CMYK percentages

%0
%12.06
%22.11
%21.96

Codes

Color #C7AF9B in popluar color models

C7AF9B
RGB199175155
HSL27°28.21%69.41%
HSB/HSV27°22.11%78.04%
CMYK0.00%12.06%22.11%
21.96%

Color #C7AF9B in popluar number systems.

HEXC7AF9B
Decimal199175155
Binary110001111010111110011011
Octal307257233

Shades and tints

Shades of #C7AF9B

#C7AF9B
(199,175,155)
#B5A08D
(181,160,141)
#A3917F
(163,145,127)
#918271
(145,130,113)
#7F7363
(127,115,99)
#6D6455
(109,100,85)
#5B5547
(91,85,71)
#494639
(73,70,57)
#37372B
(55,55,43)
#25281D
(37,40,29)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #C7AF9B

#C7AF9B
(199,175,155)
#CCB6A4
(204,182,164)
#D1BDAD
(209,189,173)
#D6C4B6
(214,196,182)
#DBCBBF
(219,203,191)
#E0D2C8
(224,210,200)
#E5D9D1
(229,217,209)
#EAE0DA
(234,224,218)
#EFE7E3
(239,231,227)
#F4EEEC
(244,238,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AF9B; }

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

This text font color is #C7AF9B.


Background Color

.myBgColor { background-color: #C7AF9B; }

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

This div background color is #C7AF9B.


Border color

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

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

This div border color is #C7AF9B.


Opacity

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

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

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

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

This text has shadow with #C7AF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AF9B on black background.


Color preview on white background

This text has color #C7AF9B on white background.



Black color preview on #C7AF9B background

This text has black color on #C7AF9B background.


White color preview on #C7AF9B background

This text has white color on #C7AF9B background.