COLOR #CCF3D6

HEX: #CCF3D6 RGB: (204,243,214)

Color info

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

RGB color model

#CCF3D6 color RGB value is (204,243,214).

RGB: (204,243,214) (80%, 95%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 243 of 255 = 95%
B 214 of 255 = 84%

204
243
214

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

Portions of RGB colors in percentages

R + G + B = 204 + 243 + 214 = 661 (100%)
R 204 of 661 ~ 30.86%
G 243 of 661 ~ 36.76%
B 214 of 661 ~ 32.38'%

%30.86
%36.76
%32.38

CMYK color model

#CCF3D6 color CMYK value is (16,0,12,5).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 4.71%

CMYK: (16,0,12,5)
C16M0Y12K5 (16%, 0%, 12%, 5%)
(0.16 / 0.00 / 0.12 / 0.05)

CMYK percentages

%16.05
%0
%11.93
%4.71

Codes

Color #CCF3D6 in popluar color models

CC F3 D6
RGB 204 243 214
HSL 135° 61.90% 87.65%
HSB/HSV 135° 16.05% 95.29%
CMYK 16.05% 0.00% 11.93%
4.71%

Color #CCF3D6 in popluar number systems.

HEX CC F3 D6
Decimal 204 243 214
Binary 11001100 11110011 11010110
Octal 314 363 326

Shades and tints

Shades of #CCF3D6

#CCF3D6
(204,243,214)
#BADDC3
(186,221,195)
#A8C7B0
(168,199,176)
#96B19D
(150,177,157)
#849B8A
(132,155,138)
#728577
(114,133,119)
#606F64
(96,111,100)
#4E5951
(78,89,81)
#3C433E
(60,67,62)
#2A2D2B
(42,45,43)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCF3D6

#CCF3D6
(204,243,214)
#D0F4D9
(208,244,217)
#D4F5DC
(212,245,220)
#D8F6DF
(216,246,223)
#DCF7E2
(220,247,226)
#E0F8E5
(224,248,229)
#E4F9E8
(228,249,232)
#E8FAEB
(232,250,235)
#ECFBEE
(236,251,238)
#F0FCF1
(240,252,241)
#F4FDF4
(244,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF3D6; }

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

This text font color is #CCF3D6.

Background Color

.myBgColor { background-color: #CCF3D6; }

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

This div background color is #CCF3D6.

Border color

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

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

This div border color is #CCF3D6.

Opacity

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

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

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

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

This text has shadow with #CCF3D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF3D6.

Preview

Color preview on black background

This text has color #CCF3D6 on black background.


Color preview on white background

This text has color #CCF3D6 on white background.


Black color preview on #CCF3D6 background

This text has black color on #CCF3D6 background.


White color preview on #CCF3D6 background

This text has white color on #CCF3D6 background.


Related colors

Complementary color

Complementary color for #hex is #330C29.


I love getcolorcode.com

Triadic colors

1 #D6CCF3 and #F3D6CC with #CCF3D6 are triadic colors.

2 #D6F3CC and #F3CCD6 with #CCF3D6 are triadic colors.