COLOR #CDB5D5

HEX: #CDB5D5
RGB: (205,181,213)

Color info

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

RGB color model

#CDB5D5 color RGB value is (205,181,213).

  • red value is 205;
  • green value is 181;
  • blue value is 213.
RGB:
(205,181,213)
(80%,71%,84%)

RGB channels and saturation

R 205 of 255 = 80%
G 181 of 255 = 71%
B 213 of 255 = 84%

205
181
213

R + G + B ~ 78%. #CDB5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 181 + 213 = 599 (100%)
R 205 of 599 ~ 34.22%
G 181 of 599 ~ 30.22%
B 213 of 599 ~ 35.56%

%34.22
%30.22
%35.56

CMYK color model

#CDB5D5 color CMYK value is (4,15,0,16).

  • cyan value is 3.76%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,15,0,16)
C4M15Y0K16 
(4%,15%,0%,16%)
(0.04/0.15/0.00/0.16)	

CMYK percentages

%3.76
%15.02
%0
%16.47

Codes

Color #CDB5D5 in popluar color models

CDB5D5
RGB205181213
HSL285°27.59%77.25%
HSB/HSV285°15.02%83.53%
CMYK3.76%15.02%0.00%
16.47%

Color #CDB5D5 in popluar number systems.

HEXCDB5D5
Decimal205181213
Binary110011011011010111010101
Octal315265325

Shades and tints

Shades of #CDB5D5

#CDB5D5
(205,181,213)
#BBA5C2
(187,165,194)
#A995AF
(169,149,175)
#97859C
(151,133,156)
#857589
(133,117,137)
#736576
(115,101,118)
#615563
(97,85,99)
#4F4550
(79,69,80)
#3D353D
(61,53,61)
#2B252A
(43,37,42)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #CDB5D5

#CDB5D5
(205,181,213)
#D1BBD8
(209,187,216)
#D5C1DB
(213,193,219)
#D9C7DE
(217,199,222)
#DDCDE1
(221,205,225)
#E1D3E4
(225,211,228)
#E5D9E7
(229,217,231)
#E9DFEA
(233,223,234)
#EDE5ED
(237,229,237)
#F1EBF0
(241,235,240)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB5D5 color. Also use rgb(205,181,213) instead hex code.

Text Font Color

.myTextColor { color: #CDB5D5; }

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

This text font color is #CDB5D5.


Background Color

.myBgColor { background-color: #CDB5D5; }

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

This div background color is #CDB5D5.


Border color

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

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

This div border color is #CDB5D5.


Opacity

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

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

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

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

This text has shadow with #CDB5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB5D5 on black background.


Color preview on white background

This text has color #CDB5D5 on white background.



Black color preview on #CDB5D5 background

This text has black color on #CDB5D5 background.


White color preview on #CDB5D5 background

This text has white color on #CDB5D5 background.