COLOR #CCFFA9

HEX: #CCFFA9 RGB: (204,255,169)

Color info

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

RGB color model

#CCFFA9 color RGB value is (204,255,169).

RGB: (204,255,169) (80%, 100%, 66%)

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 169 of 255 = 66%

204
255
169

R + G + B ~ 82%. #CCFFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 255 + 169 = 628 (100%)
R 204 of 628 ~ 32.48%
G 255 of 628 ~ 40.61%
B 169 of 628 ~ 26.91'%

%32.48
%40.61
%26.91

CMYK color model

#CCFFA9 color CMYK value is (20,0,34,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 0.00%

CMYK: (20,0,34,0)
C20M0Y34K0 (20%, 0%, 34%, 0%)
(0.20 / 0.00 / 0.34 / 0.00)

CMYK percentages

%20
%0
%33.73
%0

Codes

Color #CCFFA9 in popluar color models

CC FF A9
RGB 204 255 169
HSL 96° 100.00% 83.14%
HSB/HSV 96° 33.73% 100.00%
CMYK 20.00% 0.00% 33.73%
0.00%

Color #CCFFA9 in popluar number systems.

HEX CC FF A9
Decimal 204 255 169
Binary 11001100 11111111 10101001
Octal 314 377 251

Shades and tints

Shades of #CCFFA9

#CCFFA9
(204,255,169)
#BAE89A
(186,232,154)
#A8D18B
(168,209,139)
#96BA7C
(150,186,124)
#84A36D
(132,163,109)
#728C5E
(114,140,94)
#60754F
(96,117,79)
#4E5E40
(78,94,64)
#3C4731
(60,71,49)
#2A3022
(42,48,34)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #CCFFA9

#CCFFA9
(204,255,169)
#D0FFB0
(208,255,176)
#D4FFB7
(212,255,183)
#D8FFBE
(216,255,190)
#DCFFC5
(220,255,197)
#E0FFCC
(224,255,204)
#E4FFD3
(228,255,211)
#E8FFDA
(232,255,218)
#ECFFE1
(236,255,225)
#F0FFE8
(240,255,232)
#F4FFEF
(244,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFA9; }

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

This text font color is #CCFFA9.

Background Color

.myBgColor { background-color: #CCFFA9; }

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

This div background color is #CCFFA9.

Border color

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

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

This div border color is #CCFFA9.

Opacity

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

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

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

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

This text has shadow with #CCFFA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFFA9.

Preview

Color preview on black background

This text has color #CCFFA9 on black background.


Color preview on white background

This text has color #CCFFA9 on white background.


Black color preview on #CCFFA9 background

This text has black color on #CCFFA9 background.


White color preview on #CCFFA9 background

This text has white color on #CCFFA9 background.


Related colors

Complementary color

Complementary color for #hex is #330056.


I love getcolorcode.com

Triadic colors

1 #A9CCFF and #FFA9CC with #CCFFA9 are triadic colors.

2 #A9FFCC and #FFCCA9 with #CCFFA9 are triadic colors.