COLOR #D5BEEB

HEX: #D5BEEB
RGB: (213,190,235)

Color info

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

RGB color model

#D5BEEB color RGB value is (213,190,235).

  • red value is 213;
  • green value is 190;
  • blue value is 235.
RGB:
(213,190,235)
(84%,75%,92%)

RGB channels and saturation

R 213 of 255 = 84%
G 190 of 255 = 75%
B 235 of 255 = 92%

213
190
235

R + G + B ~ 84%. #D5BEEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 190 + 235 = 638 (100%)
R 213 of 638 ~ 33.39%
G 190 of 638 ~ 29.78%
B 235 of 638 ~ 36.83%

%33.39
%29.78
%36.83

CMYK color model

#D5BEEB color CMYK value is (9,19,0,8).

  • cyan value is 9.36%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,19,0,8)
C9M19Y0K8 
(9%,19%,0%,8%)
(0.09/0.19/0.00/0.08)	

CMYK percentages

%9.36
%19.15
%0
%7.84

Codes

Color #D5BEEB in popluar color models

D5BEEB
RGB213190235
HSL271°52.94%83.33%
HSB/HSV271°19.15%92.16%
CMYK9.36%19.15%0.00%
7.84%

Color #D5BEEB in popluar number systems.

HEXD5BEEB
Decimal213190235
Binary110101011011111011101011
Octal325276353

Shades and tints

Shades of #D5BEEB

#D5BEEB
(213,190,235)
#C2ADD6
(194,173,214)
#AF9CC1
(175,156,193)
#9C8BAC
(156,139,172)
#897A97
(137,122,151)
#766982
(118,105,130)
#63586D
(99,88,109)
#504758
(80,71,88)
#3D3643
(61,54,67)
#2A252E
(42,37,46)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #D5BEEB

#D5BEEB
(213,190,235)
#D8C3EC
(216,195,236)
#DBC8ED
(219,200,237)
#DECDEE
(222,205,238)
#E1D2EF
(225,210,239)
#E4D7F0
(228,215,240)
#E7DCF1
(231,220,241)
#EAE1F2
(234,225,242)
#EDE6F3
(237,230,243)
#F0EBF4
(240,235,244)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BEEB; }

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

This text font color is #D5BEEB.


Background Color

.myBgColor { background-color: #D5BEEB; }

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

This div background color is #D5BEEB.


Border color

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

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

This div border color is #D5BEEB.


Opacity

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

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

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

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

This text has shadow with #D5BEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BEEB on black background.


Color preview on white background

This text has color #D5BEEB on white background.



Black color preview on #D5BEEB background

This text has black color on #D5BEEB background.


White color preview on #D5BEEB background

This text has white color on #D5BEEB background.