COLOR #D5B8EB

HEX: #D5B8EB RGB: (213,184,235)

Color info

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

RGB color model

#D5B8EB color RGB value is (213,184,235).

RGB: (213,184,235) (84%, 72%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 235 of 255 = 92%

213
184
235

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

Portions of RGB colors in percentages

R + G + B = 213 + 184 + 235 = 632 (100%)
R 213 of 632 ~ 33.7%
G 184 of 632 ~ 29.11%
B 235 of 632 ~ 37.18'%

%33.7
%29.11
%37.18

CMYK color model

#D5B8EB color CMYK value is (9,22,0,8).

  • cyan value is 9.36%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (9,22,0,8)
C9M22Y0K8 (9%, 22%, 0%, 8%)
(0.09 / 0.22 / 0.00 / 0.08)

CMYK percentages

%9.36
%21.7
%0
%7.84

Codes

Color #D5B8EB in popluar color models

D5 B8 EB
RGB 213 184 235
HSL 274° 56.04% 82.16%
HSB/HSV 274° 21.70% 92.16%
CMYK 9.36% 21.70% 0.00%
7.84%

Color #D5B8EB in popluar number systems.

HEX D5 B8 EB
Decimal 213 184 235
Binary 11010101 10111000 11101011
Octal 325 270 353

Shades and tints

Shades of #D5B8EB

#D5B8EB
(213,184,235)
#C2A8D6
(194,168,214)
#AF98C1
(175,152,193)
#9C88AC
(156,136,172)
#897897
(137,120,151)
#766882
(118,104,130)
#63586D
(99,88,109)
#504858
(80,72,88)
#3D3843
(61,56,67)
#2A282E
(42,40,46)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #D5B8EB

#D5B8EB
(213,184,235)
#D8BEEC
(216,190,236)
#DBC4ED
(219,196,237)
#DECAEE
(222,202,238)
#E1D0EF
(225,208,239)
#E4D6F0
(228,214,240)
#E7DCF1
(231,220,241)
#EAE2F2
(234,226,242)
#EDE8F3
(237,232,243)
#F0EEF4
(240,238,244)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B8EB color. Also use rgb(213,184,235) instead hex code.

Text Font Color

.myTextColor { color: #D5B8EB; }

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

This text font color is #D5B8EB.

Background Color

.myBgColor { background-color: #D5B8EB; }

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

This div background color is #D5B8EB.

Border color

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

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

This div border color is #D5B8EB.

Opacity

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

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

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

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

This text has shadow with #D5B8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B8EB.

Preview

Color preview on black background

This text has color #D5B8EB on black background.


Color preview on white background

This text has color #D5B8EB on white background.


Black color preview on #D5B8EB background

This text has black color on #D5B8EB background.


White color preview on #D5B8EB background

This text has white color on #D5B8EB background.


Related colors

Complementary color

Complementary color for #hex is #2A4714.


I love getcolorcode.com

Triadic colors

1 #EBD5B8 and #B8EBD5 with #D5B8EB are triadic colors.

2 #EBB8D5 and #B8D5EB with #D5B8EB are triadic colors.