COLOR #CCB7D5

HEX: #CCB7D5
RGB: (204,183,213)

Color info

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

RGB color model

#CCB7D5 color RGB value is (204,183,213).

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

RGB channels and saturation

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

204
183
213

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

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 213 = 600 (100%)
R 204 of 600 ~ 34%
G 183 of 600 ~ 30.5%
B 213 of 600 ~ 35.5%

%34
%30.5
%35.5

CMYK color model

#CCB7D5 color CMYK value is (4,14,0,16).

  • cyan value is 4.23%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,14,0,16)
C4M14Y0K16 
(4%,14%,0%,16%)
(0.04/0.14/0.00/0.16)	

CMYK percentages

%4.23
%14.08
%0
%16.47

Codes

Color #CCB7D5 in popluar color models

CCB7D5
RGB204183213
HSL282°26.32%77.65%
HSB/HSV282°14.08%83.53%
CMYK4.23%14.08%0.00%
16.47%

Color #CCB7D5 in popluar number systems.

HEXCCB7D5
Decimal204183213
Binary110011001011011111010101
Octal314267325

Shades and tints

Shades of #CCB7D5

#CCB7D5
(204,183,213)
#BAA7C2
(186,167,194)
#A897AF
(168,151,175)
#96879C
(150,135,156)
#847789
(132,119,137)
#726776
(114,103,118)
#605763
(96,87,99)
#4E4750
(78,71,80)
#3C373D
(60,55,61)
#2A272A
(42,39,42)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CCB7D5

#CCB7D5
(204,183,213)
#D0BDD8
(208,189,216)
#D4C3DB
(212,195,219)
#D8C9DE
(216,201,222)
#DCCFE1
(220,207,225)
#E0D5E4
(224,213,228)
#E4DBE7
(228,219,231)
#E8E1EA
(232,225,234)
#ECE7ED
(236,231,237)
#F0EDF0
(240,237,240)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB7D5; }

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

This text font color is #CCB7D5.


Background Color

.myBgColor { background-color: #CCB7D5; }

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

This div background color is #CCB7D5.


Border color

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

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

This div border color is #CCB7D5.


Opacity

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

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

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

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

This text has shadow with #CCB7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7D5 on black background.


Color preview on white background

This text has color #CCB7D5 on white background.



Black color preview on #CCB7D5 background

This text has black color on #CCB7D5 background.


White color preview on #CCB7D5 background

This text has white color on #CCB7D5 background.