COLOR #CCBCE2

HEX: #CCBCE2
RGB: (204,188,226)

Color info

#CCBCE2 contains red, green and blue colors in about the same proportion. Web safe color of #CCBCE2 is #CCCCCC (or #CCC).

RGB color model

#CCBCE2 color RGB value is (204,188,226).

  • red value is 204;
  • green value is 188;
  • blue value is 226.
RGB:
(204,188,226)
(80%,74%,89%)

RGB channels and saturation

R 204 of 255 = 80%
G 188 of 255 = 74%
B 226 of 255 = 89%

204
188
226

R + G + B ~ 81%. #CCBCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 188 + 226 = 618 (100%)
R 204 of 618 ~ 33.01%
G 188 of 618 ~ 30.42%
B 226 of 618 ~ 36.57%

%33.01
%30.42
%36.57

CMYK color model

#CCBCE2 color CMYK value is (10,17,0,11).

  • cyan value is 9.73%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(10,17,0,11)
C10M17Y0K11 
(10%,17%,0%,11%)
(0.10/0.17/0.00/0.11)	

CMYK percentages

%9.73
%16.81
%0
%11.37

Codes

Color #CCBCE2 in popluar color models

CCBCE2
RGB204188226
HSL265°39.58%81.18%
HSB/HSV265°16.81%88.63%
CMYK9.73%16.81%0.00%
11.37%

Color #CCBCE2 in popluar number systems.

HEXCCBCE2
Decimal204188226
Binary110011001011110011100010
Octal314274342

Shades and tints

Shades of #CCBCE2

#CCBCE2
(204,188,226)
#BAABCE
(186,171,206)
#A89ABA
(168,154,186)
#9689A6
(150,137,166)
#847892
(132,120,146)
#72677E
(114,103,126)
#60566A
(96,86,106)
#4E4556
(78,69,86)
#3C3442
(60,52,66)
#2A232E
(42,35,46)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #CCBCE2

#CCBCE2
(204,188,226)
#D0C2E4
(208,194,228)
#D4C8E6
(212,200,230)
#D8CEE8
(216,206,232)
#DCD4EA
(220,212,234)
#E0DAEC
(224,218,236)
#E4E0EE
(228,224,238)
#E8E6F0
(232,230,240)
#ECECF2
(236,236,242)
#F0F2F4
(240,242,244)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBCE2; }

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

This text font color is #CCBCE2.


Background Color

.myBgColor { background-color: #CCBCE2; }

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

This div background color is #CCBCE2.


Border color

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

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

This div border color is #CCBCE2.


Opacity

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

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

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

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

This text has shadow with #CCBCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBCE2 on black background.


Color preview on white background

This text has color #CCBCE2 on white background.



Black color preview on #CCBCE2 background

This text has black color on #CCBCE2 background.


White color preview on #CCBCE2 background

This text has white color on #CCBCE2 background.