COLOR #CCBCDA

HEX: #CCBCDA
RGB: (204,188,218)

Color info

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

RGB color model

#CCBCDA color RGB value is (204,188,218).

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

RGB channels and saturation

R 204 of 255 = 80%
G 188 of 255 = 74%
B 218 of 255 = 85%

204
188
218

R + G + B ~ 80%. #CCBCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 188 + 218 = 610 (100%)
R 204 of 610 ~ 33.44%
G 188 of 610 ~ 30.82%
B 218 of 610 ~ 35.74%

%33.44
%30.82
%35.74

CMYK color model

#CCBCDA color CMYK value is (6,14,0,15).

  • cyan value is 6.42%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(6,14,0,15)
C6M14Y0K15 
(6%,14%,0%,15%)
(0.06/0.14/0.00/0.15)	

CMYK percentages

%6.42
%13.76
%0
%14.51

Codes

Color #CCBCDA in popluar color models

CCBCDA
RGB204188218
HSL272°28.85%79.61%
HSB/HSV272°13.76%85.49%
CMYK6.42%13.76%0.00%
14.51%

Color #CCBCDA in popluar number systems.

HEXCCBCDA
Decimal204188218
Binary110011001011110011011010
Octal314274332

Shades and tints

Shades of #CCBCDA

#CCBCDA
(204,188,218)
#BAABC7
(186,171,199)
#A89AB4
(168,154,180)
#9689A1
(150,137,161)
#84788E
(132,120,142)
#72677B
(114,103,123)
#605668
(96,86,104)
#4E4555
(78,69,85)
#3C3442
(60,52,66)
#2A232F
(42,35,47)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #CCBCDA

#CCBCDA
(204,188,218)
#D0C2DD
(208,194,221)
#D4C8E0
(212,200,224)
#D8CEE3
(216,206,227)
#DCD4E6
(220,212,230)
#E0DAE9
(224,218,233)
#E4E0EC
(228,224,236)
#E8E6EF
(232,230,239)
#ECECF2
(236,236,242)
#F0F2F5
(240,242,245)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBCDA; }

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

This text font color is #CCBCDA.


Background Color

.myBgColor { background-color: #CCBCDA; }

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

This div background color is #CCBCDA.


Border color

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

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

This div border color is #CCBCDA.


Opacity

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

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

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

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

This text has shadow with #CCBCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBCDA on black background.


Color preview on white background

This text has color #CCBCDA on white background.



Black color preview on #CCBCDA background

This text has black color on #CCBCDA background.


White color preview on #CCBCDA background

This text has white color on #CCBCDA background.