COLOR #CCEBE8

HEX: #CCEBE8
RGB: (204,235,232)

Color info

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

RGB color model

#CCEBE8 color RGB value is (204,235,232).

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

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 232 of 255 = 91%

204
235
232

R + G + B ~ 88%. #CCEBE8 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 235 + 232 = 671 (100%)
R 204 of 671 ~ 30.4%
G 235 of 671 ~ 35.02%
B 232 of 671 ~ 34.58%

%30.4
%35.02
%34.58

CMYK color model

#CCEBE8 color CMYK value is (13,0,1,8).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(13,0,1,8)
C13M0Y1K8 
(13%,0%,1%,8%)
(0.13/0.00/0.01/0.08)	

CMYK percentages

%13.19
%0
%1.28
%7.84

Codes

Color #CCEBE8 in popluar color models

CCEBE8
RGB204235232
HSL174°43.66%86.08%
HSB/HSV174°13.19%92.16%
CMYK13.19%0.00%1.28%
7.84%

Color #CCEBE8 in popluar number systems.

HEXCCEBE8
Decimal204235232
Binary110011001110101111101000
Octal314353350

Shades and tints

Shades of #CCEBE8

#CCEBE8
(204,235,232)
#BAD6D3
(186,214,211)
#A8C1BE
(168,193,190)
#96ACA9
(150,172,169)
#849794
(132,151,148)
#72827F
(114,130,127)
#606D6A
(96,109,106)
#4E5855
(78,88,85)
#3C4340
(60,67,64)
#2A2E2B
(42,46,43)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCEBE8

#CCEBE8
(204,235,232)
#D0ECEA
(208,236,234)
#D4EDEC
(212,237,236)
#D8EEEE
(216,238,238)
#DCEFF0
(220,239,240)
#E0F0F2
(224,240,242)
#E4F1F4
(228,241,244)
#E8F2F6
(232,242,246)
#ECF3F8
(236,243,248)
#F0F4FA
(240,244,250)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBE8; }

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

This text font color is #CCEBE8.


Background Color

.myBgColor { background-color: #CCEBE8; }

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

This div background color is #CCEBE8.


Border color

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

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

This div border color is #CCEBE8.


Opacity

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

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

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

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

This text has shadow with #CCEBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEBE8 on black background.


Color preview on white background

This text has color #CCEBE8 on white background.



Black color preview on #CCEBE8 background

This text has black color on #CCEBE8 background.


White color preview on #CCEBE8 background

This text has white color on #CCEBE8 background.