COLOR #C8D3A1

HEX: #C8D3A1
RGB: (200,211,161)

Color info

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

RGB color model

#C8D3A1 color RGB value is (200,211,161).

  • red value is 200;
  • green value is 211;
  • blue value is 161.
RGB:
(200,211,161)
(78%,83%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 161 of 255 = 63%

200
211
161

R + G + B ~ 75%. #C8D3A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 161 = 572 (100%)
R 200 of 572 ~ 34.97%
G 211 of 572 ~ 36.89%
B 161 of 572 ~ 28.15%

%34.97
%36.89
%28.15

CMYK color model

#C8D3A1 color CMYK value is (5,0,24,17).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 17.25%
CMYK:
(5,0,24,17)
C5M0Y24K17 
(5%,0%,24%,17%)
(0.05/0.00/0.24/0.17)	

CMYK percentages

%5.21
%0
%23.7
%17.25

Codes

Color #C8D3A1 in popluar color models

C8D3A1
RGB200211161
HSL73°36.23%72.94%
HSB/HSV73°23.70%82.75%
CMYK5.21%0.00%23.70%
17.25%

Color #C8D3A1 in popluar number systems.

HEXC8D3A1
Decimal200211161
Binary110010001101001110100001
Octal310323241

Shades and tints

Shades of #C8D3A1

#C8D3A1
(200,211,161)
#B6C093
(182,192,147)
#A4AD85
(164,173,133)
#929A77
(146,154,119)
#808769
(128,135,105)
#6E745B
(110,116,91)
#5C614D
(92,97,77)
#4A4E3F
(74,78,63)
#383B31
(56,59,49)
#262823
(38,40,35)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #C8D3A1

#C8D3A1
(200,211,161)
#CDD7A9
(205,215,169)
#D2DBB1
(210,219,177)
#D7DFB9
(215,223,185)
#DCE3C1
(220,227,193)
#E1E7C9
(225,231,201)
#E6EBD1
(230,235,209)
#EBEFD9
(235,239,217)
#F0F3E1
(240,243,225)
#F5F7E9
(245,247,233)
#FAFBF1
(250,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D3A1 color. Also use rgb(200,211,161) instead hex code.

Text Font Color

.myTextColor { color: #C8D3A1; }

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

This text font color is #C8D3A1.


Background Color

.myBgColor { background-color: #C8D3A1; }

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

This div background color is #C8D3A1.


Border color

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

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

This div border color is #C8D3A1.


Opacity

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

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

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

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

This text has shadow with #C8D3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D3A1 on black background.


Color preview on white background

This text has color #C8D3A1 on white background.



Black color preview on #C8D3A1 background

This text has black color on #C8D3A1 background.


White color preview on #C8D3A1 background

This text has white color on #C8D3A1 background.