COLOR #C7B09A

HEX: #C7B09A
RGB: (199,176,154)

Color info

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

RGB color model

#C7B09A color RGB value is (199,176,154).

  • red value is 199;
  • green value is 176;
  • blue value is 154.
RGB:
(199,176,154)
(78%,69%,60%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 154 of 255 = 60%

199
176
154

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

Portions of RGB colors in percentages

R + G + B =
199 + 176 + 154 = 529 (100%)
R 199 of 529 ~ 37.62%
G 176 of 529 ~ 33.27%
B 154 of 529 ~ 29.11%

%37.62
%33.27
%29.11

CMYK color model

#C7B09A color CMYK value is (0,12,23,22).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 22.61%
  • key color value is 21.96%
CMYK:
(0,12,23,22)
C0M12Y23K22 
(0%,12%,23%,22%)
(0.00/0.12/0.23/0.22)	

CMYK percentages

%0
%11.56
%22.61
%21.96

Codes

Color #C7B09A in popluar color models

C7B09A
RGB199176154
HSL29°28.66%69.22%
HSB/HSV29°22.61%78.04%
CMYK0.00%11.56%22.61%
21.96%

Color #C7B09A in popluar number systems.

HEXC7B09A
Decimal199176154
Binary110001111011000010011010
Octal307260232

Shades and tints

Shades of #C7B09A

#C7B09A
(199,176,154)
#B5A08C
(181,160,140)
#A3907E
(163,144,126)
#918070
(145,128,112)
#7F7062
(127,112,98)
#6D6054
(109,96,84)
#5B5046
(91,80,70)
#494038
(73,64,56)
#37302A
(55,48,42)
#25201C
(37,32,28)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #C7B09A

#C7B09A
(199,176,154)
#CCB7A3
(204,183,163)
#D1BEAC
(209,190,172)
#D6C5B5
(214,197,181)
#DBCCBE
(219,204,190)
#E0D3C7
(224,211,199)
#E5DAD0
(229,218,208)
#EAE1D9
(234,225,217)
#EFE8E2
(239,232,226)
#F4EFEB
(244,239,235)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B09A color. Also use rgb(199,176,154) instead hex code.

Text Font Color

.myTextColor { color: #C7B09A; }

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

This text font color is #C7B09A.


Background Color

.myBgColor { background-color: #C7B09A; }

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

This div background color is #C7B09A.


Border color

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

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

This div border color is #C7B09A.


Opacity

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

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

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

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

This text has shadow with #C7B09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B09A on black background.


Color preview on white background

This text has color #C7B09A on white background.



Black color preview on #C7B09A background

This text has black color on #C7B09A background.


White color preview on #C7B09A background

This text has white color on #C7B09A background.