COLOR #CCFD8E

HEX: #CCFD8E
RGB: (204,253,142)

Color info

#CCFD8E contains mainly red and green colors. Web safe color of #CCFD8E is #CCFF99 (or #CF9).

RGB color model

#CCFD8E color RGB value is (204,253,142).

  • red value is 204;
  • green value is 253;
  • blue value is 142.
RGB:
(204,253,142)
(80%,99%,56%)

RGB channels and saturation

R 204 of 255 = 80%
G 253 of 255 = 99%
B 142 of 255 = 56%

204
253
142

R + G + B ~ 78%. #CCFD8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 253 + 142 = 599 (100%)
R 204 of 599 ~ 34.06%
G 253 of 599 ~ 42.24%
B 142 of 599 ~ 23.71%

%34.06
%42.24
%23.71

CMYK color model

#CCFD8E color CMYK value is (19,0,44,1).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 43.87%
  • key color value is 0.78%
CMYK:
(19,0,44,1)
C19M0Y44K1 
(19%,0%,44%,1%)
(0.19/0.00/0.44/0.01)	

CMYK percentages

%19.37
%0
%43.87
%0.78

Codes

Color #CCFD8E in popluar color models

CCFD8E
RGB204253142
HSL86°96.52%77.45%
HSB/HSV86°43.87%99.22%
CMYK19.37%0.00%43.87%
0.78%

Color #CCFD8E in popluar number systems.

HEXCCFD8E
Decimal204253142
Binary110011001111110110001110
Octal314375216

Shades and tints

Shades of #CCFD8E

#CCFD8E
(204,253,142)
#BAE682
(186,230,130)
#A8CF76
(168,207,118)
#96B86A
(150,184,106)
#84A15E
(132,161,94)
#728A52
(114,138,82)
#607346
(96,115,70)
#4E5C3A
(78,92,58)
#3C452E
(60,69,46)
#2A2E22
(42,46,34)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CCFD8E

#CCFD8E
(204,253,142)
#D0FD98
(208,253,152)
#D4FDA2
(212,253,162)
#D8FDAC
(216,253,172)
#DCFDB6
(220,253,182)
#E0FDC0
(224,253,192)
#E4FDCA
(228,253,202)
#E8FDD4
(232,253,212)
#ECFDDE
(236,253,222)
#F0FDE8
(240,253,232)
#F4FDF2
(244,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFD8E color. Also use rgb(204,253,142) instead hex code.

Text Font Color

.myTextColor { color: #CCFD8E; }

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

This text font color is #CCFD8E.


Background Color

.myBgColor { background-color: #CCFD8E; }

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

This div background color is #CCFD8E.


Border color

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

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

This div border color is #CCFD8E.


Opacity

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

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

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

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

This text has shadow with #CCFD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFD8E on black background.


Color preview on white background

This text has color #CCFD8E on white background.



Black color preview on #CCFD8E background

This text has black color on #CCFD8E background.


White color preview on #CCFD8E background

This text has white color on #CCFD8E background.