COLOR #C8B693

HEX: #C8B693
RGB: (200,182,147)

Color info

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

RGB color model

#C8B693 color RGB value is (200,182,147).

  • red value is 200;
  • green value is 182;
  • blue value is 147.
RGB:
(200,182,147)
(78%,71%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 182 of 255 = 71%
B 147 of 255 = 58%

200
182
147

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

Portions of RGB colors in percentages

R + G + B =
200 + 182 + 147 = 529 (100%)
R 200 of 529 ~ 37.81%
G 182 of 529 ~ 34.4%
B 147 of 529 ~ 27.79%

%37.81
%34.4
%27.79

CMYK color model

#C8B693 color CMYK value is (0,9,27,22).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK:
(0,9,27,22)
C0M9Y27K22 
(0%,9%,27%,22%)
(0.00/0.09/0.27/0.22)	

CMYK percentages

%0
%9
%26.5
%21.57

Codes

Color #C8B693 in popluar color models

C8B693
RGB200182147
HSL40°32.52%68.04%
HSB/HSV40°26.50%78.43%
CMYK0.00%9.00%26.50%
21.57%

Color #C8B693 in popluar number systems.

HEXC8B693
Decimal200182147
Binary110010001011011010010011
Octal310266223

Shades and tints

Shades of #C8B693

#C8B693
(200,182,147)
#B6A686
(182,166,134)
#A49679
(164,150,121)
#92866C
(146,134,108)
#80765F
(128,118,95)
#6E6652
(110,102,82)
#5C5645
(92,86,69)
#4A4638
(74,70,56)
#38362B
(56,54,43)
#26261E
(38,38,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #C8B693

#C8B693
(200,182,147)
#CDBC9C
(205,188,156)
#D2C2A5
(210,194,165)
#D7C8AE
(215,200,174)
#DCCEB7
(220,206,183)
#E1D4C0
(225,212,192)
#E6DAC9
(230,218,201)
#EBE0D2
(235,224,210)
#F0E6DB
(240,230,219)
#F5ECE4
(245,236,228)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B693 color. Also use rgb(200,182,147) instead hex code.

Text Font Color

.myTextColor { color: #C8B693; }

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

This text font color is #C8B693.


Background Color

.myBgColor { background-color: #C8B693; }

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

This div background color is #C8B693.


Border color

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

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

This div border color is #C8B693.


Opacity

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

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

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

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

This text has shadow with #C8B693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B693 on black background.


Color preview on white background

This text has color #C8B693 on white background.



Black color preview on #C8B693 background

This text has black color on #C8B693 background.


White color preview on #C8B693 background

This text has white color on #C8B693 background.