COLOR #CCFAE6

HEX: #CCFAE6 RGB: (204,250,230)

Color info

#CCFAE6 contains red, green and blue colors in about the same proportion. Web safe color of #CCFAE6 is #CCFFCC (or #CFC).

RGB color model

#CCFAE6 color RGB value is (204,250,230).

RGB: (204,250,230) (80%, 98%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 230 of 255 = 90%

204
250
230

R + G + B ~ 89%. #CCFAE6 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 250 + 230 = 684 (100%)
R 204 of 684 ~ 29.82%
G 250 of 684 ~ 36.55%
B 230 of 684 ~ 33.63'%

%29.82
%36.55
%33.63

CMYK color model

#CCFAE6 color CMYK value is (18,0,8,2).

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

CMYK: (18,0,8,2)
C18M0Y8K2 (18%, 0%, 8%, 2%)
(0.18 / 0.00 / 0.08 / 0.02)

CMYK percentages

%18.4
%0
%8
%1.96

Codes

Color #CCFAE6 in popluar color models

CC FA E6
RGB 204 250 230
HSL 154° 82.14% 89.02%
HSB/HSV 154° 18.40% 98.04%
CMYK 18.40% 0.00% 8.00%
1.96%

Color #CCFAE6 in popluar number systems.

HEX CC FA E6
Decimal 204 250 230
Binary 11001100 11111010 11100110
Octal 314 372 346

Shades and tints

Shades of #CCFAE6

#CCFAE6
(204,250,230)
#BAE4D2
(186,228,210)
#A8CEBE
(168,206,190)
#96B8AA
(150,184,170)
#84A296
(132,162,150)
#728C82
(114,140,130)
#60766E
(96,118,110)
#4E605A
(78,96,90)
#3C4A46
(60,74,70)
#2A3432
(42,52,50)
#181E1E
(24,30,30)
#000000
(0,0,0)

Tints of #CCFAE6

#CCFAE6
(204,250,230)
#D0FAE8
(208,250,232)
#D4FAEA
(212,250,234)
#D8FAEC
(216,250,236)
#DCFAEE
(220,250,238)
#E0FAF0
(224,250,240)
#E4FAF2
(228,250,242)
#E8FAF4
(232,250,244)
#ECFAF6
(236,250,246)
#F0FAF8
(240,250,248)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFAE6; }

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

This text font color is #CCFAE6.

Background Color

.myBgColor { background-color: #CCFAE6; }

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

This div background color is #CCFAE6.

Border color

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

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

This div border color is #CCFAE6.

Opacity

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

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

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

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

This text has shadow with #CCFAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFAE6.

Preview

Color preview on black background

This text has color #CCFAE6 on black background.


Color preview on white background

This text has color #CCFAE6 on white background.


Black color preview on #CCFAE6 background

This text has black color on #CCFAE6 background.


White color preview on #CCFAE6 background

This text has white color on #CCFAE6 background.


Related colors

Complementary color

Complementary color for #hex is #330519.


I love getcolorcode.com

Triadic colors

1 #E6CCFA and #FAE6CC with #CCFAE6 are triadic colors.

2 #E6FACC and #FACCE6 with #CCFAE6 are triadic colors.