COLOR #CCFAAE

HEX: #CCFAAE RGB: (204,250,174)

Color info

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

RGB color model

#CCFAAE color RGB value is (204,250,174).

RGB: (204,250,174) (80%, 98%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 174 of 255 = 68%

204
250
174

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

Portions of RGB colors in percentages

R + G + B = 204 + 250 + 174 = 628 (100%)
R 204 of 628 ~ 32.48%
G 250 of 628 ~ 39.81%
B 174 of 628 ~ 27.71'%

%32.48
%39.81
%27.71

CMYK color model

#CCFAAE color CMYK value is (18,0,30,2).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 30.40%
  • key color value is 1.96%

CMYK: (18,0,30,2)
C18M0Y30K2 (18%, 0%, 30%, 2%)
(0.18 / 0.00 / 0.30 / 0.02)

CMYK percentages

%18.4
%0
%30.4
%1.96

Codes

Color #CCFAAE in popluar color models

CC FA AE
RGB 204 250 174
HSL 96° 88.37% 83.14%
HSB/HSV 96° 30.40% 98.04%
CMYK 18.40% 0.00% 30.40%
1.96%

Color #CCFAAE in popluar number systems.

HEX CC FA AE
Decimal 204 250 174
Binary 11001100 11111010 10101110
Octal 314 372 256

Shades and tints

Shades of #CCFAAE

#CCFAAE
(204,250,174)
#BAE49F
(186,228,159)
#A8CE90
(168,206,144)
#96B881
(150,184,129)
#84A272
(132,162,114)
#728C63
(114,140,99)
#607654
(96,118,84)
#4E6045
(78,96,69)
#3C4A36
(60,74,54)
#2A3427
(42,52,39)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #CCFAAE

#CCFAAE
(204,250,174)
#D0FAB5
(208,250,181)
#D4FABC
(212,250,188)
#D8FAC3
(216,250,195)
#DCFACA
(220,250,202)
#E0FAD1
(224,250,209)
#E4FAD8
(228,250,216)
#E8FADF
(232,250,223)
#ECFAE6
(236,250,230)
#F0FAED
(240,250,237)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFAAE; }

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

This text font color is #CCFAAE.

Background Color

.myBgColor { background-color: #CCFAAE; }

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

This div background color is #CCFAAE.

Border color

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

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

This div border color is #CCFAAE.

Opacity

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

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

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

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

This text has shadow with #CCFAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFAAE.

Preview

Color preview on black background

This text has color #CCFAAE on black background.


Color preview on white background

This text has color #CCFAAE on white background.


Black color preview on #CCFAAE background

This text has black color on #CCFAAE background.


White color preview on #CCFAAE background

This text has white color on #CCFAAE background.


Related colors

Complementary color

Complementary color for #hex is #330551.


I love getcolorcode.com

Triadic colors

1 #AECCFA and #FAAECC with #CCFAAE are triadic colors.

2 #AEFACC and #FACCAE with #CCFAAE are triadic colors.