COLOR #CCEFE1

HEX: #CCEFE1
RGB: (204,239,225)

Color info

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

RGB color model

#CCEFE1 color RGB value is (204,239,225).

  • red value is 204;
  • green value is 239;
  • blue value is 225.
RGB:
(204,239,225)
(80%,94%,88%)

RGB channels and saturation

R 204 of 255 = 80%
G 239 of 255 = 94%
B 225 of 255 = 88%

204
239
225

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

Portions of RGB colors in percentages

R + G + B =
204 + 239 + 225 = 668 (100%)
R 204 of 668 ~ 30.54%
G 239 of 668 ~ 35.78%
B 225 of 668 ~ 33.68%

%30.54
%35.78
%33.68

CMYK color model

#CCEFE1 color CMYK value is (15,0,6,6).

  • cyan value is 14.64%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(15,0,6,6)
C15M0Y6K6 
(15%,0%,6%,6%)
(0.15/0.00/0.06/0.06)	

CMYK percentages

%14.64
%0
%5.86
%6.27

Codes

Color #CCEFE1 in popluar color models

CCEFE1
RGB204239225
HSL156°52.24%86.86%
HSB/HSV156°14.64%93.73%
CMYK14.64%0.00%5.86%
6.27%

Color #CCEFE1 in popluar number systems.

HEXCCEFE1
Decimal204239225
Binary110011001110111111100001
Octal314357341

Shades and tints

Shades of #CCEFE1

#CCEFE1
(204,239,225)
#BADACD
(186,218,205)
#A8C5B9
(168,197,185)
#96B0A5
(150,176,165)
#849B91
(132,155,145)
#72867D
(114,134,125)
#607169
(96,113,105)
#4E5C55
(78,92,85)
#3C4741
(60,71,65)
#2A322D
(42,50,45)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #CCEFE1

#CCEFE1
(204,239,225)
#D0F0E3
(208,240,227)
#D4F1E5
(212,241,229)
#D8F2E7
(216,242,231)
#DCF3E9
(220,243,233)
#E0F4EB
(224,244,235)
#E4F5ED
(228,245,237)
#E8F6EF
(232,246,239)
#ECF7F1
(236,247,241)
#F0F8F3
(240,248,243)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEFE1 color. Also use rgb(204,239,225) instead hex code.

Text Font Color

.myTextColor { color: #CCEFE1; }

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

This text font color is #CCEFE1.


Background Color

.myBgColor { background-color: #CCEFE1; }

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

This div background color is #CCEFE1.


Border color

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

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

This div border color is #CCEFE1.


Opacity

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

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

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

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

This text has shadow with #CCEFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEFE1 on black background.


Color preview on white background

This text has color #CCEFE1 on white background.



Black color preview on #CCEFE1 background

This text has black color on #CCEFE1 background.


White color preview on #CCEFE1 background

This text has white color on #CCEFE1 background.