COLOR #C8D285

HEX: #C8D285
RGB: (200,210,133)

Color info

#C8D285 contains mainly red and green colors. Web safe color of #C8D285 is #CCCC99 (or #CC9).

RGB color model

#C8D285 color RGB value is (200,210,133).

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

RGB channels and saturation

R 200 of 255 = 78%
G 210 of 255 = 82%
B 133 of 255 = 52%

200
210
133

R + G + B ~ 71%. #C8D285 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 210 + 133 = 543 (100%)
R 200 of 543 ~ 36.83%
G 210 of 543 ~ 38.67%
B 133 of 543 ~ 24.49%

%36.83
%38.67
%24.49

CMYK color model

#C8D285 color CMYK value is (5,0,37,18).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 17.65%
CMYK:
(5,0,37,18)
C5M0Y37K18 
(5%,0%,37%,18%)
(0.05/0.00/0.37/0.18)	

CMYK percentages

%4.76
%0
%36.67
%17.65

Codes

Color #C8D285 in popluar color models

C8D285
RGB200210133
HSL68°46.11%67.25%
HSB/HSV68°36.67%82.35%
CMYK4.76%0.00%36.67%
17.65%

Color #C8D285 in popluar number systems.

HEXC8D285
Decimal200210133
Binary110010001101001010000101
Octal310322205

Shades and tints

Shades of #C8D285

#C8D285
(200,210,133)
#B6BF79
(182,191,121)
#A4AC6D
(164,172,109)
#929961
(146,153,97)
#808655
(128,134,85)
#6E7349
(110,115,73)
#5C603D
(92,96,61)
#4A4D31
(74,77,49)
#383A25
(56,58,37)
#262719
(38,39,25)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #C8D285

#C8D285
(200,210,133)
#CDD690
(205,214,144)
#D2DA9B
(210,218,155)
#D7DEA6
(215,222,166)
#DCE2B1
(220,226,177)
#E1E6BC
(225,230,188)
#E6EAC7
(230,234,199)
#EBEED2
(235,238,210)
#F0F2DD
(240,242,221)
#F5F6E8
(245,246,232)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D285; }

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

This text font color is #C8D285.


Background Color

.myBgColor { background-color: #C8D285; }

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

This div background color is #C8D285.


Border color

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

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

This div border color is #C8D285.


Opacity

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

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

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

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

This text has shadow with #C8D285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D285 on black background.


Color preview on white background

This text has color #C8D285 on white background.



Black color preview on #C8D285 background

This text has black color on #C8D285 background.


White color preview on #C8D285 background

This text has white color on #C8D285 background.