COLOR #CCCCEB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

204
204
235

R + G + B ~ 84%. #CCCCEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 235 = 643 (100%)
R 204 of 643 ~ 31.73%
G 204 of 643 ~ 31.73%
B 235 of 643 ~ 36.55%

%31.73
%31.73
%36.55

CMYK color model

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

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

CMYK percentages

%13.19
%13.19
%0
%7.84

Codes

Color #CCCCEB in popluar color models

CCCCEB
RGB204204235
HSL240°43.66%86.08%
HSB/HSV240°13.19%92.16%
CMYK13.19%13.19%0.00%
7.84%

Color #CCCCEB in popluar number systems.

HEXCCCCEB
Decimal204204235
Binary110011001100110011101011
Octal314314353

Shades and tints

Shades of #CCCCEB

#CCCCEB
(204,204,235)
#BABAD6
(186,186,214)
#A8A8C1
(168,168,193)
#9696AC
(150,150,172)
#848497
(132,132,151)
#727282
(114,114,130)
#60606D
(96,96,109)
#4E4E58
(78,78,88)
#3C3C43
(60,60,67)
#2A2A2E
(42,42,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCCCEB

#CCCCEB
(204,204,235)
#D0D0EC
(208,208,236)
#D4D4ED
(212,212,237)
#D8D8EE
(216,216,238)
#DCDCEF
(220,220,239)
#E0E0F0
(224,224,240)
#E4E4F1
(228,228,241)
#E8E8F2
(232,232,242)
#ECECF3
(236,236,243)
#F0F0F4
(240,240,244)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCEB; }

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

This text font color is #CCCCEB.


Background Color

.myBgColor { background-color: #CCCCEB; }

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

This div background color is #CCCCEB.


Border color

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

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

This div border color is #CCCCEB.


Opacity

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

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

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

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

This text has shadow with #CCCCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCEB on black background.


Color preview on white background

This text has color #CCCCEB on white background.



Black color preview on #CCCCEB background

This text has black color on #CCCCEB background.


White color preview on #CCCCEB background

This text has white color on #CCCCEB background.