COLOR #D5B4ED

HEX: #D5B4ED RGB: (213,180,237)

Color info

#D5B4ED contains red, green and blue colors in about the same proportion. Web safe color of #D5B4ED is #CCCCFF (or #CCF).

RGB color model

#D5B4ED color RGB value is (213,180,237).

RGB: (213,180,237) (84%, 71%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 180 of 255 = 71%
B 237 of 255 = 93%

213
180
237

R + G + B ~ 83%. #D5B4ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 180 + 237 = 630 (100%)
R 213 of 630 ~ 33.81%
G 180 of 630 ~ 28.57%
B 237 of 630 ~ 37.62'%

%33.81
%28.57
%37.62

CMYK color model

#D5B4ED color CMYK value is (10,24,0,7).

  • cyan value is 10.13%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (10,24,0,7)
C10M24Y0K7 (10%, 24%, 0%, 7%)
(0.10 / 0.24 / 0.00 / 0.07)

CMYK percentages

%10.13
%24.05
%0
%7.06

Codes

Color #D5B4ED in popluar color models

D5 B4 ED
RGB 213 180 237
HSL 275° 61.29% 81.76%
HSB/HSV 275° 24.05% 92.94%
CMYK 10.13% 24.05% 0.00%
7.06%

Color #D5B4ED in popluar number systems.

HEX D5 B4 ED
Decimal 213 180 237
Binary 11010101 10110100 11101101
Octal 325 264 355

Shades and tints

Shades of #D5B4ED

#D5B4ED
(213,180,237)
#C2A4D8
(194,164,216)
#AF94C3
(175,148,195)
#9C84AE
(156,132,174)
#897499
(137,116,153)
#766484
(118,100,132)
#63546F
(99,84,111)
#50445A
(80,68,90)
#3D3445
(61,52,69)
#2A2430
(42,36,48)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #D5B4ED

#D5B4ED
(213,180,237)
#D8BAEE
(216,186,238)
#DBC0EF
(219,192,239)
#DEC6F0
(222,198,240)
#E1CCF1
(225,204,241)
#E4D2F2
(228,210,242)
#E7D8F3
(231,216,243)
#EADEF4
(234,222,244)
#EDE4F5
(237,228,245)
#F0EAF6
(240,234,246)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B4ED color. Also use rgb(213,180,237) instead hex code.

Text Font Color

.myTextColor { color: #D5B4ED; }

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

This text font color is #D5B4ED.

Background Color

.myBgColor { background-color: #D5B4ED; }

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

This div background color is #D5B4ED.

Border color

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

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

This div border color is #D5B4ED.

Opacity

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

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

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

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

This text has shadow with #D5B4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B4ED.

Preview

Color preview on black background

This text has color #D5B4ED on black background.


Color preview on white background

This text has color #D5B4ED on white background.


Black color preview on #D5B4ED background

This text has black color on #D5B4ED background.


White color preview on #D5B4ED background

This text has white color on #D5B4ED background.


Related colors

Complementary color

Complementary color for #hex is #2A4B12.


I love getcolorcode.com

Triadic colors

1 #EDD5B4 and #B4EDD5 with #D5B4ED are triadic colors.

2 #EDB4D5 and #B4D5ED with #D5B4ED are triadic colors.