COLOR #C7B29E

HEX: #C7B29E RGB: (199,178,158)

Color info

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

RGB color model

#C7B29E color RGB value is (199,178,158).

RGB: (199,178,158) (78%, 70%, 62%)

RGB channels and saturation

R 199 of 255 = 78%
G 178 of 255 = 70%
B 158 of 255 = 62%

199
178
158

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

Portions of RGB colors in percentages

R + G + B = 199 + 178 + 158 = 535 (100%)
R 199 of 535 ~ 37.2%
G 178 of 535 ~ 33.27%
B 158 of 535 ~ 29.53'%

%37.2
%33.27
%29.53

CMYK color model

#C7B29E color CMYK value is (0,11,21,22).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 20.60%
  • key color value is 21.96%

CMYK: (0,11,21,22)
C0M11Y21K22 (0%, 11%, 21%, 22%)
(0.00 / 0.11 / 0.21 / 0.22)

CMYK percentages

%0
%10.55
%20.6
%21.96

Codes

Color #C7B29E in popluar color models

C7 B2 9E
RGB 199 178 158
HSL 29° 26.80% 70.00%
HSB/HSV 29° 20.60% 78.04%
CMYK 0.00% 10.55% 20.60%
21.96%

Color #C7B29E in popluar number systems.

HEX C7 B2 9E
Decimal 199 178 158
Binary 11000111 10110010 10011110
Octal 307 262 236

Shades and tints

Shades of #C7B29E

#C7B29E
(199,178,158)
#B5A290
(181,162,144)
#A39282
(163,146,130)
#918274
(145,130,116)
#7F7266
(127,114,102)
#6D6258
(109,98,88)
#5B524A
(91,82,74)
#49423C
(73,66,60)
#37322E
(55,50,46)
#252220
(37,34,32)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #C7B29E

#C7B29E
(199,178,158)
#CCB9A6
(204,185,166)
#D1C0AE
(209,192,174)
#D6C7B6
(214,199,182)
#DBCEBE
(219,206,190)
#E0D5C6
(224,213,198)
#E5DCCE
(229,220,206)
#EAE3D6
(234,227,214)
#EFEADE
(239,234,222)
#F4F1E6
(244,241,230)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B29E; }

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

This text font color is #C7B29E.

Background Color

.myBgColor { background-color: #C7B29E; }

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

This div background color is #C7B29E.

Border color

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

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

This div border color is #C7B29E.

Opacity

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

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

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

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

This text has shadow with #C7B29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B29E.

Preview

Color preview on black background

This text has color #C7B29E on black background.


Color preview on white background

This text has color #C7B29E on white background.


Black color preview on #C7B29E background

This text has black color on #C7B29E background.


White color preview on #C7B29E background

This text has white color on #C7B29E background.


Related colors

Complementary color

Complementary color for #hex is #384D61.


I love getcolorcode.com

Triadic colors

1 #9EC7B2 and #B29EC7 with #C7B29E are triadic colors.

2 #9EB2C7 and #B2C79E with #C7B29E are triadic colors.