COLOR #C7B8AD

HEX: #C7B8AD
RGB: (199,184,173)

Color info

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

RGB color model

#C7B8AD color RGB value is (199,184,173).

  • red value is 199;
  • green value is 184;
  • blue value is 173.
RGB:
(199,184,173)
(78%,72%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 184 of 255 = 72%
B 173 of 255 = 68%

199
184
173

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

Portions of RGB colors in percentages

R + G + B =
199 + 184 + 173 = 556 (100%)
R 199 of 556 ~ 35.79%
G 184 of 556 ~ 33.09%
B 173 of 556 ~ 31.12%

%35.79
%33.09
%31.12

CMYK color model

#C7B8AD color CMYK value is (0,8,13,22).

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(0,8,13,22)
C0M8Y13K22 
(0%,8%,13%,22%)
(0.00/0.08/0.13/0.22)	

CMYK percentages

%0
%7.54
%13.07
%21.96

Codes

Color #C7B8AD in popluar color models

C7B8AD
RGB199184173
HSL25°18.84%72.94%
HSB/HSV25°13.07%78.04%
CMYK0.00%7.54%13.07%
21.96%

Color #C7B8AD in popluar number systems.

HEXC7B8AD
Decimal199184173
Binary110001111011100010101101
Octal307270255

Shades and tints

Shades of #C7B8AD

#C7B8AD
(199,184,173)
#B5A89E
(181,168,158)
#A3988F
(163,152,143)
#918880
(145,136,128)
#7F7871
(127,120,113)
#6D6862
(109,104,98)
#5B5853
(91,88,83)
#494844
(73,72,68)
#373835
(55,56,53)
#252826
(37,40,38)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #C7B8AD

#C7B8AD
(199,184,173)
#CCBEB4
(204,190,180)
#D1C4BB
(209,196,187)
#D6CAC2
(214,202,194)
#DBD0C9
(219,208,201)
#E0D6D0
(224,214,208)
#E5DCD7
(229,220,215)
#EAE2DE
(234,226,222)
#EFE8E5
(239,232,229)
#F4EEEC
(244,238,236)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B8AD; }

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

This text font color is #C7B8AD.


Background Color

.myBgColor { background-color: #C7B8AD; }

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

This div background color is #C7B8AD.


Border color

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

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

This div border color is #C7B8AD.


Opacity

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

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

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

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

This text has shadow with #C7B8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B8AD on black background.


Color preview on white background

This text has color #C7B8AD on white background.



Black color preview on #C7B8AD background

This text has black color on #C7B8AD background.


White color preview on #C7B8AD background

This text has white color on #C7B8AD background.