COLOR #CCEBEB

HEX: #CCEBEB
RGB: (204,235,235)

Color info

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

RGB color model

#CCEBEB color RGB value is (204,235,235).

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

RGB channels and saturation

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

204
235
235

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

Portions of RGB colors in percentages

R + G + B =
204 + 235 + 235 = 674 (100%)
R 204 of 674 ~ 30.27%
G 235 of 674 ~ 34.87%
B 235 of 674 ~ 34.87%

%30.27
%34.87
%34.87

CMYK color model

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

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

CMYK percentages

%13.19
%0
%0
%7.84

Codes

Color #CCEBEB in popluar color models

CCEBEB
RGB204235235
HSL180°43.66%86.08%
HSB/HSV180°13.19%92.16%
CMYK13.19%0.00%0.00%
7.84%

Color #CCEBEB in popluar number systems.

HEXCCEBEB
Decimal204235235
Binary110011001110101111101011
Octal314353353

Shades and tints

Shades of #CCEBEB

#CCEBEB
(204,235,235)
#BAD6D6
(186,214,214)
#A8C1C1
(168,193,193)
#96ACAC
(150,172,172)
#849797
(132,151,151)
#728282
(114,130,130)
#606D6D
(96,109,109)
#4E5858
(78,88,88)
#3C4343
(60,67,67)
#2A2E2E
(42,46,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #CCEBEB

#CCEBEB
(204,235,235)
#D0ECEC
(208,236,236)
#D4EDED
(212,237,237)
#D8EEEE
(216,238,238)
#DCEFEF
(220,239,239)
#E0F0F0
(224,240,240)
#E4F1F1
(228,241,241)
#E8F2F2
(232,242,242)
#ECF3F3
(236,243,243)
#F0F4F4
(240,244,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBEB; }

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

This text font color is #CCEBEB.


Background Color

.myBgColor { background-color: #CCEBEB; }

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

This div background color is #CCEBEB.


Border color

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

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

This div border color is #CCEBEB.


Opacity

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

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

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

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

This text has shadow with #CCEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEBEB on black background.


Color preview on white background

This text has color #CCEBEB on white background.



Black color preview on #CCEBEB background

This text has black color on #CCEBEB background.


White color preview on #CCEBEB background

This text has white color on #CCEBEB background.