COLOR #C7BC9B

HEX: #C7BC9B RGB: (199,188,155)

Color info

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

RGB color model

#C7BC9B color RGB value is (199,188,155).

RGB: (199,188,155) (78%, 74%, 61%)

RGB channels and saturation

R 199 of 255 = 78%
G 188 of 255 = 74%
B 155 of 255 = 61%

199
188
155

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

Portions of RGB colors in percentages

R + G + B = 199 + 188 + 155 = 542 (100%)
R 199 of 542 ~ 36.72%
G 188 of 542 ~ 34.69%
B 155 of 542 ~ 28.6'%

%36.72
%34.69
%28.6

CMYK color model

#C7BC9B color CMYK value is (0,6,22,22).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 22.11%
  • key color value is 21.96%

CMYK: (0,6,22,22)
C0M6Y22K22 (0%, 6%, 22%, 22%)
(0.00 / 0.06 / 0.22 / 0.22)

CMYK percentages

%0
%5.53
%22.11
%21.96

Codes

Color #C7BC9B in popluar color models

C7 BC 9B
RGB 199 188 155
HSL 45° 28.21% 69.41%
HSB/HSV 45° 22.11% 78.04%
CMYK 0.00% 5.53% 22.11%
21.96%

Color #C7BC9B in popluar number systems.

HEX C7 BC 9B
Decimal 199 188 155
Binary 11000111 10111100 10011011
Octal 307 274 233

Shades and tints

Shades of #C7BC9B

#C7BC9B
(199,188,155)
#B5AB8D
(181,171,141)
#A39A7F
(163,154,127)
#918971
(145,137,113)
#7F7863
(127,120,99)
#6D6755
(109,103,85)
#5B5647
(91,86,71)
#494539
(73,69,57)
#37342B
(55,52,43)
#25231D
(37,35,29)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #C7BC9B

#C7BC9B
(199,188,155)
#CCC2A4
(204,194,164)
#D1C8AD
(209,200,173)
#D6CEB6
(214,206,182)
#DBD4BF
(219,212,191)
#E0DAC8
(224,218,200)
#E5E0D1
(229,224,209)
#EAE6DA
(234,230,218)
#EFECE3
(239,236,227)
#F4F2EC
(244,242,236)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BC9B; }

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

This text font color is #C7BC9B.

Background Color

.myBgColor { background-color: #C7BC9B; }

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

This div background color is #C7BC9B.

Border color

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

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

This div border color is #C7BC9B.

Opacity

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

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

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

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

This text has shadow with #C7BC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BC9B.

Preview

Color preview on black background

This text has color #C7BC9B on black background.


Color preview on white background

This text has color #C7BC9B on white background.


Black color preview on #C7BC9B background

This text has black color on #C7BC9B background.


White color preview on #C7BC9B background

This text has white color on #C7BC9B background.


Related colors

Complementary color

Complementary color for #hex is #384364.


I love getcolorcode.com

Triadic colors

1 #9BC7BC and #BC9BC7 with #C7BC9B are triadic colors.

2 #9BBCC7 and #BCC79B with #C7BC9B are triadic colors.