COLOR #C7B08E

HEX: #C7B08E RGB: (199,176,142)

Color info

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

RGB color model

#C7B08E color RGB value is (199,176,142).

RGB: (199,176,142) (78%, 69%, 56%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 142 of 255 = 56%

199
176
142

R + G + B ~ 68%. #C7B08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 176 + 142 = 517 (100%)
R 199 of 517 ~ 38.49%
G 176 of 517 ~ 34.04%
B 142 of 517 ~ 27.47'%

%38.49
%34.04
%27.47

CMYK color model

#C7B08E color CMYK value is (0,12,29,22).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 28.64%
  • key color value is 21.96%

CMYK: (0,12,29,22)
C0M12Y29K22 (0%, 12%, 29%, 22%)
(0.00 / 0.12 / 0.29 / 0.22)

CMYK percentages

%0
%11.56
%28.64
%21.96

Codes

Color #C7B08E in popluar color models

C7 B0 8E
RGB 199 176 142
HSL 36° 33.73% 66.86%
HSB/HSV 36° 28.64% 78.04%
CMYK 0.00% 11.56% 28.64%
21.96%

Color #C7B08E in popluar number systems.

HEX C7 B0 8E
Decimal 199 176 142
Binary 11000111 10110000 10001110
Octal 307 260 216

Shades and tints

Shades of #C7B08E

#C7B08E
(199,176,142)
#B5A082
(181,160,130)
#A39076
(163,144,118)
#91806A
(145,128,106)
#7F705E
(127,112,94)
#6D6052
(109,96,82)
#5B5046
(91,80,70)
#49403A
(73,64,58)
#37302E
(55,48,46)
#252022
(37,32,34)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #C7B08E

#C7B08E
(199,176,142)
#CCB798
(204,183,152)
#D1BEA2
(209,190,162)
#D6C5AC
(214,197,172)
#DBCCB6
(219,204,182)
#E0D3C0
(224,211,192)
#E5DACA
(229,218,202)
#EAE1D4
(234,225,212)
#EFE8DE
(239,232,222)
#F4EFE8
(244,239,232)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B08E; }

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

This text font color is #C7B08E.

Background Color

.myBgColor { background-color: #C7B08E; }

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

This div background color is #C7B08E.

Border color

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

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

This div border color is #C7B08E.

Opacity

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

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

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

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

This text has shadow with #C7B08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B08E.

Preview

Color preview on black background

This text has color #C7B08E on black background.


Color preview on white background

This text has color #C7B08E on white background.


Black color preview on #C7B08E background

This text has black color on #C7B08E background.


White color preview on #C7B08E background

This text has white color on #C7B08E background.


Related colors

Complementary color

Complementary color for #hex is #384F71.


I love getcolorcode.com

Triadic colors

1 #8EC7B0 and #B08EC7 with #C7B08E are triadic colors.

2 #8EB0C7 and #B0C78E with #C7B08E are triadic colors.