COLOR #C6B097

HEX: #C6B097
RGB: (198,176,151)

Color info

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

RGB color model

#C6B097 color RGB value is (198,176,151).

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

RGB channels and saturation

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

198
176
151

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

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 151 = 525 (100%)
R 198 of 525 ~ 37.71%
G 176 of 525 ~ 33.52%
B 151 of 525 ~ 28.76%

%37.71
%33.52
%28.76

CMYK color model

#C6B097 color CMYK value is (0,11,24,22).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(0,11,24,22)
C0M11Y24K22 
(0%,11%,24%,22%)
(0.00/0.11/0.24/0.22)	

CMYK percentages

%0
%11.11
%23.74
%22.35

Codes

Color #C6B097 in popluar color models

C6B097
RGB198176151
HSL32°29.19%68.43%
HSB/HSV32°23.74%77.65%
CMYK0.00%11.11%23.74%
22.35%

Color #C6B097 in popluar number systems.

HEXC6B097
Decimal198176151
Binary110001101011000010010111
Octal306260227

Shades and tints

Shades of #C6B097

#C6B097
(198,176,151)
#B4A08A
(180,160,138)
#A2907D
(162,144,125)
#908070
(144,128,112)
#7E7063
(126,112,99)
#6C6056
(108,96,86)
#5A5049
(90,80,73)
#48403C
(72,64,60)
#36302F
(54,48,47)
#242022
(36,32,34)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C6B097

#C6B097
(198,176,151)
#CBB7A0
(203,183,160)
#D0BEA9
(208,190,169)
#D5C5B2
(213,197,178)
#DACCBB
(218,204,187)
#DFD3C4
(223,211,196)
#E4DACD
(228,218,205)
#E9E1D6
(233,225,214)
#EEE8DF
(238,232,223)
#F3EFE8
(243,239,232)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B097; }

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

This text font color is #C6B097.


Background Color

.myBgColor { background-color: #C6B097; }

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

This div background color is #C6B097.


Border color

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

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

This div border color is #C6B097.


Opacity

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

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

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

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

This text has shadow with #C6B097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B097 on black background.


Color preview on white background

This text has color #C6B097 on white background.



Black color preview on #C6B097 background

This text has black color on #C6B097 background.


White color preview on #C6B097 background

This text has white color on #C6B097 background.