COLOR #C8B881

HEX: #C8B881
RGB: (200,184,129)

Color info

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

RGB color model

#C8B881 color RGB value is (200,184,129).

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

RGB channels and saturation

R 200 of 255 = 78%
G 184 of 255 = 72%
B 129 of 255 = 51%

200
184
129

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

Portions of RGB colors in percentages

R + G + B =
200 + 184 + 129 = 513 (100%)
R 200 of 513 ~ 38.99%
G 184 of 513 ~ 35.87%
B 129 of 513 ~ 25.15%

%38.99
%35.87
%25.15

CMYK color model

#C8B881 color CMYK value is (0,8,36,22).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 35.50%
  • key color value is 21.57%
CMYK:
(0,8,36,22)
C0M8Y36K22 
(0%,8%,36%,22%)
(0.00/0.08/0.36/0.22)	

CMYK percentages

%0
%8
%35.5
%21.57

Codes

Color #C8B881 in popluar color models

C8B881
RGB200184129
HSL46°39.23%64.51%
HSB/HSV46°35.50%78.43%
CMYK0.00%8.00%35.50%
21.57%

Color #C8B881 in popluar number systems.

HEXC8B881
Decimal200184129
Binary110010001011100010000001
Octal310270201

Shades and tints

Shades of #C8B881

#C8B881
(200,184,129)
#B6A876
(182,168,118)
#A4986B
(164,152,107)
#928860
(146,136,96)
#807855
(128,120,85)
#6E684A
(110,104,74)
#5C583F
(92,88,63)
#4A4834
(74,72,52)
#383829
(56,56,41)
#26281E
(38,40,30)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #C8B881

#C8B881
(200,184,129)
#CDBE8C
(205,190,140)
#D2C497
(210,196,151)
#D7CAA2
(215,202,162)
#DCD0AD
(220,208,173)
#E1D6B8
(225,214,184)
#E6DCC3
(230,220,195)
#EBE2CE
(235,226,206)
#F0E8D9
(240,232,217)
#F5EEE4
(245,238,228)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B881; }

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

This text font color is #C8B881.


Background Color

.myBgColor { background-color: #C8B881; }

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

This div background color is #C8B881.


Border color

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

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

This div border color is #C8B881.


Opacity

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

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

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

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

This text has shadow with #C8B881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B881 on black background.


Color preview on white background

This text has color #C8B881 on white background.



Black color preview on #C8B881 background

This text has black color on #C8B881 background.


White color preview on #C8B881 background

This text has white color on #C8B881 background.