COLOR #CCEBE0

HEX: #CCEBE0
RGB: (204,235,224)

Color info

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

RGB color model

#CCEBE0 color RGB value is (204,235,224).

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

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 224 of 255 = 88%

204
235
224

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

Portions of RGB colors in percentages

R + G + B =
204 + 235 + 224 = 663 (100%)
R 204 of 663 ~ 30.77%
G 235 of 663 ~ 35.44%
B 224 of 663 ~ 33.79%

%30.77
%35.44
%33.79

CMYK color model

#CCEBE0 color CMYK value is (13,0,5,8).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK:
(13,0,5,8)
C13M0Y5K8 
(13%,0%,5%,8%)
(0.13/0.00/0.05/0.08)	

CMYK percentages

%13.19
%0
%4.68
%7.84

Codes

Color #CCEBE0 in popluar color models

CCEBE0
RGB204235224
HSL159°43.66%86.08%
HSB/HSV159°13.19%92.16%
CMYK13.19%0.00%4.68%
7.84%

Color #CCEBE0 in popluar number systems.

HEXCCEBE0
Decimal204235224
Binary110011001110101111100000
Octal314353340

Shades and tints

Shades of #CCEBE0

#CCEBE0
(204,235,224)
#BAD6CC
(186,214,204)
#A8C1B8
(168,193,184)
#96ACA4
(150,172,164)
#849790
(132,151,144)
#72827C
(114,130,124)
#606D68
(96,109,104)
#4E5854
(78,88,84)
#3C4340
(60,67,64)
#2A2E2C
(42,46,44)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCEBE0

#CCEBE0
(204,235,224)
#D0ECE2
(208,236,226)
#D4EDE4
(212,237,228)
#D8EEE6
(216,238,230)
#DCEFE8
(220,239,232)
#E0F0EA
(224,240,234)
#E4F1EC
(228,241,236)
#E8F2EE
(232,242,238)
#ECF3F0
(236,243,240)
#F0F4F2
(240,244,242)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBE0; }

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

This text font color is #CCEBE0.


Background Color

.myBgColor { background-color: #CCEBE0; }

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

This div background color is #CCEBE0.


Border color

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

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

This div border color is #CCEBE0.


Opacity

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

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

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

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

This text has shadow with #CCEBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEBE0 on black background.


Color preview on white background

This text has color #CCEBE0 on white background.



Black color preview on #CCEBE0 background

This text has black color on #CCEBE0 background.


White color preview on #CCEBE0 background

This text has white color on #CCEBE0 background.