COLOR #CCB7D7

HEX: #CCB7D7
RGB: (204,183,215)

Color info

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

RGB color model

#CCB7D7 color RGB value is (204,183,215).

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

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 215 of 255 = 84%

204
183
215

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

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 215 = 602 (100%)
R 204 of 602 ~ 33.89%
G 183 of 602 ~ 30.4%
B 215 of 602 ~ 35.71%

%33.89
%30.4
%35.71

CMYK color model

#CCB7D7 color CMYK value is (5,15,0,16).

  • cyan value is 5.12%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(5,15,0,16)
C5M15Y0K16 
(5%,15%,0%,16%)
(0.05/0.15/0.00/0.16)	

CMYK percentages

%5.12
%14.88
%0
%15.69

Codes

Color #CCB7D7 in popluar color models

CCB7D7
RGB204183215
HSL279°28.57%78.04%
HSB/HSV279°14.88%84.31%
CMYK5.12%14.88%0.00%
15.69%

Color #CCB7D7 in popluar number systems.

HEXCCB7D7
Decimal204183215
Binary110011001011011111010111
Octal314267327

Shades and tints

Shades of #CCB7D7

#CCB7D7
(204,183,215)
#BAA7C4
(186,167,196)
#A897B1
(168,151,177)
#96879E
(150,135,158)
#84778B
(132,119,139)
#726778
(114,103,120)
#605765
(96,87,101)
#4E4752
(78,71,82)
#3C373F
(60,55,63)
#2A272C
(42,39,44)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCB7D7

#CCB7D7
(204,183,215)
#D0BDDA
(208,189,218)
#D4C3DD
(212,195,221)
#D8C9E0
(216,201,224)
#DCCFE3
(220,207,227)
#E0D5E6
(224,213,230)
#E4DBE9
(228,219,233)
#E8E1EC
(232,225,236)
#ECE7EF
(236,231,239)
#F0EDF2
(240,237,242)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB7D7; }

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

This text font color is #CCB7D7.


Background Color

.myBgColor { background-color: #CCB7D7; }

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

This div background color is #CCB7D7.


Border color

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

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

This div border color is #CCB7D7.


Opacity

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

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

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

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

This text has shadow with #CCB7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7D7 on black background.


Color preview on white background

This text has color #CCB7D7 on white background.



Black color preview on #CCB7D7 background

This text has black color on #CCB7D7 background.


White color preview on #CCB7D7 background

This text has white color on #CCB7D7 background.