COLOR #CCEBE7

HEX: #CCEBE7
RGB: (204,235,231)

Color info

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

RGB color model

#CCEBE7 color RGB value is (204,235,231).

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

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 231 of 255 = 91%

204
235
231

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

Portions of RGB colors in percentages

R + G + B =
204 + 235 + 231 = 670 (100%)
R 204 of 670 ~ 30.45%
G 235 of 670 ~ 35.07%
B 231 of 670 ~ 34.48%

%30.45
%35.07
%34.48

CMYK color model

#CCEBE7 color CMYK value is (13,0,2,8).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(13,0,2,8)
C13M0Y2K8 
(13%,0%,2%,8%)
(0.13/0.00/0.02/0.08)	

CMYK percentages

%13.19
%0
%1.7
%7.84

Codes

Color #CCEBE7 in popluar color models

CCEBE7
RGB204235231
HSL172°43.66%86.08%
HSB/HSV172°13.19%92.16%
CMYK13.19%0.00%1.70%
7.84%

Color #CCEBE7 in popluar number systems.

HEXCCEBE7
Decimal204235231
Binary110011001110101111100111
Octal314353347

Shades and tints

Shades of #CCEBE7

#CCEBE7
(204,235,231)
#BAD6D2
(186,214,210)
#A8C1BD
(168,193,189)
#96ACA8
(150,172,168)
#849793
(132,151,147)
#72827E
(114,130,126)
#606D69
(96,109,105)
#4E5854
(78,88,84)
#3C433F
(60,67,63)
#2A2E2A
(42,46,42)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCEBE7

#CCEBE7
(204,235,231)
#D0ECE9
(208,236,233)
#D4EDEB
(212,237,235)
#D8EEED
(216,238,237)
#DCEFEF
(220,239,239)
#E0F0F1
(224,240,241)
#E4F1F3
(228,241,243)
#E8F2F5
(232,242,245)
#ECF3F7
(236,243,247)
#F0F4F9
(240,244,249)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBE7; }

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

This text font color is #CCEBE7.


Background Color

.myBgColor { background-color: #CCEBE7; }

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

This div background color is #CCEBE7.


Border color

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

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

This div border color is #CCEBE7.


Opacity

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

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

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

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

This text has shadow with #CCEBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEBE7 on black background.


Color preview on white background

This text has color #CCEBE7 on white background.



Black color preview on #CCEBE7 background

This text has black color on #CCEBE7 background.


White color preview on #CCEBE7 background

This text has white color on #CCEBE7 background.