COLOR #CCFF9D

HEX: #CCFF9D
RGB: (204,255,157)

Color info

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

RGB color model

#CCFF9D color RGB value is (204,255,157).

  • red value is 204;
  • green value is 255;
  • blue value is 157.
RGB:
(204,255,157)
(80%,100%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 157 of 255 = 62%

204
255
157

R + G + B ~ 81%. #CCFF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 255 + 157 = 616 (100%)
R 204 of 616 ~ 33.12%
G 255 of 616 ~ 41.4%
B 157 of 616 ~ 25.49%

%33.12
%41.4
%25.49

CMYK color model

#CCFF9D color CMYK value is (20,0,38,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 38.43%
  • key color value is 0.00%
CMYK:
(20,0,38,0)
C20M0Y38K0 
(20%,0%,38%,0%)
(0.20/0.00/0.38/0.00)	

CMYK percentages

%20
%0
%38.43
%0

Codes

Color #CCFF9D in popluar color models

CCFF9D
RGB204255157
HSL91°100.00%80.78%
HSB/HSV91°38.43%100.00%
CMYK20.00%0.00%38.43%
0.00%

Color #CCFF9D in popluar number systems.

HEXCCFF9D
Decimal204255157
Binary110011001111111110011101
Octal314377235

Shades and tints

Shades of #CCFF9D

#CCFF9D
(204,255,157)
#BAE88F
(186,232,143)
#A8D181
(168,209,129)
#96BA73
(150,186,115)
#84A365
(132,163,101)
#728C57
(114,140,87)
#607549
(96,117,73)
#4E5E3B
(78,94,59)
#3C472D
(60,71,45)
#2A301F
(42,48,31)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #CCFF9D

#CCFF9D
(204,255,157)
#D0FFA5
(208,255,165)
#D4FFAD
(212,255,173)
#D8FFB5
(216,255,181)
#DCFFBD
(220,255,189)
#E0FFC5
(224,255,197)
#E4FFCD
(228,255,205)
#E8FFD5
(232,255,213)
#ECFFDD
(236,255,221)
#F0FFE5
(240,255,229)
#F4FFED
(244,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFF9D color. Also use rgb(204,255,157) instead hex code.

Text Font Color

.myTextColor { color: #CCFF9D; }

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

This text font color is #CCFF9D.


Background Color

.myBgColor { background-color: #CCFF9D; }

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

This div background color is #CCFF9D.


Border color

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

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

This div border color is #CCFF9D.


Opacity

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

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

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

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

This text has shadow with #CCFF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFF9D on black background.


Color preview on white background

This text has color #CCFF9D on white background.



Black color preview on #CCFF9D background

This text has black color on #CCFF9D background.


White color preview on #CCFF9D background

This text has white color on #CCFF9D background.