COLOR #C8B69A

HEX: #C8B69A
RGB: (200,182,154)

Color info

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

RGB color model

#C8B69A color RGB value is (200,182,154).

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

RGB channels and saturation

R 200 of 255 = 78%
G 182 of 255 = 71%
B 154 of 255 = 60%

200
182
154

R + G + B ~ 70%. #C8B69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 182 + 154 = 536 (100%)
R 200 of 536 ~ 37.31%
G 182 of 536 ~ 33.96%
B 154 of 536 ~ 28.73%

%37.31
%33.96
%28.73

CMYK color model

#C8B69A color CMYK value is (0,9,23,22).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 23.00%
  • key color value is 21.57%
CMYK:
(0,9,23,22)
C0M9Y23K22 
(0%,9%,23%,22%)
(0.00/0.09/0.23/0.22)	

CMYK percentages

%0
%9
%23
%21.57

Codes

Color #C8B69A in popluar color models

C8B69A
RGB200182154
HSL37°29.49%69.41%
HSB/HSV37°23.00%78.43%
CMYK0.00%9.00%23.00%
21.57%

Color #C8B69A in popluar number systems.

HEXC8B69A
Decimal200182154
Binary110010001011011010011010
Octal310266232

Shades and tints

Shades of #C8B69A

#C8B69A
(200,182,154)
#B6A68C
(182,166,140)
#A4967E
(164,150,126)
#928670
(146,134,112)
#807662
(128,118,98)
#6E6654
(110,102,84)
#5C5646
(92,86,70)
#4A4638
(74,70,56)
#38362A
(56,54,42)
#26261C
(38,38,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #C8B69A

#C8B69A
(200,182,154)
#CDBCA3
(205,188,163)
#D2C2AC
(210,194,172)
#D7C8B5
(215,200,181)
#DCCEBE
(220,206,190)
#E1D4C7
(225,212,199)
#E6DAD0
(230,218,208)
#EBE0D9
(235,224,217)
#F0E6E2
(240,230,226)
#F5ECEB
(245,236,235)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B69A; }

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

This text font color is #C8B69A.


Background Color

.myBgColor { background-color: #C8B69A; }

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

This div background color is #C8B69A.


Border color

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

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

This div border color is #C8B69A.


Opacity

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

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

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

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

This text has shadow with #C8B69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B69A on black background.


Color preview on white background

This text has color #C8B69A on white background.



Black color preview on #C8B69A background

This text has black color on #C8B69A background.


White color preview on #C8B69A background

This text has white color on #C8B69A background.