COLOR #CCFAD2

HEX: #CCFAD2 RGB: (204,250,210)

Color info

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

RGB color model

#CCFAD2 color RGB value is (204,250,210).

RGB: (204,250,210) (80%, 98%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 210 of 255 = 82%

204
250
210

R + G + B ~ 87%. #CCFAD2 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 250 + 210 = 664 (100%)
R 204 of 664 ~ 30.72%
G 250 of 664 ~ 37.65%
B 210 of 664 ~ 31.63'%

%30.72
%37.65
%31.63

CMYK color model

#CCFAD2 color CMYK value is (18,0,16,2).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 1.96%
CMYK: (18,0,16,2) C18M0Y16K2 (18%,0%,16%,2%) (0.18/0.00/0.16/0.02) 

CMYK percentages

%18.4
%0
%16
%1.96

Codes

Color #CCFAD2 in popluar color models

CC FA D2
RGB 204 250 210
HSL 128° 82.14% 89.02%
HSB/HSV 128° 18.40% 98.04%
CMYK 18.40% 0.00% 16.00%
1.96%

Color #CCFAD2 in popluar number systems.

HEX CC FA D2
Decimal 204 250 210
Binary 11001100 11111010 11010010
Octal 314 372 322

Shades and tints

Shades of #CCFAD2

#CCFAD2
(204,250,210)
#BAE4BF
(186,228,191)
#A8CEAC
(168,206,172)
#96B899
(150,184,153)
#84A286
(132,162,134)
#728C73
(114,140,115)
#607660
(96,118,96)
#4E604D
(78,96,77)
#3C4A3A
(60,74,58)
#2A3427
(42,52,39)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #CCFAD2

#CCFAD2
(204,250,210)
#D0FAD6
(208,250,214)
#D4FADA
(212,250,218)
#D8FADE
(216,250,222)
#DCFAE2
(220,250,226)
#E0FAE6
(224,250,230)
#E4FAEA
(228,250,234)
#E8FAEE
(232,250,238)
#ECFAF2
(236,250,242)
#F0FAF6
(240,250,246)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFAD2; }

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

This text font color is #CCFAD2.

Background Color

.myBgColor { background-color: #CCFAD2; }

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

This div background color is #CCFAD2.

Border color

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

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

This div border color is #CCFAD2.

Opacity

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

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

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

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

This text has shadow with #CCFAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFAD2.

Preview

Color preview on black background

This text has color #CCFAD2 on black background.


Color preview on white background

This text has color #CCFAD2 on white background.


Black color preview on #CCFAD2 background

This text has black color on #CCFAD2 background.


White color preview on #CCFAD2 background

This text has white color on #CCFAD2 background.


Related colors

Complementary color

Complementary color for #hex is #33052D.


I love getcolorcode.com

Triadic colors

1 #D2CCFA and #FAD2CC with #CCFAD2 are triadic colors.

2 #D2FACC and #FACCD2 with #CCFAD2 are triadic colors.