COLOR #CCFD8B

HEX: #CCFD8B
RGB: (204,253,139)

Color info

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

RGB color model

#CCFD8B color RGB value is (204,253,139).

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

RGB channels and saturation

R 204 of 255 = 80%
G 253 of 255 = 99%
B 139 of 255 = 55%

204
253
139

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

Portions of RGB colors in percentages

R + G + B =
204 + 253 + 139 = 596 (100%)
R 204 of 596 ~ 34.23%
G 253 of 596 ~ 42.45%
B 139 of 596 ~ 23.32%

%34.23
%42.45
%23.32

CMYK color model

#CCFD8B color CMYK value is (19,0,45,1).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 45.06%
  • key color value is 0.78%
CMYK:
(19,0,45,1)
C19M0Y45K1 
(19%,0%,45%,1%)
(0.19/0.00/0.45/0.01)	

CMYK percentages

%19.37
%0
%45.06
%0.78

Codes

Color #CCFD8B in popluar color models

CCFD8B
RGB204253139
HSL86°96.61%76.86%
HSB/HSV86°45.06%99.22%
CMYK19.37%0.00%45.06%
0.78%

Color #CCFD8B in popluar number systems.

HEXCCFD8B
Decimal204253139
Binary110011001111110110001011
Octal314375213

Shades and tints

Shades of #CCFD8B

#CCFD8B
(204,253,139)
#BAE67F
(186,230,127)
#A8CF73
(168,207,115)
#96B867
(150,184,103)
#84A15B
(132,161,91)
#728A4F
(114,138,79)
#607343
(96,115,67)
#4E5C37
(78,92,55)
#3C452B
(60,69,43)
#2A2E1F
(42,46,31)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CCFD8B

#CCFD8B
(204,253,139)
#D0FD95
(208,253,149)
#D4FD9F
(212,253,159)
#D8FDA9
(216,253,169)
#DCFDB3
(220,253,179)
#E0FDBD
(224,253,189)
#E4FDC7
(228,253,199)
#E8FDD1
(232,253,209)
#ECFDDB
(236,253,219)
#F0FDE5
(240,253,229)
#F4FDEF
(244,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFD8B; }

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

This text font color is #CCFD8B.


Background Color

.myBgColor { background-color: #CCFD8B; }

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

This div background color is #CCFD8B.


Border color

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

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

This div border color is #CCFD8B.


Opacity

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

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

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

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

This text has shadow with #CCFD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFD8B on black background.


Color preview on white background

This text has color #CCFD8B on white background.



Black color preview on #CCFD8B background

This text has black color on #CCFD8B background.


White color preview on #CCFD8B background

This text has white color on #CCFD8B background.