COLOR #D5BBEA

HEX: #D5BBEA
RGB: (213,187,234)

Color info

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

RGB color model

#D5BBEA color RGB value is (213,187,234).

  • red value is 213;
  • green value is 187;
  • blue value is 234.
RGB:
(213,187,234)
(84%,73%,92%)

RGB channels and saturation

R 213 of 255 = 84%
G 187 of 255 = 73%
B 234 of 255 = 92%

213
187
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 187 + 234 = 634 (100%)
R 213 of 634 ~ 33.6%
G 187 of 634 ~ 29.5%
B 234 of 634 ~ 36.91%

%33.6
%29.5
%36.91

CMYK color model

#D5BBEA color CMYK value is (9,20,0,8).

  • cyan value is 8.97%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,20,0,8)
C9M20Y0K8 
(9%,20%,0%,8%)
(0.09/0.20/0.00/0.08)	

CMYK percentages

%8.97
%20.09
%0
%8.24

Codes

Color #D5BBEA in popluar color models

D5BBEA
RGB213187234
HSL273°52.81%82.55%
HSB/HSV273°20.09%91.76%
CMYK8.97%20.09%0.00%
8.24%

Color #D5BBEA in popluar number systems.

HEXD5BBEA
Decimal213187234
Binary110101011011101111101010
Octal325273352

Shades and tints

Shades of #D5BBEA

#D5BBEA
(213,187,234)
#C2AAD5
(194,170,213)
#AF99C0
(175,153,192)
#9C88AB
(156,136,171)
#897796
(137,119,150)
#766681
(118,102,129)
#63556C
(99,85,108)
#504457
(80,68,87)
#3D3342
(61,51,66)
#2A222D
(42,34,45)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #D5BBEA

#D5BBEA
(213,187,234)
#D8C1EB
(216,193,235)
#DBC7EC
(219,199,236)
#DECDED
(222,205,237)
#E1D3EE
(225,211,238)
#E4D9EF
(228,217,239)
#E7DFF0
(231,223,240)
#EAE5F1
(234,229,241)
#EDEBF2
(237,235,242)
#F0F1F3
(240,241,243)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BBEA color. Also use rgb(213,187,234) instead hex code.

Text Font Color

.myTextColor { color: #D5BBEA; }

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

This text font color is #D5BBEA.


Background Color

.myBgColor { background-color: #D5BBEA; }

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

This div background color is #D5BBEA.


Border color

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

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

This div border color is #D5BBEA.


Opacity

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

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

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

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

This text has shadow with #D5BBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BBEA on black background.


Color preview on white background

This text has color #D5BBEA on white background.



Black color preview on #D5BBEA background

This text has black color on #D5BBEA background.


White color preview on #D5BBEA background

This text has white color on #D5BBEA background.