COLOR #C8BC8B

HEX: #C8BC8B RGB: (200,188,139)

Color info

#C8BC8B contains mainly red and green colors. Web safe color of #C8BC8B is #CCCC99 (or #CC9).

RGB color model

#C8BC8B color RGB value is (200,188,139).

RGB: (200,188,139) (78%, 74%, 55%)

RGB channels and saturation

R 200 of 255 = 78%
G 188 of 255 = 74%
B 139 of 255 = 55%

200
188
139

R + G + B ~ 69%. #C8BC8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 188 + 139 = 527 (100%)
R 200 of 527 ~ 37.95%
G 188 of 527 ~ 35.67%
B 139 of 527 ~ 26.38'%

%37.95
%35.67
%26.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 30.50%
  • key color value is 21.57%
CMYK: (0,6,31,22) C0M6Y31K22 (0%,6%,31%,22%) (0.00/0.06/0.31/0.22) 

CMYK percentages

%0
%6
%30.5
%21.57

Codes

Color #C8BC8B in popluar color models

C8 BC 8B
RGB 200 188 139
HSL 48° 35.67% 66.47%
HSB/HSV 48° 30.50% 78.43%
CMYK 0.00% 6.00% 30.50%
21.57%

Color #C8BC8B in popluar number systems.

HEX C8 BC 8B
Decimal 200 188 139
Binary 11001000 10111100 10001011
Octal 310 274 213

Shades and tints

Shades of #C8BC8B

#C8BC8B
(200,188,139)
#B6AB7F
(182,171,127)
#A49A73
(164,154,115)
#928967
(146,137,103)
#80785B
(128,120,91)
#6E674F
(110,103,79)
#5C5643
(92,86,67)
#4A4537
(74,69,55)
#38342B
(56,52,43)
#26231F
(38,35,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #C8BC8B

#C8BC8B
(200,188,139)
#CDC295
(205,194,149)
#D2C89F
(210,200,159)
#D7CEA9
(215,206,169)
#DCD4B3
(220,212,179)
#E1DABD
(225,218,189)
#E6E0C7
(230,224,199)
#EBE6D1
(235,230,209)
#F0ECDB
(240,236,219)
#F5F2E5
(245,242,229)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BC8B color. Also use rgb(200,188,139) instead hex code.

Text Font Color

.myTextColor { color: #C8BC8B; }

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

This text font color is #C8BC8B.

Background Color

.myBgColor { background-color: #C8BC8B; }

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

This div background color is #C8BC8B.

Border color

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

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

This div border color is #C8BC8B.

Opacity

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

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

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

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

This text has shadow with #C8BC8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BC8B.

Preview

Color preview on black background

This text has color #C8BC8B on black background.


Color preview on white background

This text has color #C8BC8B on white background.


Black color preview on #C8BC8B background

This text has black color on #C8BC8B background.


White color preview on #C8BC8B background

This text has white color on #C8BC8B background.


Related colors

Complementary color

Complementary color for #hex is #374374.


I love getcolorcode.com

Triadic colors

1 #8BC8BC and #BC8BC8 with #C8BC8B are triadic colors.

2 #8BBCC8 and #BCC88B with #C8BC8B are triadic colors.