COLOR #D5B8E3

HEX: #D5B8E3 RGB: (213,184,227)

Color info

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

RGB color model

#D5B8E3 color RGB value is (213,184,227).

RGB: (213,184,227) (84%, 72%, 89%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 227 of 255 = 89%

213
184
227

R + G + B ~ 82%. #D5B8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 184 + 227 = 624 (100%)
R 213 of 624 ~ 34.13%
G 184 of 624 ~ 29.49%
B 227 of 624 ~ 36.38'%

%34.13
%29.49
%36.38

CMYK color model

#D5B8E3 color CMYK value is (6,19,0,11).

  • cyan value is 6.17%
  • magenta value is 18.94%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (6,19,0,11)
C6M19Y0K11 (6%, 19%, 0%, 11%)
(0.06 / 0.19 / 0.00 / 0.11)

CMYK percentages

%6.17
%18.94
%0
%10.98

Codes

Color #D5B8E3 in popluar color models

D5 B8 E3
RGB 213 184 227
HSL 280° 43.43% 80.59%
HSB/HSV 280° 18.94% 89.02%
CMYK 6.17% 18.94% 0.00%
10.98%

Color #D5B8E3 in popluar number systems.

HEX D5 B8 E3
Decimal 213 184 227
Binary 11010101 10111000 11100011
Octal 325 270 343

Shades and tints

Shades of #D5B8E3

#D5B8E3
(213,184,227)
#C2A8CF
(194,168,207)
#AF98BB
(175,152,187)
#9C88A7
(156,136,167)
#897893
(137,120,147)
#76687F
(118,104,127)
#63586B
(99,88,107)
#504857
(80,72,87)
#3D3843
(61,56,67)
#2A282F
(42,40,47)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #D5B8E3

#D5B8E3
(213,184,227)
#D8BEE5
(216,190,229)
#DBC4E7
(219,196,231)
#DECAE9
(222,202,233)
#E1D0EB
(225,208,235)
#E4D6ED
(228,214,237)
#E7DCEF
(231,220,239)
#EAE2F1
(234,226,241)
#EDE8F3
(237,232,243)
#F0EEF5
(240,238,245)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B8E3; }

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

This text font color is #D5B8E3.

Background Color

.myBgColor { background-color: #D5B8E3; }

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

This div background color is #D5B8E3.

Border color

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

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

This div border color is #D5B8E3.

Opacity

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

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

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

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

This text has shadow with #D5B8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B8E3.

Preview

Color preview on black background

This text has color #D5B8E3 on black background.


Color preview on white background

This text has color #D5B8E3 on white background.


Black color preview on #D5B8E3 background

This text has black color on #D5B8E3 background.


White color preview on #D5B8E3 background

This text has white color on #D5B8E3 background.


Related colors

Complementary color

Complementary color for #hex is #2A471C.


I love getcolorcode.com

Triadic colors

1 #E3D5B8 and #B8E3D5 with #D5B8E3 are triadic colors.

2 #E3B8D5 and #B8D5E3 with #D5B8E3 are triadic colors.