COLOR #C8B6AF

HEX: #C8B6AF
RGB: (200,182,175)

Color info

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

RGB color model

#C8B6AF color RGB value is (200,182,175).

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

RGB channels and saturation

R 200 of 255 = 78%
G 182 of 255 = 71%
B 175 of 255 = 69%

200
182
175

R + G + B ~ 73%. #C8B6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 182 + 175 = 557 (100%)
R 200 of 557 ~ 35.91%
G 182 of 557 ~ 32.68%
B 175 of 557 ~ 31.42%

%35.91
%32.68
%31.42

CMYK color model

#C8B6AF color CMYK value is (0,9,13,22).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 12.50%
  • key color value is 21.57%
CMYK:
(0,9,13,22)
C0M9Y13K22 
(0%,9%,13%,22%)
(0.00/0.09/0.13/0.22)	

CMYK percentages

%0
%9
%12.5
%21.57

Codes

Color #C8B6AF in popluar color models

C8B6AF
RGB200182175
HSL17°18.52%73.53%
HSB/HSV17°12.50%78.43%
CMYK0.00%9.00%12.50%
21.57%

Color #C8B6AF in popluar number systems.

HEXC8B6AF
Decimal200182175
Binary110010001011011010101111
Octal310266257

Shades and tints

Shades of #C8B6AF

#C8B6AF
(200,182,175)
#B6A6A0
(182,166,160)
#A49691
(164,150,145)
#928682
(146,134,130)
#807673
(128,118,115)
#6E6664
(110,102,100)
#5C5655
(92,86,85)
#4A4646
(74,70,70)
#383637
(56,54,55)
#262628
(38,38,40)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #C8B6AF

#C8B6AF
(200,182,175)
#CDBCB6
(205,188,182)
#D2C2BD
(210,194,189)
#D7C8C4
(215,200,196)
#DCCECB
(220,206,203)
#E1D4D2
(225,212,210)
#E6DAD9
(230,218,217)
#EBE0E0
(235,224,224)
#F0E6E7
(240,230,231)
#F5ECEE
(245,236,238)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B6AF; }

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

This text font color is #C8B6AF.


Background Color

.myBgColor { background-color: #C8B6AF; }

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

This div background color is #C8B6AF.


Border color

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

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

This div border color is #C8B6AF.


Opacity

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

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

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

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

This text has shadow with #C8B6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B6AF on black background.


Color preview on white background

This text has color #C8B6AF on white background.



Black color preview on #C8B6AF background

This text has black color on #C8B6AF background.


White color preview on #C8B6AF background

This text has white color on #C8B6AF background.