COLOR #CCFEF8

HEX: #CCFEF8
RGB: (204,254,248)

Color info

#CCFEF8 contains red, green and blue colors in about the same proportion. Web safe color of #CCFEF8 is #CCFFFF (or #CFF).

RGB color model

#CCFEF8 color RGB value is (204,254,248).

  • red value is 204;
  • green value is 254;
  • blue value is 248.
RGB:
(204,254,248)
(80%,100%,97%)

RGB channels and saturation

R 204 of 255 = 80%
G 254 of 255 = 100%
B 248 of 255 = 97%

204
254
248

R + G + B ~ 92%. #CCFEF8 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 254 + 248 = 706 (100%)
R 204 of 706 ~ 28.9%
G 254 of 706 ~ 35.98%
B 248 of 706 ~ 35.13%

%28.9
%35.98
%35.13

CMYK color model

#CCFEF8 color CMYK value is (20,0,2,0).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 0.39%
CMYK:
(20,0,2,0)
C20M0Y2K0 
(20%,0%,2%,0%)
(0.20/0.00/0.02/0.00)	

CMYK percentages

%19.69
%0
%2.36
%0.39

Codes

Color #CCFEF8 in popluar color models

CCFEF8
RGB204254248
HSL173°96.15%89.80%
HSB/HSV173°19.69%99.61%
CMYK19.69%0.00%2.36%
0.39%

Color #CCFEF8 in popluar number systems.

HEXCCFEF8
Decimal204254248
Binary110011001111111011111000
Octal314376370

Shades and tints

Shades of #CCFEF8

#CCFEF8
(204,254,248)
#BAE7E2
(186,231,226)
#A8D0CC
(168,208,204)
#96B9B6
(150,185,182)
#84A2A0
(132,162,160)
#728B8A
(114,139,138)
#607474
(96,116,116)
#4E5D5E
(78,93,94)
#3C4648
(60,70,72)
#2A2F32
(42,47,50)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #CCFEF8

#CCFEF8
(204,254,248)
#D0FEF8
(208,254,248)
#D4FEF8
(212,254,248)
#D8FEF8
(216,254,248)
#DCFEF8
(220,254,248)
#E0FEF8
(224,254,248)
#E4FEF8
(228,254,248)
#E8FEF8
(232,254,248)
#ECFEF8
(236,254,248)
#F0FEF8
(240,254,248)
#F4FEF8
(244,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFEF8 color. Also use rgb(204,254,248) instead hex code.

Text Font Color

.myTextColor { color: #CCFEF8; }

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

This text font color is #CCFEF8.


Background Color

.myBgColor { background-color: #CCFEF8; }

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

This div background color is #CCFEF8.


Border color

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

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

This div border color is #CCFEF8.


Opacity

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

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

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

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

This text has shadow with #CCFEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFEF8 on black background.


Color preview on white background

This text has color #CCFEF8 on white background.



Black color preview on #CCFEF8 background

This text has black color on #CCFEF8 background.


White color preview on #CCFEF8 background

This text has white color on #CCFEF8 background.