COLOR #CCEFF3

HEX: #CCEFF3
RGB: (204,239,243)

Color info

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

RGB color model

#CCEFF3 color RGB value is (204,239,243).

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

RGB channels and saturation

R 204 of 255 = 80%
G 239 of 255 = 94%
B 243 of 255 = 95%

204
239
243

R + G + B ~ 90%. #CCEFF3 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 239 + 243 = 686 (100%)
R 204 of 686 ~ 29.74%
G 239 of 686 ~ 34.84%
B 243 of 686 ~ 35.42%

%29.74
%34.84
%35.42

CMYK color model

#CCEFF3 color CMYK value is (16,2,0,5).

  • cyan value is 16.05%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(16,2,0,5)
C16M2Y0K5 
(16%,2%,0%,5%)
(0.16/0.02/0.00/0.05)	

CMYK percentages

%16.05
%1.65
%0
%4.71

Codes

Color #CCEFF3 in popluar color models

CCEFF3
RGB204239243
HSL186°61.90%87.65%
HSB/HSV186°16.05%95.29%
CMYK16.05%1.65%0.00%
4.71%

Color #CCEFF3 in popluar number systems.

HEXCCEFF3
Decimal204239243
Binary110011001110111111110011
Octal314357363

Shades and tints

Shades of #CCEFF3

#CCEFF3
(204,239,243)
#BADADD
(186,218,221)
#A8C5C7
(168,197,199)
#96B0B1
(150,176,177)
#849B9B
(132,155,155)
#728685
(114,134,133)
#60716F
(96,113,111)
#4E5C59
(78,92,89)
#3C4743
(60,71,67)
#2A322D
(42,50,45)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #CCEFF3

#CCEFF3
(204,239,243)
#D0F0F4
(208,240,244)
#D4F1F5
(212,241,245)
#D8F2F6
(216,242,246)
#DCF3F7
(220,243,247)
#E0F4F8
(224,244,248)
#E4F5F9
(228,245,249)
#E8F6FA
(232,246,250)
#ECF7FB
(236,247,251)
#F0F8FC
(240,248,252)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEFF3; }

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

This text font color is #CCEFF3.


Background Color

.myBgColor { background-color: #CCEFF3; }

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

This div background color is #CCEFF3.


Border color

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

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

This div border color is #CCEFF3.


Opacity

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

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

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

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

This text has shadow with #CCEFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEFF3 on black background.


Color preview on white background

This text has color #CCEFF3 on white background.



Black color preview on #CCEFF3 background

This text has black color on #CCEFF3 background.


White color preview on #CCEFF3 background

This text has white color on #CCEFF3 background.