COLOR #CCFA9B

HEX: #CCFA9B
RGB: (204,250,155)

Color info

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

RGB color model

#CCFA9B color RGB value is (204,250,155).

  • red value is 204;
  • green value is 250;
  • blue value is 155.
RGB:
(204,250,155)
(80%,98%,61%)

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 155 of 255 = 61%

204
250
155

R + G + B ~ 80%. #CCFA9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 250 + 155 = 609 (100%)
R 204 of 609 ~ 33.5%
G 250 of 609 ~ 41.05%
B 155 of 609 ~ 25.45%

%33.5
%41.05
%25.45

CMYK color model

#CCFA9B color CMYK value is (18,0,38,2).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 38.00%
  • key color value is 1.96%
CMYK:
(18,0,38,2)
C18M0Y38K2 
(18%,0%,38%,2%)
(0.18/0.00/0.38/0.02)	

CMYK percentages

%18.4
%0
%38
%1.96

Codes

Color #CCFA9B in popluar color models

CCFA9B
RGB204250155
HSL89°90.48%79.41%
HSB/HSV89°38.00%98.04%
CMYK18.40%0.00%38.00%
1.96%

Color #CCFA9B in popluar number systems.

HEXCCFA9B
Decimal204250155
Binary110011001111101010011011
Octal314372233

Shades and tints

Shades of #CCFA9B

#CCFA9B
(204,250,155)
#BAE48D
(186,228,141)
#A8CE7F
(168,206,127)
#96B871
(150,184,113)
#84A263
(132,162,99)
#728C55
(114,140,85)
#607647
(96,118,71)
#4E6039
(78,96,57)
#3C4A2B
(60,74,43)
#2A341D
(42,52,29)
#181E0F
(24,30,15)
#000000
(0,0,0)

Tints of #CCFA9B

#CCFA9B
(204,250,155)
#D0FAA4
(208,250,164)
#D4FAAD
(212,250,173)
#D8FAB6
(216,250,182)
#DCFABF
(220,250,191)
#E0FAC8
(224,250,200)
#E4FAD1
(228,250,209)
#E8FADA
(232,250,218)
#ECFAE3
(236,250,227)
#F0FAEC
(240,250,236)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFA9B color. Also use rgb(204,250,155) instead hex code.

Text Font Color

.myTextColor { color: #CCFA9B; }

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

This text font color is #CCFA9B.


Background Color

.myBgColor { background-color: #CCFA9B; }

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

This div background color is #CCFA9B.


Border color

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

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

This div border color is #CCFA9B.


Opacity

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

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

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

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

This text has shadow with #CCFA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFA9B on black background.


Color preview on white background

This text has color #CCFA9B on white background.



Black color preview on #CCFA9B background

This text has black color on #CCFA9B background.


White color preview on #CCFA9B background

This text has white color on #CCFA9B background.