COLOR #C7B297

HEX: #C7B297
RGB: (199,178,151)

Color info

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

RGB color model

#C7B297 color RGB value is (199,178,151).

  • red value is 199;
  • green value is 178;
  • blue value is 151.
RGB:
(199,178,151)
(78%,70%,59%)

RGB channels and saturation

R 199 of 255 = 78%
G 178 of 255 = 70%
B 151 of 255 = 59%

199
178
151

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

Portions of RGB colors in percentages

R + G + B =
199 + 178 + 151 = 528 (100%)
R 199 of 528 ~ 37.69%
G 178 of 528 ~ 33.71%
B 151 of 528 ~ 28.6%

%37.69
%33.71
%28.6

CMYK color model

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

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

CMYK percentages

%0
%10.55
%24.12
%21.96

Codes

Color #C7B297 in popluar color models

C7B297
RGB199178151
HSL34°30.00%68.63%
HSB/HSV34°24.12%78.04%
CMYK0.00%10.55%24.12%
21.96%

Color #C7B297 in popluar number systems.

HEXC7B297
Decimal199178151
Binary110001111011001010010111
Octal307262227

Shades and tints

Shades of #C7B297

#C7B297
(199,178,151)
#B5A28A
(181,162,138)
#A3927D
(163,146,125)
#918270
(145,130,112)
#7F7263
(127,114,99)
#6D6256
(109,98,86)
#5B5249
(91,82,73)
#49423C
(73,66,60)
#37322F
(55,50,47)
#252222
(37,34,34)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #C7B297

#C7B297
(199,178,151)
#CCB9A0
(204,185,160)
#D1C0A9
(209,192,169)
#D6C7B2
(214,199,178)
#DBCEBB
(219,206,187)
#E0D5C4
(224,213,196)
#E5DCCD
(229,220,205)
#EAE3D6
(234,227,214)
#EFEADF
(239,234,223)
#F4F1E8
(244,241,232)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B297 color. Also use rgb(199,178,151) instead hex code.

Text Font Color

.myTextColor { color: #C7B297; }

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

This text font color is #C7B297.


Background Color

.myBgColor { background-color: #C7B297; }

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

This div background color is #C7B297.


Border color

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

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

This div border color is #C7B297.


Opacity

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

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

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

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

This text has shadow with #C7B297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B297 on black background.


Color preview on white background

This text has color #C7B297 on white background.



Black color preview on #C7B297 background

This text has black color on #C7B297 background.


White color preview on #C7B297 background

This text has white color on #C7B297 background.