COLOR #CDB5E4

HEX: #CDB5E4
RGB: (205,181,228)

Color info

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

RGB color model

#CDB5E4 color RGB value is (205,181,228).

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

RGB channels and saturation

R 205 of 255 = 80%
G 181 of 255 = 71%
B 228 of 255 = 89%

205
181
228

R + G + B ~ 80%. #CDB5E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 181 + 228 = 614 (100%)
R 205 of 614 ~ 33.39%
G 181 of 614 ~ 29.48%
B 228 of 614 ~ 37.13%

%33.39
%29.48
%37.13

CMYK color model

#CDB5E4 color CMYK value is (10,21,0,11).

  • cyan value is 10.09%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(10,21,0,11)
C10M21Y0K11 
(10%,21%,0%,11%)
(0.10/0.21/0.00/0.11)	

CMYK percentages

%10.09
%20.61
%0
%10.59

Codes

Color #CDB5E4 in popluar color models

CDB5E4
RGB205181228
HSL271°46.53%80.20%
HSB/HSV271°20.61%89.41%
CMYK10.09%20.61%0.00%
10.59%

Color #CDB5E4 in popluar number systems.

HEXCDB5E4
Decimal205181228
Binary110011011011010111100100
Octal315265344

Shades and tints

Shades of #CDB5E4

#CDB5E4
(205,181,228)
#BBA5D0
(187,165,208)
#A995BC
(169,149,188)
#9785A8
(151,133,168)
#857594
(133,117,148)
#736580
(115,101,128)
#61556C
(97,85,108)
#4F4558
(79,69,88)
#3D3544
(61,53,68)
#2B2530
(43,37,48)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #CDB5E4

#CDB5E4
(205,181,228)
#D1BBE6
(209,187,230)
#D5C1E8
(213,193,232)
#D9C7EA
(217,199,234)
#DDCDEC
(221,205,236)
#E1D3EE
(225,211,238)
#E5D9F0
(229,217,240)
#E9DFF2
(233,223,242)
#EDE5F4
(237,229,244)
#F1EBF6
(241,235,246)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDB5E4; }

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

This text font color is #CDB5E4.


Background Color

.myBgColor { background-color: #CDB5E4; }

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

This div background color is #CDB5E4.


Border color

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

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

This div border color is #CDB5E4.


Opacity

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

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

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

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

This text has shadow with #CDB5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB5E4 on black background.


Color preview on white background

This text has color #CDB5E4 on white background.



Black color preview on #CDB5E4 background

This text has black color on #CDB5E4 background.


White color preview on #CDB5E4 background

This text has white color on #CDB5E4 background.