COLOR #C8B487

HEX: #C8B487
RGB: (200,180,135)

Color info

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

RGB color model

#C8B487 color RGB value is (200,180,135).

  • red value is 200;
  • green value is 180;
  • blue value is 135.
RGB:
(200,180,135)
(78%,71%,53%)

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 135 of 255 = 53%

200
180
135

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

Portions of RGB colors in percentages

R + G + B =
200 + 180 + 135 = 515 (100%)
R 200 of 515 ~ 38.83%
G 180 of 515 ~ 34.95%
B 135 of 515 ~ 26.21%

%38.83
%34.95
%26.21

CMYK color model

#C8B487 color CMYK value is (0,10,33,22).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 32.50%
  • key color value is 21.57%
CMYK:
(0,10,33,22)
C0M10Y33K22 
(0%,10%,33%,22%)
(0.00/0.10/0.33/0.22)	

CMYK percentages

%0
%10
%32.5
%21.57

Codes

Color #C8B487 in popluar color models

C8B487
RGB200180135
HSL42°37.14%65.69%
HSB/HSV42°32.50%78.43%
CMYK0.00%10.00%32.50%
21.57%

Color #C8B487 in popluar number systems.

HEXC8B487
Decimal200180135
Binary110010001011010010000111
Octal310264207

Shades and tints

Shades of #C8B487

#C8B487
(200,180,135)
#B6A47B
(182,164,123)
#A4946F
(164,148,111)
#928463
(146,132,99)
#807457
(128,116,87)
#6E644B
(110,100,75)
#5C543F
(92,84,63)
#4A4433
(74,68,51)
#383427
(56,52,39)
#26241B
(38,36,27)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #C8B487

#C8B487
(200,180,135)
#CDBA91
(205,186,145)
#D2C09B
(210,192,155)
#D7C6A5
(215,198,165)
#DCCCAF
(220,204,175)
#E1D2B9
(225,210,185)
#E6D8C3
(230,216,195)
#EBDECD
(235,222,205)
#F0E4D7
(240,228,215)
#F5EAE1
(245,234,225)
#FAF0EB
(250,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B487 color. Also use rgb(200,180,135) instead hex code.

Text Font Color

.myTextColor { color: #C8B487; }

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

This text font color is #C8B487.


Background Color

.myBgColor { background-color: #C8B487; }

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

This div background color is #C8B487.


Border color

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

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

This div border color is #C8B487.


Opacity

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

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

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

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

This text has shadow with #C8B487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B487 on black background.


Color preview on white background

This text has color #C8B487 on white background.



Black color preview on #C8B487 background

This text has black color on #C8B487 background.


White color preview on #C8B487 background

This text has white color on #C8B487 background.