COLOR #CCFFA3

HEX: #CCFFA3 RGB: (204,255,163)

Color info

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

RGB color model

#CCFFA3 color RGB value is (204,255,163).

RGB: (204,255,163) (80%, 100%, 64%)

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 163 of 255 = 64%

204
255
163

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

Portions of RGB colors in percentages

R + G + B = 204 + 255 + 163 = 622 (100%)
R 204 of 622 ~ 32.8%
G 255 of 622 ~ 41%
B 163 of 622 ~ 26.21'%

%32.8
%41
%26.21

CMYK color model

#CCFFA3 color CMYK value is (20,0,36,0).

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

CMYK: (20,0,36,0)
C20M0Y36K0 (20%, 0%, 36%, 0%)
(0.20 / 0.00 / 0.36 / 0.00)

CMYK percentages

%20
%0
%36.08
%0

Codes

Color #CCFFA3 in popluar color models

CC FF A3
RGB 204 255 163
HSL 93° 100.00% 81.96%
HSB/HSV 93° 36.08% 100.00%
CMYK 20.00% 0.00% 36.08%
0.00%

Color #CCFFA3 in popluar number systems.

HEX CC FF A3
Decimal 204 255 163
Binary 11001100 11111111 10100011
Octal 314 377 243

Shades and tints

Shades of #CCFFA3

#CCFFA3
(204,255,163)
#BAE895
(186,232,149)
#A8D187
(168,209,135)
#96BA79
(150,186,121)
#84A36B
(132,163,107)
#728C5D
(114,140,93)
#60754F
(96,117,79)
#4E5E41
(78,94,65)
#3C4733
(60,71,51)
#2A3025
(42,48,37)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCFFA3

#CCFFA3
(204,255,163)
#D0FFAB
(208,255,171)
#D4FFB3
(212,255,179)
#D8FFBB
(216,255,187)
#DCFFC3
(220,255,195)
#E0FFCB
(224,255,203)
#E4FFD3
(228,255,211)
#E8FFDB
(232,255,219)
#ECFFE3
(236,255,227)
#F0FFEB
(240,255,235)
#F4FFF3
(244,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFA3; }

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

This text font color is #CCFFA3.

Background Color

.myBgColor { background-color: #CCFFA3; }

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

This div background color is #CCFFA3.

Border color

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

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

This div border color is #CCFFA3.

Opacity

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

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

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

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

This text has shadow with #CCFFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFFA3.

Preview

Color preview on black background

This text has color #CCFFA3 on black background.


Color preview on white background

This text has color #CCFFA3 on white background.


Black color preview on #CCFFA3 background

This text has black color on #CCFFA3 background.


White color preview on #CCFFA3 background

This text has white color on #CCFFA3 background.


Related colors

Complementary color

Complementary color for #hex is #33005C.


I love getcolorcode.com

Triadic colors

1 #A3CCFF and #FFA3CC with #CCFFA3 are triadic colors.

2 #A3FFCC and #FFCCA3 with #CCFFA3 are triadic colors.