COLOR #CCEBDF

HEX: #CCEBDF
RGB: (204,235,223)

Color info

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

RGB color model

#CCEBDF color RGB value is (204,235,223).

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

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 223 of 255 = 87%

204
235
223

R + G + B ~ 86%. #CCEBDF is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 235 + 223 = 662 (100%)
R 204 of 662 ~ 30.82%
G 235 of 662 ~ 35.5%
B 223 of 662 ~ 33.69%

%30.82
%35.5
%33.69

CMYK color model

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

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • 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
%5.11
%7.84

Codes

Color #CCEBDF in popluar color models

CCEBDF
RGB204235223
HSL157°43.66%86.08%
HSB/HSV157°13.19%92.16%
CMYK13.19%0.00%5.11%
7.84%

Color #CCEBDF in popluar number systems.

HEXCCEBDF
Decimal204235223
Binary110011001110101111011111
Octal314353337

Shades and tints

Shades of #CCEBDF

#CCEBDF
(204,235,223)
#BAD6CB
(186,214,203)
#A8C1B7
(168,193,183)
#96ACA3
(150,172,163)
#84978F
(132,151,143)
#72827B
(114,130,123)
#606D67
(96,109,103)
#4E5853
(78,88,83)
#3C433F
(60,67,63)
#2A2E2B
(42,46,43)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCEBDF

#CCEBDF
(204,235,223)
#D0ECE1
(208,236,225)
#D4EDE3
(212,237,227)
#D8EEE5
(216,238,229)
#DCEFE7
(220,239,231)
#E0F0E9
(224,240,233)
#E4F1EB
(228,241,235)
#E8F2ED
(232,242,237)
#ECF3EF
(236,243,239)
#F0F4F1
(240,244,241)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBDF; }

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

This text font color is #CCEBDF.


Background Color

.myBgColor { background-color: #CCEBDF; }

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

This div background color is #CCEBDF.


Border color

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

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

This div border color is #CCEBDF.


Opacity

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

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

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

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

This text has shadow with #CCEBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEBDF on black background.


Color preview on white background

This text has color #CCEBDF on white background.



Black color preview on #CCEBDF background

This text has black color on #CCEBDF background.


White color preview on #CCEBDF background

This text has white color on #CCEBDF background.