COLOR #CDB0DD

HEX: #CDB0DD
RGB: (205,176,221)

Color info

#CDB0DD contains red, green and blue colors in about the same proportion. Web safe color of #CDB0DD is #CC99CC (or #C9C).

RGB color model

#CDB0DD color RGB value is (205,176,221).

  • red value is 205;
  • green value is 176;
  • blue value is 221.
RGB:
(205,176,221)
(80%,69%,87%)

RGB channels and saturation

R 205 of 255 = 80%
G 176 of 255 = 69%
B 221 of 255 = 87%

205
176
221

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

Portions of RGB colors in percentages

R + G + B =
205 + 176 + 221 = 602 (100%)
R 205 of 602 ~ 34.05%
G 176 of 602 ~ 29.24%
B 221 of 602 ~ 36.71%

%34.05
%29.24
%36.71

CMYK color model

#CDB0DD color CMYK value is (7,20,0,13).

  • cyan value is 7.24%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(7,20,0,13)
C7M20Y0K13 
(7%,20%,0%,13%)
(0.07/0.20/0.00/0.13)	

CMYK percentages

%7.24
%20.36
%0
%13.33

Codes

Color #CDB0DD in popluar color models

CDB0DD
RGB205176221
HSL279°39.82%77.84%
HSB/HSV279°20.36%86.67%
CMYK7.24%20.36%0.00%
13.33%

Color #CDB0DD in popluar number systems.

HEXCDB0DD
Decimal205176221
Binary110011011011000011011101
Octal315260335

Shades and tints

Shades of #CDB0DD

#CDB0DD
(205,176,221)
#BBA0C9
(187,160,201)
#A990B5
(169,144,181)
#9780A1
(151,128,161)
#85708D
(133,112,141)
#736079
(115,96,121)
#615065
(97,80,101)
#4F4051
(79,64,81)
#3D303D
(61,48,61)
#2B2029
(43,32,41)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #CDB0DD

#CDB0DD
(205,176,221)
#D1B7E0
(209,183,224)
#D5BEE3
(213,190,227)
#D9C5E6
(217,197,230)
#DDCCE9
(221,204,233)
#E1D3EC
(225,211,236)
#E5DAEF
(229,218,239)
#E9E1F2
(233,225,242)
#EDE8F5
(237,232,245)
#F1EFF8
(241,239,248)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB0DD color. Also use rgb(205,176,221) instead hex code.

Text Font Color

.myTextColor { color: #CDB0DD; }

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

This text font color is #CDB0DD.


Background Color

.myBgColor { background-color: #CDB0DD; }

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

This div background color is #CDB0DD.


Border color

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

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

This div border color is #CDB0DD.


Opacity

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

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

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

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

This text has shadow with #CDB0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB0DD on black background.


Color preview on white background

This text has color #CDB0DD on white background.



Black color preview on #CDB0DD background

This text has black color on #CDB0DD background.


White color preview on #CDB0DD background

This text has white color on #CDB0DD background.