COLOR #CCF3DE

HEX: #CCF3DE
RGB: (204,243,222)

Color info

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

RGB color model

#CCF3DE color RGB value is (204,243,222).

  • red value is 204;
  • green value is 243;
  • blue value is 222.
RGB:
(204,243,222)
(80%,95%,87%)

RGB channels and saturation

R 204 of 255 = 80%
G 243 of 255 = 95%
B 222 of 255 = 87%

204
243
222

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

Portions of RGB colors in percentages

R + G + B =
204 + 243 + 222 = 669 (100%)
R 204 of 669 ~ 30.49%
G 243 of 669 ~ 36.32%
B 222 of 669 ~ 33.18%

%30.49
%36.32
%33.18

CMYK color model

#CCF3DE color CMYK value is (16,0,9,5).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 4.71%
CMYK:
(16,0,9,5)
C16M0Y9K5 
(16%,0%,9%,5%)
(0.16/0.00/0.09/0.05)	

CMYK percentages

%16.05
%0
%8.64
%4.71

Codes

Color #CCF3DE in popluar color models

CCF3DE
RGB204243222
HSL148°61.90%87.65%
HSB/HSV148°16.05%95.29%
CMYK16.05%0.00%8.64%
4.71%

Color #CCF3DE in popluar number systems.

HEXCCF3DE
Decimal204243222
Binary110011001111001111011110
Octal314363336

Shades and tints

Shades of #CCF3DE

#CCF3DE
(204,243,222)
#BADDCA
(186,221,202)
#A8C7B6
(168,199,182)
#96B1A2
(150,177,162)
#849B8E
(132,155,142)
#72857A
(114,133,122)
#606F66
(96,111,102)
#4E5952
(78,89,82)
#3C433E
(60,67,62)
#2A2D2A
(42,45,42)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CCF3DE

#CCF3DE
(204,243,222)
#D0F4E1
(208,244,225)
#D4F5E4
(212,245,228)
#D8F6E7
(216,246,231)
#DCF7EA
(220,247,234)
#E0F8ED
(224,248,237)
#E4F9F0
(228,249,240)
#E8FAF3
(232,250,243)
#ECFBF6
(236,251,246)
#F0FCF9
(240,252,249)
#F4FDFC
(244,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF3DE color. Also use rgb(204,243,222) instead hex code.

Text Font Color

.myTextColor { color: #CCF3DE; }

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

This text font color is #CCF3DE.


Background Color

.myBgColor { background-color: #CCF3DE; }

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

This div background color is #CCF3DE.


Border color

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

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

This div border color is #CCF3DE.


Opacity

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

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

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

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

This text has shadow with #CCF3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF3DE on black background.


Color preview on white background

This text has color #CCF3DE on white background.



Black color preview on #CCF3DE background

This text has black color on #CCF3DE background.


White color preview on #CCF3DE background

This text has white color on #CCF3DE background.