COLOR #C8DD70

HEX: #C8DD70
RGB: (200,221,112)

Color info

#C8DD70 contains mainly red and green colors. Web safe color of #C8DD70 is #CCCC66 (or #CC6).

RGB color model

#C8DD70 color RGB value is (200,221,112).

  • red value is 200;
  • green value is 221;
  • blue value is 112.
RGB:
(200,221,112)
(78%,87%,44%)

RGB channels and saturation

R 200 of 255 = 78%
G 221 of 255 = 87%
B 112 of 255 = 44%

200
221
112

R + G + B ~ 70%. #C8DD70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 221 + 112 = 533 (100%)
R 200 of 533 ~ 37.52%
G 221 of 533 ~ 41.46%
B 112 of 533 ~ 21.01%

%37.52
%41.46
%21.01

CMYK color model

#C8DD70 color CMYK value is (10,0,49,13).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 49.32%
  • key color value is 13.33%
CMYK:
(10,0,49,13)
C10M0Y49K13 
(10%,0%,49%,13%)
(0.10/0.00/0.49/0.13)	

CMYK percentages

%9.5
%0
%49.32
%13.33

Codes

Color #C8DD70 in popluar color models

C8DD70
RGB200221112
HSL72°61.58%65.29%
HSB/HSV72°49.32%86.67%
CMYK9.50%0.00%49.32%
13.33%

Color #C8DD70 in popluar number systems.

HEXC8DD70
Decimal200221112
Binary11001000110111011110000
Octal310335160

Shades and tints

Shades of #C8DD70

#C8DD70
(200,221,112)
#B6C966
(182,201,102)
#A4B55C
(164,181,92)
#92A152
(146,161,82)
#808D48
(128,141,72)
#6E793E
(110,121,62)
#5C6534
(92,101,52)
#4A512A
(74,81,42)
#383D20
(56,61,32)
#262916
(38,41,22)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #C8DD70

#C8DD70
(200,221,112)
#CDE07D
(205,224,125)
#D2E38A
(210,227,138)
#D7E697
(215,230,151)
#DCE9A4
(220,233,164)
#E1ECB1
(225,236,177)
#E6EFBE
(230,239,190)
#EBF2CB
(235,242,203)
#F0F5D8
(240,245,216)
#F5F8E5
(245,248,229)
#FAFBF2
(250,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DD70 color. Also use rgb(200,221,112) instead hex code.

Text Font Color

.myTextColor { color: #C8DD70; }

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

This text font color is #C8DD70.


Background Color

.myBgColor { background-color: #C8DD70; }

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

This div background color is #C8DD70.


Border color

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

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

This div border color is #C8DD70.


Opacity

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

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

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

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

This text has shadow with #C8DD70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DD70 on black background.


Color preview on white background

This text has color #C8DD70 on white background.



Black color preview on #C8DD70 background

This text has black color on #C8DD70 background.


White color preview on #C8DD70 background

This text has white color on #C8DD70 background.