COLOR #CCFC7E

HEX: #CCFC7E
RGB: (204,252,126)

Color info

#CCFC7E contains mainly red and green colors. Web safe color of #CCFC7E is #CCFF66 (or #CF6).

RGB color model

#CCFC7E color RGB value is (204,252,126).

  • red value is 204;
  • green value is 252;
  • blue value is 126.
RGB:
(204,252,126)
(80%,99%,49%)

RGB channels and saturation

R 204 of 255 = 80%
G 252 of 255 = 99%
B 126 of 255 = 49%

204
252
126

R + G + B ~ 76%. #CCFC7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 252 + 126 = 582 (100%)
R 204 of 582 ~ 35.05%
G 252 of 582 ~ 43.3%
B 126 of 582 ~ 21.65%

%35.05
%43.3
%21.65

CMYK color model

#CCFC7E color CMYK value is (19,0,50,1).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 1.18%
CMYK:
(19,0,50,1)
C19M0Y50K1 
(19%,0%,50%,1%)
(0.19/0.00/0.50/0.01)	

CMYK percentages

%19.05
%0
%50
%1.18

Codes

Color #CCFC7E in popluar color models

CCFC7E
RGB204252126
HSL83°95.45%74.12%
HSB/HSV83°50.00%98.82%
CMYK19.05%0.00%50.00%
1.18%

Color #CCFC7E in popluar number systems.

HEXCCFC7E
Decimal204252126
Binary11001100111111001111110
Octal314374176

Shades and tints

Shades of #CCFC7E

#CCFC7E
(204,252,126)
#BAE673
(186,230,115)
#A8D068
(168,208,104)
#96BA5D
(150,186,93)
#84A452
(132,164,82)
#728E47
(114,142,71)
#60783C
(96,120,60)
#4E6231
(78,98,49)
#3C4C26
(60,76,38)
#2A361B
(42,54,27)
#182010
(24,32,16)
#000000
(0,0,0)

Tints of #CCFC7E

#CCFC7E
(204,252,126)
#D0FC89
(208,252,137)
#D4FC94
(212,252,148)
#D8FC9F
(216,252,159)
#DCFCAA
(220,252,170)
#E0FCB5
(224,252,181)
#E4FCC0
(228,252,192)
#E8FCCB
(232,252,203)
#ECFCD6
(236,252,214)
#F0FCE1
(240,252,225)
#F4FCEC
(244,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFC7E color. Also use rgb(204,252,126) instead hex code.

Text Font Color

.myTextColor { color: #CCFC7E; }

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

This text font color is #CCFC7E.


Background Color

.myBgColor { background-color: #CCFC7E; }

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

This div background color is #CCFC7E.


Border color

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

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

This div border color is #CCFC7E.


Opacity

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

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

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

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

This text has shadow with #CCFC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFC7E on black background.


Color preview on white background

This text has color #CCFC7E on white background.



Black color preview on #CCFC7E background

This text has black color on #CCFC7E background.


White color preview on #CCFC7E background

This text has white color on #CCFC7E background.