COLOR #C8B6A8

HEX: #C8B6A8
RGB: (200,182,168)

Color info

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

RGB color model

#C8B6A8 color RGB value is (200,182,168).

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

RGB channels and saturation

R 200 of 255 = 78%
G 182 of 255 = 71%
B 168 of 255 = 66%

200
182
168

R + G + B ~ 72%. #C8B6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 182 + 168 = 550 (100%)
R 200 of 550 ~ 36.36%
G 182 of 550 ~ 33.09%
B 168 of 550 ~ 30.55%

%36.36
%33.09
%30.55

CMYK color model

#C8B6A8 color CMYK value is (0,9,16,22).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 16.00%
  • key color value is 21.57%
CMYK:
(0,9,16,22)
C0M9Y16K22 
(0%,9%,16%,22%)
(0.00/0.09/0.16/0.22)	

CMYK percentages

%0
%9
%16
%21.57

Codes

Color #C8B6A8 in popluar color models

C8B6A8
RGB200182168
HSL26°22.54%72.16%
HSB/HSV26°16.00%78.43%
CMYK0.00%9.00%16.00%
21.57%

Color #C8B6A8 in popluar number systems.

HEXC8B6A8
Decimal200182168
Binary110010001011011010101000
Octal310266250

Shades and tints

Shades of #C8B6A8

#C8B6A8
(200,182,168)
#B6A699
(182,166,153)
#A4968A
(164,150,138)
#92867B
(146,134,123)
#80766C
(128,118,108)
#6E665D
(110,102,93)
#5C564E
(92,86,78)
#4A463F
(74,70,63)
#383630
(56,54,48)
#262621
(38,38,33)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #C8B6A8

#C8B6A8
(200,182,168)
#CDBCAF
(205,188,175)
#D2C2B6
(210,194,182)
#D7C8BD
(215,200,189)
#DCCEC4
(220,206,196)
#E1D4CB
(225,212,203)
#E6DAD2
(230,218,210)
#EBE0D9
(235,224,217)
#F0E6E0
(240,230,224)
#F5ECE7
(245,236,231)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B6A8; }

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

This text font color is #C8B6A8.


Background Color

.myBgColor { background-color: #C8B6A8; }

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

This div background color is #C8B6A8.


Border color

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

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

This div border color is #C8B6A8.


Opacity

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

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

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

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

This text has shadow with #C8B6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B6A8 on black background.


Color preview on white background

This text has color #C8B6A8 on white background.



Black color preview on #C8B6A8 background

This text has black color on #C8B6A8 background.


White color preview on #C8B6A8 background

This text has white color on #C8B6A8 background.