COLOR #D5BEE2

HEX: #D5BEE2 RGB: (213,190,226)

Color info

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

RGB color model

#D5BEE2 color RGB value is (213,190,226).

RGB: (213,190,226) (84%, 75%, 89%)

RGB channels and saturation

R 213 of 255 = 84%
G 190 of 255 = 75%
B 226 of 255 = 89%

213
190
226

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

Portions of RGB colors in percentages

R + G + B = 213 + 190 + 226 = 629 (100%)
R 213 of 629 ~ 33.86%
G 190 of 629 ~ 30.21%
B 226 of 629 ~ 35.93'%

%33.86
%30.21
%35.93

CMYK color model

#D5BEE2 color CMYK value is (6,16,0,11).

  • cyan value is 5.75%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (6,16,0,11)
C6M16Y0K11 (6%, 16%, 0%, 11%)
(0.06 / 0.16 / 0.00 / 0.11)

CMYK percentages

%5.75
%15.93
%0
%11.37

Codes

Color #D5BEE2 in popluar color models

D5 BE E2
RGB 213 190 226
HSL 278° 38.30% 81.57%
HSB/HSV 278° 15.93% 88.63%
CMYK 5.75% 15.93% 0.00%
11.37%

Color #D5BEE2 in popluar number systems.

HEX D5 BE E2
Decimal 213 190 226
Binary 11010101 10111110 11100010
Octal 325 276 342

Shades and tints

Shades of #D5BEE2

#D5BEE2
(213,190,226)
#C2ADCE
(194,173,206)
#AF9CBA
(175,156,186)
#9C8BA6
(156,139,166)
#897A92
(137,122,146)
#76697E
(118,105,126)
#63586A
(99,88,106)
#504756
(80,71,86)
#3D3642
(61,54,66)
#2A252E
(42,37,46)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #D5BEE2

#D5BEE2
(213,190,226)
#D8C3E4
(216,195,228)
#DBC8E6
(219,200,230)
#DECDE8
(222,205,232)
#E1D2EA
(225,210,234)
#E4D7EC
(228,215,236)
#E7DCEE
(231,220,238)
#EAE1F0
(234,225,240)
#EDE6F2
(237,230,242)
#F0EBF4
(240,235,244)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BEE2 color. Also use rgb(213,190,226) instead hex code.

Text Font Color

.myTextColor { color: #D5BEE2; }

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

This text font color is #D5BEE2.

Background Color

.myBgColor { background-color: #D5BEE2; }

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

This div background color is #D5BEE2.

Border color

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

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

This div border color is #D5BEE2.

Opacity

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

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

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

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

This text has shadow with #D5BEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BEE2.

Preview

Color preview on black background

This text has color #D5BEE2 on black background.


Color preview on white background

This text has color #D5BEE2 on white background.


Black color preview on #D5BEE2 background

This text has black color on #D5BEE2 background.


White color preview on #D5BEE2 background

This text has white color on #D5BEE2 background.


Related colors

Complementary color

Complementary color for #hex is #2A411D.


I love getcolorcode.com

Triadic colors

1 #E2D5BE and #BEE2D5 with #D5BEE2 are triadic colors.

2 #E2BED5 and #BED5E2 with #D5BEE2 are triadic colors.