COLOR #C7B9AD

HEX: #C7B9AD RGB: (199,185,173)

Color info

#C7B9AD contains red, green and blue colors in about the same proportion. Web safe color of #C7B9AD is #CCCC99 (or #CC9).

RGB color model

#C7B9AD color RGB value is (199,185,173).

RGB: (199,185,173) (78%, 73%, 68%)

RGB channels and saturation

R 199 of 255 = 78%
G 185 of 255 = 73%
B 173 of 255 = 68%

199
185
173

R + G + B ~ 73%. #C7B9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 185 + 173 = 557 (100%)
R 199 of 557 ~ 35.73%
G 185 of 557 ~ 33.21%
B 173 of 557 ~ 31.06'%

%35.73
%33.21
%31.06

CMYK color model

#C7B9AD color CMYK value is (0,7,13,22).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK: (0,7,13,22) C0M7Y13K22 (0%,7%,13%,22%) (0.00/0.07/0.13/0.22) 

CMYK percentages

%0
%7.04
%13.07
%21.96

Codes

Color #C7B9AD in popluar color models

C7 B9 AD
RGB 199 185 173
HSL 28° 18.84% 72.94%
HSB/HSV 28° 13.07% 78.04%
CMYK 0.00% 7.04% 13.07%
21.96%

Color #C7B9AD in popluar number systems.

HEX C7 B9 AD
Decimal 199 185 173
Binary 11000111 10111001 10101101
Octal 307 271 255

Shades and tints

Shades of #C7B9AD

#C7B9AD
(199,185,173)
#B5A99E
(181,169,158)
#A3998F
(163,153,143)
#918980
(145,137,128)
#7F7971
(127,121,113)
#6D6962
(109,105,98)
#5B5953
(91,89,83)
#494944
(73,73,68)
#373935
(55,57,53)
#252926
(37,41,38)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #C7B9AD

#C7B9AD
(199,185,173)
#CCBFB4
(204,191,180)
#D1C5BB
(209,197,187)
#D6CBC2
(214,203,194)
#DBD1C9
(219,209,201)
#E0D7D0
(224,215,208)
#E5DDD7
(229,221,215)
#EAE3DE
(234,227,222)
#EFE9E5
(239,233,229)
#F4EFEC
(244,239,236)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B9AD color. Also use rgb(199,185,173) instead hex code.

Text Font Color

.myTextColor { color: #C7B9AD; }

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

This text font color is #C7B9AD.

Background Color

.myBgColor { background-color: #C7B9AD; }

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

This div background color is #C7B9AD.

Border color

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

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

This div border color is #C7B9AD.

Opacity

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

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

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

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

This text has shadow with #C7B9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B9AD.

Preview

Color preview on black background

This text has color #C7B9AD on black background.


Color preview on white background

This text has color #C7B9AD on white background.


Black color preview on #C7B9AD background

This text has black color on #C7B9AD background.


White color preview on #C7B9AD background

This text has white color on #C7B9AD background.


Related colors

Complementary color

Complementary color for #hex is #384652.


I love getcolorcode.com

Triadic colors

1 #ADC7B9 and #B9ADC7 with #C7B9AD are triadic colors.

2 #ADB9C7 and #B9C7AD with #C7B9AD are triadic colors.