COLOR #C8B88F

HEX: #C8B88F
RGB: (200,184,143)

Color info

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

RGB color model

#C8B88F color RGB value is (200,184,143).

  • red value is 200;
  • green value is 184;
  • blue value is 143.
RGB:
(200,184,143)
(78%,72%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 184 of 255 = 72%
B 143 of 255 = 56%

200
184
143

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

Portions of RGB colors in percentages

R + G + B =
200 + 184 + 143 = 527 (100%)
R 200 of 527 ~ 37.95%
G 184 of 527 ~ 34.91%
B 143 of 527 ~ 27.13%

%37.95
%34.91
%27.13

CMYK color model

#C8B88F color CMYK value is (0,8,29,22).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 28.50%
  • key color value is 21.57%
CMYK:
(0,8,29,22)
C0M8Y29K22 
(0%,8%,29%,22%)
(0.00/0.08/0.29/0.22)	

CMYK percentages

%0
%8
%28.5
%21.57

Codes

Color #C8B88F in popluar color models

C8B88F
RGB200184143
HSL43°34.13%67.25%
HSB/HSV43°28.50%78.43%
CMYK0.00%8.00%28.50%
21.57%

Color #C8B88F in popluar number systems.

HEXC8B88F
Decimal200184143
Binary110010001011100010001111
Octal310270217

Shades and tints

Shades of #C8B88F

#C8B88F
(200,184,143)
#B6A882
(182,168,130)
#A49875
(164,152,117)
#928868
(146,136,104)
#80785B
(128,120,91)
#6E684E
(110,104,78)
#5C5841
(92,88,65)
#4A4834
(74,72,52)
#383827
(56,56,39)
#26281A
(38,40,26)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #C8B88F

#C8B88F
(200,184,143)
#CDBE99
(205,190,153)
#D2C4A3
(210,196,163)
#D7CAAD
(215,202,173)
#DCD0B7
(220,208,183)
#E1D6C1
(225,214,193)
#E6DCCB
(230,220,203)
#EBE2D5
(235,226,213)
#F0E8DF
(240,232,223)
#F5EEE9
(245,238,233)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B88F color. Also use rgb(200,184,143) instead hex code.

Text Font Color

.myTextColor { color: #C8B88F; }

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

This text font color is #C8B88F.


Background Color

.myBgColor { background-color: #C8B88F; }

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

This div background color is #C8B88F.


Border color

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

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

This div border color is #C8B88F.


Opacity

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

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

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

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

This text has shadow with #C8B88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B88F on black background.


Color preview on white background

This text has color #C8B88F on white background.



Black color preview on #C8B88F background

This text has black color on #C8B88F background.


White color preview on #C8B88F background

This text has white color on #C8B88F background.