COLOR #CCE3DF

HEX: #CCE3DF
RGB: (204,227,223)

Color info

#CCE3DF contains red, green and blue colors in about the same proportion. Web safe color of #CCE3DF is #CCCCCC (or #CCC).

RGB color model

#CCE3DF color RGB value is (204,227,223).

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

RGB channels and saturation

R 204 of 255 = 80%
G 227 of 255 = 89%
B 223 of 255 = 87%

204
227
223

R + G + B ~ 85%. #CCE3DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 227 + 223 = 654 (100%)
R 204 of 654 ~ 31.19%
G 227 of 654 ~ 34.71%
B 223 of 654 ~ 34.1%

%31.19
%34.71
%34.1

CMYK color model

#CCE3DF color CMYK value is (10,0,2,11).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 1.76%
  • key color value is 10.98%
CMYK:
(10,0,2,11)
C10M0Y2K11 
(10%,0%,2%,11%)
(0.10/0.00/0.02/0.11)	

CMYK percentages

%10.13
%0
%1.76
%10.98

Codes

Color #CCE3DF in popluar color models

CCE3DF
RGB204227223
HSL170°29.11%84.51%
HSB/HSV170°10.13%89.02%
CMYK10.13%0.00%1.76%
10.98%

Color #CCE3DF in popluar number systems.

HEXCCE3DF
Decimal204227223
Binary110011001110001111011111
Octal314343337

Shades and tints

Shades of #CCE3DF

#CCE3DF
(204,227,223)
#BACFCB
(186,207,203)
#A8BBB7
(168,187,183)
#96A7A3
(150,167,163)
#84938F
(132,147,143)
#727F7B
(114,127,123)
#606B67
(96,107,103)
#4E5753
(78,87,83)
#3C433F
(60,67,63)
#2A2F2B
(42,47,43)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #CCE3DF

#CCE3DF
(204,227,223)
#D0E5E1
(208,229,225)
#D4E7E3
(212,231,227)
#D8E9E5
(216,233,229)
#DCEBE7
(220,235,231)
#E0EDE9
(224,237,233)
#E4EFEB
(228,239,235)
#E8F1ED
(232,241,237)
#ECF3EF
(236,243,239)
#F0F5F1
(240,245,241)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE3DF; }

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

This text font color is #CCE3DF.


Background Color

.myBgColor { background-color: #CCE3DF; }

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

This div background color is #CCE3DF.


Border color

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

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

This div border color is #CCE3DF.


Opacity

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

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

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

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

This text has shadow with #CCE3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE3DF on black background.


Color preview on white background

This text has color #CCE3DF on white background.



Black color preview on #CCE3DF background

This text has black color on #CCE3DF background.


White color preview on #CCE3DF background

This text has white color on #CCE3DF background.