COLOR #C8B2AF

HEX: #C8B2AF
RGB: (200,178,175)

Color info

#C8B2AF contains red, green and blue colors in about the same proportion. Web safe color of #C8B2AF is #CC9999 (or #C99).

RGB color model

#C8B2AF color RGB value is (200,178,175).

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

RGB channels and saturation

R 200 of 255 = 78%
G 178 of 255 = 70%
B 175 of 255 = 69%

200
178
175

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

Portions of RGB colors in percentages

R + G + B =
200 + 178 + 175 = 553 (100%)
R 200 of 553 ~ 36.17%
G 178 of 553 ~ 32.19%
B 175 of 553 ~ 31.65%

%36.17
%32.19
%31.65

CMYK color model

#C8B2AF color CMYK value is (0,11,13,22).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 12.50%
  • key color value is 21.57%
CMYK:
(0,11,13,22)
C0M11Y13K22 
(0%,11%,13%,22%)
(0.00/0.11/0.13/0.22)	

CMYK percentages

%0
%11
%12.5
%21.57

Codes

Color #C8B2AF in popluar color models

C8B2AF
RGB200178175
HSL18.52%73.53%
HSB/HSV12.50%78.43%
CMYK0.00%11.00%12.50%
21.57%

Color #C8B2AF in popluar number systems.

HEXC8B2AF
Decimal200178175
Binary110010001011001010101111
Octal310262257

Shades and tints

Shades of #C8B2AF

#C8B2AF
(200,178,175)
#B6A2A0
(182,162,160)
#A49291
(164,146,145)
#928282
(146,130,130)
#807273
(128,114,115)
#6E6264
(110,98,100)
#5C5255
(92,82,85)
#4A4246
(74,66,70)
#383237
(56,50,55)
#262228
(38,34,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #C8B2AF

#C8B2AF
(200,178,175)
#CDB9B6
(205,185,182)
#D2C0BD
(210,192,189)
#D7C7C4
(215,199,196)
#DCCECB
(220,206,203)
#E1D5D2
(225,213,210)
#E6DCD9
(230,220,217)
#EBE3E0
(235,227,224)
#F0EAE7
(240,234,231)
#F5F1EE
(245,241,238)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B2AF; }

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

This text font color is #C8B2AF.


Background Color

.myBgColor { background-color: #C8B2AF; }

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

This div background color is #C8B2AF.


Border color

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

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

This div border color is #C8B2AF.


Opacity

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

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

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

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

This text has shadow with #C8B2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B2AF on black background.


Color preview on white background

This text has color #C8B2AF on white background.



Black color preview on #C8B2AF background

This text has black color on #C8B2AF background.


White color preview on #C8B2AF background

This text has white color on #C8B2AF background.