COLOR #C7BE9D

HEX: #C7BE9D RGB: (199,190,157)

Color info

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

RGB color model

#C7BE9D color RGB value is (199,190,157).

RGB: (199,190,157) (78%, 75%, 62%)

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 157 of 255 = 62%

199
190
157

R + G + B ~ 72%. #C7BE9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 190 + 157 = 546 (100%)
R 199 of 546 ~ 36.45%
G 190 of 546 ~ 34.8%
B 157 of 546 ~ 28.75'%

%36.45
%34.8
%28.75

CMYK color model

#C7BE9D color CMYK value is (0,5,21,22).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 21.11%
  • key color value is 21.96%

CMYK: (0,5,21,22)
C0M5Y21K22 (0%, 5%, 21%, 22%)
(0.00 / 0.05 / 0.21 / 0.22)

CMYK percentages

%0
%4.52
%21.11
%21.96

Codes

Color #C7BE9D in popluar color models

C7 BE 9D
RGB 199 190 157
HSL 47° 27.27% 69.80%
HSB/HSV 47° 21.11% 78.04%
CMYK 0.00% 4.52% 21.11%
21.96%

Color #C7BE9D in popluar number systems.

HEX C7 BE 9D
Decimal 199 190 157
Binary 11000111 10111110 10011101
Octal 307 276 235

Shades and tints

Shades of #C7BE9D

#C7BE9D
(199,190,157)
#B5AD8F
(181,173,143)
#A39C81
(163,156,129)
#918B73
(145,139,115)
#7F7A65
(127,122,101)
#6D6957
(109,105,87)
#5B5849
(91,88,73)
#49473B
(73,71,59)
#37362D
(55,54,45)
#25251F
(37,37,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #C7BE9D

#C7BE9D
(199,190,157)
#CCC3A5
(204,195,165)
#D1C8AD
(209,200,173)
#D6CDB5
(214,205,181)
#DBD2BD
(219,210,189)
#E0D7C5
(224,215,197)
#E5DCCD
(229,220,205)
#EAE1D5
(234,225,213)
#EFE6DD
(239,230,221)
#F4EBE5
(244,235,229)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BE9D color. Also use rgb(199,190,157) instead hex code.

Text Font Color

.myTextColor { color: #C7BE9D; }

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

This text font color is #C7BE9D.

Background Color

.myBgColor { background-color: #C7BE9D; }

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

This div background color is #C7BE9D.

Border color

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

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

This div border color is #C7BE9D.

Opacity

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

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

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

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

This text has shadow with #C7BE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BE9D.

Preview

Color preview on black background

This text has color #C7BE9D on black background.


Color preview on white background

This text has color #C7BE9D on white background.


Black color preview on #C7BE9D background

This text has black color on #C7BE9D background.


White color preview on #C7BE9D background

This text has white color on #C7BE9D background.


Related colors

Complementary color

Complementary color for #hex is #384162.


I love getcolorcode.com

Triadic colors

1 #9DC7BE and #BE9DC7 with #C7BE9D are triadic colors.

2 #9DBEC7 and #BEC79D with #C7BE9D are triadic colors.