COLOR #C7B09E

HEX: #C7B09E RGB: (199,176,158)

Color info

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

RGB color model

#C7B09E color RGB value is (199,176,158).

RGB: (199,176,158) (78%, 69%, 62%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 158 of 255 = 62%

199
176
158

R + G + B ~ 70%. #C7B09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 176 + 158 = 533 (100%)
R 199 of 533 ~ 37.34%
G 176 of 533 ~ 33.02%
B 158 of 533 ~ 29.64'%

%37.34
%33.02
%29.64

CMYK color model

#C7B09E color CMYK value is (0,12,21,22).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 20.60%
  • key color value is 21.96%
CMYK: (0,12,21,22) C0M12Y21K22 (0%,12%,21%,22%) (0.00/0.12/0.21/0.22) 

CMYK percentages

%0
%11.56
%20.6
%21.96

Codes

Color #C7B09E in popluar color models

C7 B0 9E
RGB 199 176 158
HSL 26° 26.80% 70.00%
HSB/HSV 26° 20.60% 78.04%
CMYK 0.00% 11.56% 20.60%
21.96%

Color #C7B09E in popluar number systems.

HEX C7 B0 9E
Decimal 199 176 158
Binary 11000111 10110000 10011110
Octal 307 260 236

Shades and tints

Shades of #C7B09E

#C7B09E
(199,176,158)
#B5A090
(181,160,144)
#A39082
(163,144,130)
#918074
(145,128,116)
#7F7066
(127,112,102)
#6D6058
(109,96,88)
#5B504A
(91,80,74)
#49403C
(73,64,60)
#37302E
(55,48,46)
#252020
(37,32,32)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #C7B09E

#C7B09E
(199,176,158)
#CCB7A6
(204,183,166)
#D1BEAE
(209,190,174)
#D6C5B6
(214,197,182)
#DBCCBE
(219,204,190)
#E0D3C6
(224,211,198)
#E5DACE
(229,218,206)
#EAE1D6
(234,225,214)
#EFE8DE
(239,232,222)
#F4EFE6
(244,239,230)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B09E; }

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

This text font color is #C7B09E.

Background Color

.myBgColor { background-color: #C7B09E; }

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

This div background color is #C7B09E.

Border color

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

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

This div border color is #C7B09E.

Opacity

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

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

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

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

This text has shadow with #C7B09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B09E.

Preview

Color preview on black background

This text has color #C7B09E on black background.


Color preview on white background

This text has color #C7B09E on white background.


Black color preview on #C7B09E background

This text has black color on #C7B09E background.


White color preview on #C7B09E background

This text has white color on #C7B09E background.


Related colors

Complementary color

Complementary color for #hex is #384F61.


I love getcolorcode.com

Triadic colors

1 #9EC7B0 and #B09EC7 with #C7B09E are triadic colors.

2 #9EB0C7 and #B0C79E with #C7B09E are triadic colors.