COLOR #C8B891

HEX: #C8B891
RGB: (200,184,145)

Color info

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

RGB color model

#C8B891 color RGB value is (200,184,145).

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

RGB channels and saturation

R 200 of 255 = 78%
G 184 of 255 = 72%
B 145 of 255 = 57%

200
184
145

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

Portions of RGB colors in percentages

R + G + B =
200 + 184 + 145 = 529 (100%)
R 200 of 529 ~ 37.81%
G 184 of 529 ~ 34.78%
B 145 of 529 ~ 27.41%

%37.81
%34.78
%27.41

CMYK color model

#C8B891 color CMYK value is (0,8,28,22).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 27.50%
  • key color value is 21.57%
CMYK:
(0,8,28,22)
C0M8Y28K22 
(0%,8%,28%,22%)
(0.00/0.08/0.28/0.22)	

CMYK percentages

%0
%8
%27.5
%21.57

Codes

Color #C8B891 in popluar color models

C8B891
RGB200184145
HSL43°33.33%67.65%
HSB/HSV43°27.50%78.43%
CMYK0.00%8.00%27.50%
21.57%

Color #C8B891 in popluar number systems.

HEXC8B891
Decimal200184145
Binary110010001011100010010001
Octal310270221

Shades and tints

Shades of #C8B891

#C8B891
(200,184,145)
#B6A884
(182,168,132)
#A49877
(164,152,119)
#92886A
(146,136,106)
#80785D
(128,120,93)
#6E6850
(110,104,80)
#5C5843
(92,88,67)
#4A4836
(74,72,54)
#383829
(56,56,41)
#26281C
(38,40,28)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #C8B891

#C8B891
(200,184,145)
#CDBE9B
(205,190,155)
#D2C4A5
(210,196,165)
#D7CAAF
(215,202,175)
#DCD0B9
(220,208,185)
#E1D6C3
(225,214,195)
#E6DCCD
(230,220,205)
#EBE2D7
(235,226,215)
#F0E8E1
(240,232,225)
#F5EEEB
(245,238,235)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B891; }

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

This text font color is #C8B891.


Background Color

.myBgColor { background-color: #C8B891; }

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

This div background color is #C8B891.


Border color

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

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

This div border color is #C8B891.


Opacity

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

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

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

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

This text has shadow with #C8B891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B891 on black background.


Color preview on white background

This text has color #C8B891 on white background.



Black color preview on #C8B891 background

This text has black color on #C8B891 background.


White color preview on #C8B891 background

This text has white color on #C8B891 background.