COLOR #C8B097

HEX: #C8B097
RGB: (200,176,151)

Color info

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

RGB color model

#C8B097 color RGB value is (200,176,151).

  • red value is 200;
  • green value is 176;
  • blue value is 151.
RGB:
(200,176,151)
(78%,69%,59%)

RGB channels and saturation

R 200 of 255 = 78%
G 176 of 255 = 69%
B 151 of 255 = 59%

200
176
151

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

Portions of RGB colors in percentages

R + G + B =
200 + 176 + 151 = 527 (100%)
R 200 of 527 ~ 37.95%
G 176 of 527 ~ 33.4%
B 151 of 527 ~ 28.65%

%37.95
%33.4
%28.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 24.50%
  • key color value is 21.57%
CMYK:
(0,12,25,22)
C0M12Y25K22 
(0%,12%,25%,22%)
(0.00/0.12/0.25/0.22)	

CMYK percentages

%0
%12
%24.5
%21.57

Codes

Color #C8B097 in popluar color models

C8B097
RGB200176151
HSL31°30.82%68.82%
HSB/HSV31°24.50%78.43%
CMYK0.00%12.00%24.50%
21.57%

Color #C8B097 in popluar number systems.

HEXC8B097
Decimal200176151
Binary110010001011000010010111
Octal310260227

Shades and tints

Shades of #C8B097

#C8B097
(200,176,151)
#B6A08A
(182,160,138)
#A4907D
(164,144,125)
#928070
(146,128,112)
#807063
(128,112,99)
#6E6056
(110,96,86)
#5C5049
(92,80,73)
#4A403C
(74,64,60)
#38302F
(56,48,47)
#262022
(38,32,34)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #C8B097

#C8B097
(200,176,151)
#CDB7A0
(205,183,160)
#D2BEA9
(210,190,169)
#D7C5B2
(215,197,178)
#DCCCBB
(220,204,187)
#E1D3C4
(225,211,196)
#E6DACD
(230,218,205)
#EBE1D6
(235,225,214)
#F0E8DF
(240,232,223)
#F5EFE8
(245,239,232)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B097 color. Also use rgb(200,176,151) instead hex code.

Text Font Color

.myTextColor { color: #C8B097; }

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

This text font color is #C8B097.


Background Color

.myBgColor { background-color: #C8B097; }

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

This div background color is #C8B097.


Border color

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

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

This div border color is #C8B097.


Opacity

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

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

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

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

This text has shadow with #C8B097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B097 on black background.


Color preview on white background

This text has color #C8B097 on white background.



Black color preview on #C8B097 background

This text has black color on #C8B097 background.


White color preview on #C8B097 background

This text has white color on #C8B097 background.