COLOR #CCFACE

HEX: #CCFACE
RGB: (204,250,206)

Color info

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

RGB color model

#CCFACE color RGB value is (204,250,206).

  • red value is 204;
  • green value is 250;
  • blue value is 206.
RGB:
(204,250,206)
(80%,98%,81%)

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 206 of 255 = 81%

204
250
206

R + G + B ~ 86%. #CCFACE is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 250 + 206 = 660 (100%)
R 204 of 660 ~ 30.91%
G 250 of 660 ~ 37.88%
B 206 of 660 ~ 31.21%

%30.91
%37.88
%31.21

CMYK color model

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

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 1.96%
CMYK:
(18,0,18,2)
C18M0Y18K2 
(18%,0%,18%,2%)
(0.18/0.00/0.18/0.02)	

CMYK percentages

%18.4
%0
%17.6
%1.96

Codes

Color #CCFACE in popluar color models

CCFACE
RGB204250206
HSL123°82.14%89.02%
HSB/HSV123°18.40%98.04%
CMYK18.40%0.00%17.60%
1.96%

Color #CCFACE in popluar number systems.

HEXCCFACE
Decimal204250206
Binary110011001111101011001110
Octal314372316

Shades and tints

Shades of #CCFACE

#CCFACE
(204,250,206)
#BAE4BC
(186,228,188)
#A8CEAA
(168,206,170)
#96B898
(150,184,152)
#84A286
(132,162,134)
#728C74
(114,140,116)
#607662
(96,118,98)
#4E6050
(78,96,80)
#3C4A3E
(60,74,62)
#2A342C
(42,52,44)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #CCFACE

#CCFACE
(204,250,206)
#D0FAD2
(208,250,210)
#D4FAD6
(212,250,214)
#D8FADA
(216,250,218)
#DCFADE
(220,250,222)
#E0FAE2
(224,250,226)
#E4FAE6
(228,250,230)
#E8FAEA
(232,250,234)
#ECFAEE
(236,250,238)
#F0FAF2
(240,250,242)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFACE; }

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

This text font color is #CCFACE.


Background Color

.myBgColor { background-color: #CCFACE; }

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

This div background color is #CCFACE.


Border color

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

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

This div border color is #CCFACE.


Opacity

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

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

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

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

This text has shadow with #CCFACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFACE on black background.


Color preview on white background

This text has color #CCFACE on white background.



Black color preview on #CCFACE background

This text has black color on #CCFACE background.


White color preview on #CCFACE background

This text has white color on #CCFACE background.