COLOR #C8D2A5

HEX: #C8D2A5
RGB: (200,210,165)

Color info

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

RGB color model

#C8D2A5 color RGB value is (200,210,165).

  • red value is 200;
  • green value is 210;
  • blue value is 165.
RGB:
(200,210,165)
(78%,82%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 210 of 255 = 82%
B 165 of 255 = 65%

200
210
165

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

Portions of RGB colors in percentages

R + G + B =
200 + 210 + 165 = 575 (100%)
R 200 of 575 ~ 34.78%
G 210 of 575 ~ 36.52%
B 165 of 575 ~ 28.7%

%34.78
%36.52
%28.7

CMYK color model

#C8D2A5 color CMYK value is (5,0,21,18).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 17.65%
CMYK:
(5,0,21,18)
C5M0Y21K18 
(5%,0%,21%,18%)
(0.05/0.00/0.21/0.18)	

CMYK percentages

%4.76
%0
%21.43
%17.65

Codes

Color #C8D2A5 in popluar color models

C8D2A5
RGB200210165
HSL73°33.33%73.53%
HSB/HSV73°21.43%82.35%
CMYK4.76%0.00%21.43%
17.65%

Color #C8D2A5 in popluar number systems.

HEXC8D2A5
Decimal200210165
Binary110010001101001010100101
Octal310322245

Shades and tints

Shades of #C8D2A5

#C8D2A5
(200,210,165)
#B6BF96
(182,191,150)
#A4AC87
(164,172,135)
#929978
(146,153,120)
#808669
(128,134,105)
#6E735A
(110,115,90)
#5C604B
(92,96,75)
#4A4D3C
(74,77,60)
#383A2D
(56,58,45)
#26271E
(38,39,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #C8D2A5

#C8D2A5
(200,210,165)
#CDD6AD
(205,214,173)
#D2DAB5
(210,218,181)
#D7DEBD
(215,222,189)
#DCE2C5
(220,226,197)
#E1E6CD
(225,230,205)
#E6EAD5
(230,234,213)
#EBEEDD
(235,238,221)
#F0F2E5
(240,242,229)
#F5F6ED
(245,246,237)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D2A5 color. Also use rgb(200,210,165) instead hex code.

Text Font Color

.myTextColor { color: #C8D2A5; }

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

This text font color is #C8D2A5.


Background Color

.myBgColor { background-color: #C8D2A5; }

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

This div background color is #C8D2A5.


Border color

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

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

This div border color is #C8D2A5.


Opacity

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

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

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

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

This text has shadow with #C8D2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D2A5 on black background.


Color preview on white background

This text has color #C8D2A5 on white background.



Black color preview on #C8D2A5 background

This text has black color on #C8D2A5 background.


White color preview on #C8D2A5 background

This text has white color on #C8D2A5 background.