COLOR #CCB7DA

HEX: #CCB7DA
RGB: (204,183,218)

Color info

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

RGB color model

#CCB7DA color RGB value is (204,183,218).

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

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 218 of 255 = 85%

204
183
218

R + G + B ~ 79%. #CCB7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 218 = 605 (100%)
R 204 of 605 ~ 33.72%
G 183 of 605 ~ 30.25%
B 218 of 605 ~ 36.03%

%33.72
%30.25
%36.03

CMYK color model

#CCB7DA color CMYK value is (6,16,0,15).

  • cyan value is 6.42%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(6,16,0,15)
C6M16Y0K15 
(6%,16%,0%,15%)
(0.06/0.16/0.00/0.15)	

CMYK percentages

%6.42
%16.06
%0
%14.51

Codes

Color #CCB7DA in popluar color models

CCB7DA
RGB204183218
HSL276°32.11%78.63%
HSB/HSV276°16.06%85.49%
CMYK6.42%16.06%0.00%
14.51%

Color #CCB7DA in popluar number systems.

HEXCCB7DA
Decimal204183218
Binary110011001011011111011010
Octal314267332

Shades and tints

Shades of #CCB7DA

#CCB7DA
(204,183,218)
#BAA7C7
(186,167,199)
#A897B4
(168,151,180)
#9687A1
(150,135,161)
#84778E
(132,119,142)
#72677B
(114,103,123)
#605768
(96,87,104)
#4E4755
(78,71,85)
#3C3742
(60,55,66)
#2A272F
(42,39,47)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #CCB7DA

#CCB7DA
(204,183,218)
#D0BDDD
(208,189,221)
#D4C3E0
(212,195,224)
#D8C9E3
(216,201,227)
#DCCFE6
(220,207,230)
#E0D5E9
(224,213,233)
#E4DBEC
(228,219,236)
#E8E1EF
(232,225,239)
#ECE7F2
(236,231,242)
#F0EDF5
(240,237,245)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB7DA; }

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

This text font color is #CCB7DA.


Background Color

.myBgColor { background-color: #CCB7DA; }

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

This div background color is #CCB7DA.


Border color

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

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

This div border color is #CCB7DA.


Opacity

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

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

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

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

This text has shadow with #CCB7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7DA on black background.


Color preview on white background

This text has color #CCB7DA on white background.



Black color preview on #CCB7DA background

This text has black color on #CCB7DA background.


White color preview on #CCB7DA background

This text has white color on #CCB7DA background.