COLOR #CCECEB

HEX: #CCECEB RGB: (204,236,235)

Color info

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

RGB color model

#CCECEB color RGB value is (204,236,235).

RGB: (204,236,235) (80%, 93%, 92%)

RGB channels and saturation

R 204 of 255 = 80%
G 236 of 255 = 93%
B 235 of 255 = 92%

204
236
235

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

Portions of RGB colors in percentages

R + G + B = 204 + 236 + 235 = 675 (100%)
R 204 of 675 ~ 30.22%
G 236 of 675 ~ 34.96%
B 235 of 675 ~ 34.81'%

%30.22
%34.96
%34.81

CMYK color model

#CCECEB color CMYK value is (14,0,0,7).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.45%

CMYK: (14,0,0,7)
C14M0Y0K7 (14%, 0%, 0%, 7%)
(0.14 / 0.00 / 0.00 / 0.07)

CMYK percentages

%13.56
%0
%0.42
%7.45

Codes

Color #CCECEB in popluar color models

CC EC EB
RGB 204 236 235
HSL 178° 45.71% 86.27%
HSB/HSV 178° 13.56% 92.55%
CMYK 13.56% 0.00% 0.42%
7.45%

Color #CCECEB in popluar number systems.

HEX CC EC EB
Decimal 204 236 235
Binary 11001100 11101100 11101011
Octal 314 354 353

Shades and tints

Shades of #CCECEB

#CCECEB
(204,236,235)
#BAD7D6
(186,215,214)
#A8C2C1
(168,194,193)
#96ADAC
(150,173,172)
#849897
(132,152,151)
#728382
(114,131,130)
#606E6D
(96,110,109)
#4E5958
(78,89,88)
#3C4443
(60,68,67)
#2A2F2E
(42,47,46)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #CCECEB

#CCECEB
(204,236,235)
#D0EDEC
(208,237,236)
#D4EEED
(212,238,237)
#D8EFEE
(216,239,238)
#DCF0EF
(220,240,239)
#E0F1F0
(224,241,240)
#E4F2F1
(228,242,241)
#E8F3F2
(232,243,242)
#ECF4F3
(236,244,243)
#F0F5F4
(240,245,244)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCECEB; }

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

This text font color is #CCECEB.

Background Color

.myBgColor { background-color: #CCECEB; }

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

This div background color is #CCECEB.

Border color

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

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

This div border color is #CCECEB.

Opacity

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

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

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

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

This text has shadow with #CCECEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCECEB.

Preview

Color preview on black background

This text has color #CCECEB on black background.


Color preview on white background

This text has color #CCECEB on white background.


Black color preview on #CCECEB background

This text has black color on #CCECEB background.


White color preview on #CCECEB background

This text has white color on #CCECEB background.


Related colors

Complementary color

Complementary color for #hex is #331314.


I love getcolorcode.com

Triadic colors

1 #EBCCEC and #ECEBCC with #CCECEB are triadic colors.

2 #EBECCC and #ECCCEB with #CCECEB are triadic colors.