COLOR #C7C09B

HEX: #C7C09B
RGB: (199,192,155)

Color info

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

RGB color model

#C7C09B color RGB value is (199,192,155).

  • red value is 199;
  • green value is 192;
  • blue value is 155.
RGB:
(199,192,155)
(78%,75%,61%)

RGB channels and saturation

R 199 of 255 = 78%
G 192 of 255 = 75%
B 155 of 255 = 61%

199
192
155

R + G + B ~ 71%. #C7C09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 192 + 155 = 546 (100%)
R 199 of 546 ~ 36.45%
G 192 of 546 ~ 35.16%
B 155 of 546 ~ 28.39%

%36.45
%35.16
%28.39

CMYK color model

#C7C09B color CMYK value is (0,4,22,22).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(0,4,22,22)
C0M4Y22K22 
(0%,4%,22%,22%)
(0.00/0.04/0.22/0.22)	

CMYK percentages

%0
%3.52
%22.11
%21.96

Codes

Color #C7C09B in popluar color models

C7C09B
RGB199192155
HSL50°28.21%69.41%
HSB/HSV50°22.11%78.04%
CMYK0.00%3.52%22.11%
21.96%

Color #C7C09B in popluar number systems.

HEXC7C09B
Decimal199192155
Binary110001111100000010011011
Octal307300233

Shades and tints

Shades of #C7C09B

#C7C09B
(199,192,155)
#B5AF8D
(181,175,141)
#A39E7F
(163,158,127)
#918D71
(145,141,113)
#7F7C63
(127,124,99)
#6D6B55
(109,107,85)
#5B5A47
(91,90,71)
#494939
(73,73,57)
#37382B
(55,56,43)
#25271D
(37,39,29)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #C7C09B

#C7C09B
(199,192,155)
#CCC5A4
(204,197,164)
#D1CAAD
(209,202,173)
#D6CFB6
(214,207,182)
#DBD4BF
(219,212,191)
#E0D9C8
(224,217,200)
#E5DED1
(229,222,209)
#EAE3DA
(234,227,218)
#EFE8E3
(239,232,227)
#F4EDEC
(244,237,236)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C09B color. Also use rgb(199,192,155) instead hex code.

Text Font Color

.myTextColor { color: #C7C09B; }

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

This text font color is #C7C09B.


Background Color

.myBgColor { background-color: #C7C09B; }

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

This div background color is #C7C09B.


Border color

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

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

This div border color is #C7C09B.


Opacity

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

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

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

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

This text has shadow with #C7C09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C09B on black background.


Color preview on white background

This text has color #C7C09B on white background.



Black color preview on #C7C09B background

This text has black color on #C7C09B background.


White color preview on #C7C09B background

This text has white color on #C7C09B background.