COLOR #C8BD7B

HEX: #C8BD7B
RGB: (200,189,123)

Color info

#C8BD7B contains mainly red and green colors. Web safe color of #C8BD7B is #CCCC66 (or #CC6).

RGB color model

#C8BD7B color RGB value is (200,189,123).

  • red value is 200;
  • green value is 189;
  • blue value is 123.
RGB:
(200,189,123)
(78%,74%,48%)

RGB channels and saturation

R 200 of 255 = 78%
G 189 of 255 = 74%
B 123 of 255 = 48%

200
189
123

R + G + B ~ 67%. #C8BD7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 189 + 123 = 512 (100%)
R 200 of 512 ~ 39.06%
G 189 of 512 ~ 36.91%
B 123 of 512 ~ 24.02%

%39.06
%36.91
%24.02

CMYK color model

#C8BD7B color CMYK value is (0,5,39,22).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 38.50%
  • key color value is 21.57%
CMYK:
(0,5,39,22)
C0M5Y39K22 
(0%,5%,39%,22%)
(0.00/0.05/0.39/0.22)	

CMYK percentages

%0
%5.5
%38.5
%21.57

Codes

Color #C8BD7B in popluar color models

C8BD7B
RGB200189123
HSL51°41.18%63.33%
HSB/HSV51°38.50%78.43%
CMYK0.00%5.50%38.50%
21.57%

Color #C8BD7B in popluar number systems.

HEXC8BD7B
Decimal200189123
Binary11001000101111011111011
Octal310275173

Shades and tints

Shades of #C8BD7B

#C8BD7B
(200,189,123)
#B6AC70
(182,172,112)
#A49B65
(164,155,101)
#928A5A
(146,138,90)
#80794F
(128,121,79)
#6E6844
(110,104,68)
#5C5739
(92,87,57)
#4A462E
(74,70,46)
#383523
(56,53,35)
#262418
(38,36,24)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #C8BD7B

#C8BD7B
(200,189,123)
#CDC387
(205,195,135)
#D2C993
(210,201,147)
#D7CF9F
(215,207,159)
#DCD5AB
(220,213,171)
#E1DBB7
(225,219,183)
#E6E1C3
(230,225,195)
#EBE7CF
(235,231,207)
#F0EDDB
(240,237,219)
#F5F3E7
(245,243,231)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BD7B color. Also use rgb(200,189,123) instead hex code.

Text Font Color

.myTextColor { color: #C8BD7B; }

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

This text font color is #C8BD7B.


Background Color

.myBgColor { background-color: #C8BD7B; }

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

This div background color is #C8BD7B.


Border color

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

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

This div border color is #C8BD7B.


Opacity

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

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

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

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

This text has shadow with #C8BD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BD7B on black background.


Color preview on white background

This text has color #C8BD7B on white background.



Black color preview on #C8BD7B background

This text has black color on #C8BD7B background.


White color preview on #C8BD7B background

This text has white color on #C8BD7B background.