COLOR #CCEBFF

HEX: #CCEBFF
RGB: (204,235,255)

Color info

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

RGB color model

#CCEBFF color RGB value is (204,235,255).

  • red value is 204;
  • green value is 235;
  • blue value is 255.
RGB:
(204,235,255)
(80%,92%,100%)

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 255 of 255 = 100%

204
235
255

R + G + B ~ 91%. #CCEBFF is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 235 + 255 = 694 (100%)
R 204 of 694 ~ 29.39%
G 235 of 694 ~ 33.86%
B 255 of 694 ~ 36.74%

%29.39
%33.86
%36.74

CMYK color model

#CCEBFF color CMYK value is (20,8,0,0).

  • cyan value is 20.00%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(20,8,0,0)
C20M8Y0K0 
(20%,8%,0%,0%)
(0.20/0.08/0.00/0.00)	

CMYK percentages

%20
%7.84
%0
%0

Codes

Color #CCEBFF in popluar color models

CCEBFF
RGB204235255
HSL204°100.00%90.00%
HSB/HSV204°20.00%100.00%
CMYK20.00%7.84%0.00%
0.00%

Color #CCEBFF in popluar number systems.

HEXCCEBFF
Decimal204235255
Binary110011001110101111111111
Octal314353377

Shades and tints

Shades of #CCEBFF

#CCEBFF
(204,235,255)
#BAD6E8
(186,214,232)
#A8C1D1
(168,193,209)
#96ACBA
(150,172,186)
#8497A3
(132,151,163)
#72828C
(114,130,140)
#606D75
(96,109,117)
#4E585E
(78,88,94)
#3C4347
(60,67,71)
#2A2E30
(42,46,48)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #CCEBFF

#CCEBFF
(204,235,255)
#D0ECFF
(208,236,255)
#D4EDFF
(212,237,255)
#D8EEFF
(216,238,255)
#DCEFFF
(220,239,255)
#E0F0FF
(224,240,255)
#E4F1FF
(228,241,255)
#E8F2FF
(232,242,255)
#ECF3FF
(236,243,255)
#F0F4FF
(240,244,255)
#F4F5FF
(244,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEBFF color. Also use rgb(204,235,255) instead hex code.

Text Font Color

.myTextColor { color: #CCEBFF; }

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

This text font color is #CCEBFF.


Background Color

.myBgColor { background-color: #CCEBFF; }

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

This div background color is #CCEBFF.


Border color

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

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

This div border color is #CCEBFF.


Opacity

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

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

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

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

This text has shadow with #CCEBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEBFF on black background.


Color preview on white background

This text has color #CCEBFF on white background.



Black color preview on #CCEBFF background

This text has black color on #CCEBFF background.


White color preview on #CCEBFF background

This text has white color on #CCEBFF background.