COLOR #CCB5DB

HEX: #CCB5DB
RGB: (204,181,219)

Color info

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

RGB color model

#CCB5DB color RGB value is (204,181,219).

  • red value is 204;
  • green value is 181;
  • blue value is 219.
RGB:
(204,181,219)
(80%,71%,86%)

RGB channels and saturation

R 204 of 255 = 80%
G 181 of 255 = 71%
B 219 of 255 = 86%

204
181
219

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

Portions of RGB colors in percentages

R + G + B =
204 + 181 + 219 = 604 (100%)
R 204 of 604 ~ 33.77%
G 181 of 604 ~ 29.97%
B 219 of 604 ~ 36.26%

%33.77
%29.97
%36.26

CMYK color model

#CCB5DB color CMYK value is (7,17,0,14).

  • cyan value is 6.85%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(7,17,0,14)
C7M17Y0K14 
(7%,17%,0%,14%)
(0.07/0.17/0.00/0.14)	

CMYK percentages

%6.85
%17.35
%0
%14.12

Codes

Color #CCB5DB in popluar color models

CCB5DB
RGB204181219
HSL276°34.55%78.43%
HSB/HSV276°17.35%85.88%
CMYK6.85%17.35%0.00%
14.12%

Color #CCB5DB in popluar number systems.

HEXCCB5DB
Decimal204181219
Binary110011001011010111011011
Octal314265333

Shades and tints

Shades of #CCB5DB

#CCB5DB
(204,181,219)
#BAA5C8
(186,165,200)
#A895B5
(168,149,181)
#9685A2
(150,133,162)
#84758F
(132,117,143)
#72657C
(114,101,124)
#605569
(96,85,105)
#4E4556
(78,69,86)
#3C3543
(60,53,67)
#2A2530
(42,37,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #CCB5DB

#CCB5DB
(204,181,219)
#D0BBDE
(208,187,222)
#D4C1E1
(212,193,225)
#D8C7E4
(216,199,228)
#DCCDE7
(220,205,231)
#E0D3EA
(224,211,234)
#E4D9ED
(228,217,237)
#E8DFF0
(232,223,240)
#ECE5F3
(236,229,243)
#F0EBF6
(240,235,246)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB5DB color. Also use rgb(204,181,219) instead hex code.

Text Font Color

.myTextColor { color: #CCB5DB; }

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

This text font color is #CCB5DB.


Background Color

.myBgColor { background-color: #CCB5DB; }

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

This div background color is #CCB5DB.


Border color

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

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

This div border color is #CCB5DB.


Opacity

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

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

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

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

This text has shadow with #CCB5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB5DB on black background.


Color preview on white background

This text has color #CCB5DB on white background.



Black color preview on #CCB5DB background

This text has black color on #CCB5DB background.


White color preview on #CCB5DB background

This text has white color on #CCB5DB background.