COLOR #C8BAA3

HEX: #C8BAA3
RGB: (200,186,163)

Color info

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

RGB color model

#C8BAA3 color RGB value is (200,186,163).

  • red value is 200;
  • green value is 186;
  • blue value is 163.
RGB:
(200,186,163)
(78%,73%,64%)

RGB channels and saturation

R 200 of 255 = 78%
G 186 of 255 = 73%
B 163 of 255 = 64%

200
186
163

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

Portions of RGB colors in percentages

R + G + B =
200 + 186 + 163 = 549 (100%)
R 200 of 549 ~ 36.43%
G 186 of 549 ~ 33.88%
B 163 of 549 ~ 29.69%

%36.43
%33.88
%29.69

CMYK color model

#C8BAA3 color CMYK value is (0,7,19,22).

  • cyan value is 0.00%
  • magenta value is 7.00%
  • yellow value is 18.50%
  • key color value is 21.57%
CMYK:
(0,7,19,22)
C0M7Y19K22 
(0%,7%,19%,22%)
(0.00/0.07/0.19/0.22)	

CMYK percentages

%0
%7
%18.5
%21.57

Codes

Color #C8BAA3 in popluar color models

C8BAA3
RGB200186163
HSL37°25.17%71.18%
HSB/HSV37°18.50%78.43%
CMYK0.00%7.00%18.50%
21.57%

Color #C8BAA3 in popluar number systems.

HEXC8BAA3
Decimal200186163
Binary110010001011101010100011
Octal310272243

Shades and tints

Shades of #C8BAA3

#C8BAA3
(200,186,163)
#B6AA95
(182,170,149)
#A49A87
(164,154,135)
#928A79
(146,138,121)
#807A6B
(128,122,107)
#6E6A5D
(110,106,93)
#5C5A4F
(92,90,79)
#4A4A41
(74,74,65)
#383A33
(56,58,51)
#262A25
(38,42,37)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #C8BAA3

#C8BAA3
(200,186,163)
#CDC0AB
(205,192,171)
#D2C6B3
(210,198,179)
#D7CCBB
(215,204,187)
#DCD2C3
(220,210,195)
#E1D8CB
(225,216,203)
#E6DED3
(230,222,211)
#EBE4DB
(235,228,219)
#F0EAE3
(240,234,227)
#F5F0EB
(245,240,235)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BAA3 color. Also use rgb(200,186,163) instead hex code.

Text Font Color

.myTextColor { color: #C8BAA3; }

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

This text font color is #C8BAA3.


Background Color

.myBgColor { background-color: #C8BAA3; }

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

This div background color is #C8BAA3.


Border color

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

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

This div border color is #C8BAA3.


Opacity

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

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

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

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

This text has shadow with #C8BAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BAA3 on black background.


Color preview on white background

This text has color #C8BAA3 on white background.



Black color preview on #C8BAA3 background

This text has black color on #C8BAA3 background.


White color preview on #C8BAA3 background

This text has white color on #C8BAA3 background.