COLOR #CCE3F2

HEX: #CCE3F2 RGB: (204,227,242)

Color info

#CCE3F2 contains red, green and blue colors in about the same proportion. Web safe color of #CCE3F2 is #CCCCFF (or #CCF).

RGB color model

#CCE3F2 color RGB value is (204,227,242).

RGB: (204,227,242) (80%, 89%, 95%)

RGB channels and saturation

R 204 of 255 = 80%
G 227 of 255 = 89%
B 242 of 255 = 95%

204
227
242

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

Portions of RGB colors in percentages

R + G + B = 204 + 227 + 242 = 673 (100%)
R 204 of 673 ~ 30.31%
G 227 of 673 ~ 33.73%
B 242 of 673 ~ 35.96'%

%30.31
%33.73
%35.96

CMYK color model

#CCE3F2 color CMYK value is (16,6,0,5).

  • cyan value is 15.70%
  • magenta value is 6.20%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (16,6,0,5)
C16M6Y0K5 (16%, 6%, 0%, 5%)
(0.16 / 0.06 / 0.00 / 0.05)

CMYK percentages

%15.7
%6.2
%0
%5.1

Codes

Color #CCE3F2 in popluar color models

CC E3 F2
RGB 204 227 242
HSL 204° 59.38% 87.45%
HSB/HSV 204° 15.70% 94.90%
CMYK 15.70% 6.20% 0.00%
5.10%

Color #CCE3F2 in popluar number systems.

HEX CC E3 F2
Decimal 204 227 242
Binary 11001100 11100011 11110010
Octal 314 343 362

Shades and tints

Shades of #CCE3F2

#CCE3F2
(204,227,242)
#BACFDC
(186,207,220)
#A8BBC6
(168,187,198)
#96A7B0
(150,167,176)
#84939A
(132,147,154)
#727F84
(114,127,132)
#606B6E
(96,107,110)
#4E5758
(78,87,88)
#3C4342
(60,67,66)
#2A2F2C
(42,47,44)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #CCE3F2

#CCE3F2
(204,227,242)
#D0E5F3
(208,229,243)
#D4E7F4
(212,231,244)
#D8E9F5
(216,233,245)
#DCEBF6
(220,235,246)
#E0EDF7
(224,237,247)
#E4EFF8
(228,239,248)
#E8F1F9
(232,241,249)
#ECF3FA
(236,243,250)
#F0F5FB
(240,245,251)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE3F2; }

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

This text font color is #CCE3F2.

Background Color

.myBgColor { background-color: #CCE3F2; }

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

This div background color is #CCE3F2.

Border color

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

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

This div border color is #CCE3F2.

Opacity

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

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

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

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

This text has shadow with #CCE3F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE3F2.

Preview

Color preview on black background

This text has color #CCE3F2 on black background.


Color preview on white background

This text has color #CCE3F2 on white background.


Black color preview on #CCE3F2 background

This text has black color on #CCE3F2 background.


White color preview on #CCE3F2 background

This text has white color on #CCE3F2 background.


Related colors

Complementary color

Complementary color for #hex is #331C0D.


I love getcolorcode.com

Triadic colors

1 #F2CCE3 and #E3F2CC with #CCE3F2 are triadic colors.

2 #F2E3CC and #E3CCF2 with #CCE3F2 are triadic colors.