COLOR #CCFFA1

HEX: #CCFFA1
RGB: (204,255,161)

Color info

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

RGB color model

#CCFFA1 color RGB value is (204,255,161).

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

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 161 of 255 = 63%

204
255
161

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

Portions of RGB colors in percentages

R + G + B =
204 + 255 + 161 = 620 (100%)
R 204 of 620 ~ 32.9%
G 255 of 620 ~ 41.13%
B 161 of 620 ~ 25.97%

%32.9
%41.13
%25.97

CMYK color model

#CCFFA1 color CMYK value is (20,0,37,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 36.86%
  • key color value is 0.00%
CMYK:
(20,0,37,0)
C20M0Y37K0 
(20%,0%,37%,0%)
(0.20/0.00/0.37/0.00)	

CMYK percentages

%20
%0
%36.86
%0

Codes

Color #CCFFA1 in popluar color models

CCFFA1
RGB204255161
HSL93°100.00%81.57%
HSB/HSV93°36.86%100.00%
CMYK20.00%0.00%36.86%
0.00%

Color #CCFFA1 in popluar number systems.

HEXCCFFA1
Decimal204255161
Binary110011001111111110100001
Octal314377241

Shades and tints

Shades of #CCFFA1

#CCFFA1
(204,255,161)
#BAE893
(186,232,147)
#A8D185
(168,209,133)
#96BA77
(150,186,119)
#84A369
(132,163,105)
#728C5B
(114,140,91)
#60754D
(96,117,77)
#4E5E3F
(78,94,63)
#3C4731
(60,71,49)
#2A3023
(42,48,35)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCFFA1

#CCFFA1
(204,255,161)
#D0FFA9
(208,255,169)
#D4FFB1
(212,255,177)
#D8FFB9
(216,255,185)
#DCFFC1
(220,255,193)
#E0FFC9
(224,255,201)
#E4FFD1
(228,255,209)
#E8FFD9
(232,255,217)
#ECFFE1
(236,255,225)
#F0FFE9
(240,255,233)
#F4FFF1
(244,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFA1; }

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

This text font color is #CCFFA1.


Background Color

.myBgColor { background-color: #CCFFA1; }

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

This div background color is #CCFFA1.


Border color

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

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

This div border color is #CCFFA1.


Opacity

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

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

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

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

This text has shadow with #CCFFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFFA1 on black background.


Color preview on white background

This text has color #CCFFA1 on white background.



Black color preview on #CCFFA1 background

This text has black color on #CCFFA1 background.


White color preview on #CCFFA1 background

This text has white color on #CCFFA1 background.