COLOR #CCFCA4

HEX: #CCFCA4 RGB: (204,252,164)

Color info

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

RGB color model

#CCFCA4 color RGB value is (204,252,164).

RGB: (204,252,164) (80%, 99%, 64%)

RGB channels and saturation

R 204 of 255 = 80%
G 252 of 255 = 99%
B 164 of 255 = 64%

204
252
164

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

Portions of RGB colors in percentages

R + G + B = 204 + 252 + 164 = 620 (100%)
R 204 of 620 ~ 32.9%
G 252 of 620 ~ 40.65%
B 164 of 620 ~ 26.45'%

%32.9
%40.65
%26.45

CMYK color model

#CCFCA4 color CMYK value is (19,0,35,1).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 1.18%

CMYK: (19,0,35,1)
C19M0Y35K1 (19%, 0%, 35%, 1%)
(0.19 / 0.00 / 0.35 / 0.01)

CMYK percentages

%19.05
%0
%34.92
%1.18

Codes

Color #CCFCA4 in popluar color models

CC FC A4
RGB 204 252 164
HSL 93° 93.62% 81.57%
HSB/HSV 93° 34.92% 98.82%
CMYK 19.05% 0.00% 34.92%
1.18%

Color #CCFCA4 in popluar number systems.

HEX CC FC A4
Decimal 204 252 164
Binary 11001100 11111100 10100100
Octal 314 374 244

Shades and tints

Shades of #CCFCA4

#CCFCA4
(204,252,164)
#BAE696
(186,230,150)
#A8D088
(168,208,136)
#96BA7A
(150,186,122)
#84A46C
(132,164,108)
#728E5E
(114,142,94)
#607850
(96,120,80)
#4E6242
(78,98,66)
#3C4C34
(60,76,52)
#2A3626
(42,54,38)
#182018
(24,32,24)
#000000
(0,0,0)

Tints of #CCFCA4

#CCFCA4
(204,252,164)
#D0FCAC
(208,252,172)
#D4FCB4
(212,252,180)
#D8FCBC
(216,252,188)
#DCFCC4
(220,252,196)
#E0FCCC
(224,252,204)
#E4FCD4
(228,252,212)
#E8FCDC
(232,252,220)
#ECFCE4
(236,252,228)
#F0FCEC
(240,252,236)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFCA4 color. Also use rgb(204,252,164) instead hex code.

Text Font Color

.myTextColor { color: #CCFCA4; }

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

This text font color is #CCFCA4.

Background Color

.myBgColor { background-color: #CCFCA4; }

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

This div background color is #CCFCA4.

Border color

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

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

This div border color is #CCFCA4.

Opacity

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

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

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

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

This text has shadow with #CCFCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFCA4.

Preview

Color preview on black background

This text has color #CCFCA4 on black background.


Color preview on white background

This text has color #CCFCA4 on white background.


Black color preview on #CCFCA4 background

This text has black color on #CCFCA4 background.


White color preview on #CCFCA4 background

This text has white color on #CCFCA4 background.


Related colors

Complementary color

Complementary color for #hex is #33035B.


I love getcolorcode.com

Triadic colors

1 #A4CCFC and #FCA4CC with #CCFCA4 are triadic colors.

2 #A4FCCC and #FCCCA4 with #CCFCA4 are triadic colors.