COLOR #CCCBEB

HEX: #CCCBEB
RGB: (204,203,235)

Color info

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

RGB color model

#CCCBEB color RGB value is (204,203,235).

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

RGB channels and saturation

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

204
203
235

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

Portions of RGB colors in percentages

R + G + B =
204 + 203 + 235 = 642 (100%)
R 204 of 642 ~ 31.78%
G 203 of 642 ~ 31.62%
B 235 of 642 ~ 36.6%

%31.78
%31.62
%36.6

CMYK color model

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

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

CMYK percentages

%13.19
%13.62
%0
%7.84

Codes

Color #CCCBEB in popluar color models

CCCBEB
RGB204203235
HSL242°44.44%85.88%
HSB/HSV242°13.62%92.16%
CMYK13.19%13.62%0.00%
7.84%

Color #CCCBEB in popluar number systems.

HEXCCCBEB
Decimal204203235
Binary110011001100101111101011
Octal314313353

Shades and tints

Shades of #CCCBEB

#CCCBEB
(204,203,235)
#BAB9D6
(186,185,214)
#A8A7C1
(168,167,193)
#9695AC
(150,149,172)
#848397
(132,131,151)
#727182
(114,113,130)
#605F6D
(96,95,109)
#4E4D58
(78,77,88)
#3C3B43
(60,59,67)
#2A292E
(42,41,46)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCCBEB

#CCCBEB
(204,203,235)
#D0CFEC
(208,207,236)
#D4D3ED
(212,211,237)
#D8D7EE
(216,215,238)
#DCDBEF
(220,219,239)
#E0DFF0
(224,223,240)
#E4E3F1
(228,227,241)
#E8E7F2
(232,231,242)
#ECEBF3
(236,235,243)
#F0EFF4
(240,239,244)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCBEB; }

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

This text font color is #CCCBEB.


Background Color

.myBgColor { background-color: #CCCBEB; }

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

This div background color is #CCCBEB.


Border color

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

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

This div border color is #CCCBEB.


Opacity

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

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

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

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

This text has shadow with #CCCBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCBEB on black background.


Color preview on white background

This text has color #CCCBEB on white background.



Black color preview on #CCCBEB background

This text has black color on #CCCBEB background.


White color preview on #CCCBEB background

This text has white color on #CCCBEB background.