COLOR #CCE5FB

HEX: #CCE5FB RGB: (204,229,251)

Color info

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

RGB color model

#CCE5FB color RGB value is (204,229,251).

RGB: (204,229,251) (80%, 90%, 98%)

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 251 of 255 = 98%

204
229
251

R + G + B ~ 89%. #CCE5FB is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 229 + 251 = 684 (100%)
R 204 of 684 ~ 29.82%
G 229 of 684 ~ 33.48%
B 251 of 684 ~ 36.7'%

%29.82
%33.48
%36.7

CMYK color model

#CCE5FB color CMYK value is (19,9,0,2).

  • cyan value is 18.73%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (19,9,0,2)
C19M9Y0K2 (19%, 9%, 0%, 2%)
(0.19 / 0.09 / 0.00 / 0.02)

CMYK percentages

%18.73
%8.76
%0
%1.57

Codes

Color #CCE5FB in popluar color models

CC E5 FB
RGB 204 229 251
HSL 208° 85.45% 89.22%
HSB/HSV 208° 18.73% 98.43%
CMYK 18.73% 8.76% 0.00%
1.57%

Color #CCE5FB in popluar number systems.

HEX CC E5 FB
Decimal 204 229 251
Binary 11001100 11100101 11111011
Octal 314 345 373

Shades and tints

Shades of #CCE5FB

#CCE5FB
(204,229,251)
#BAD1E5
(186,209,229)
#A8BDCF
(168,189,207)
#96A9B9
(150,169,185)
#8495A3
(132,149,163)
#72818D
(114,129,141)
#606D77
(96,109,119)
#4E5961
(78,89,97)
#3C454B
(60,69,75)
#2A3135
(42,49,53)
#181D1F
(24,29,31)
#000000
(0,0,0)

Tints of #CCE5FB

#CCE5FB
(204,229,251)
#D0E7FB
(208,231,251)
#D4E9FB
(212,233,251)
#D8EBFB
(216,235,251)
#DCEDFB
(220,237,251)
#E0EFFB
(224,239,251)
#E4F1FB
(228,241,251)
#E8F3FB
(232,243,251)
#ECF5FB
(236,245,251)
#F0F7FB
(240,247,251)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE5FB color. Also use rgb(204,229,251) instead hex code.

Text Font Color

.myTextColor { color: #CCE5FB; }

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

This text font color is #CCE5FB.

Background Color

.myBgColor { background-color: #CCE5FB; }

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

This div background color is #CCE5FB.

Border color

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

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

This div border color is #CCE5FB.

Opacity

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

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

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

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

This text has shadow with #CCE5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE5FB.

Preview

Color preview on black background

This text has color #CCE5FB on black background.


Color preview on white background

This text has color #CCE5FB on white background.


Black color preview on #CCE5FB background

This text has black color on #CCE5FB background.


White color preview on #CCE5FB background

This text has white color on #CCE5FB background.


Related colors

Complementary color

Complementary color for #hex is #331A04.


I love getcolorcode.com

Triadic colors

1 #FBCCE5 and #E5FBCC with #CCE5FB are triadic colors.

2 #FBE5CC and #E5CCFB with #CCE5FB are triadic colors.