COLOR #D3BEED

HEX: #D3BEED
RGB: (211,190,237)

Color info

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

RGB color model

#D3BEED color RGB value is (211,190,237).

  • red value is 211;
  • green value is 190;
  • blue value is 237.
RGB:
(211,190,237)
(83%,75%,93%)

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 237 of 255 = 93%

211
190
237

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

Portions of RGB colors in percentages

R + G + B =
211 + 190 + 237 = 638 (100%)
R 211 of 638 ~ 33.07%
G 190 of 638 ~ 29.78%
B 237 of 638 ~ 37.15%

%33.07
%29.78
%37.15

CMYK color model

#D3BEED color CMYK value is (11,20,0,7).

  • cyan value is 10.97%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,20,0,7)
C11M20Y0K7 
(11%,20%,0%,7%)
(0.11/0.20/0.00/0.07)	

CMYK percentages

%10.97
%19.83
%0
%7.06

Codes

Color #D3BEED in popluar color models

D3BEED
RGB211190237
HSL267°56.63%83.73%
HSB/HSV267°19.83%92.94%
CMYK10.97%19.83%0.00%
7.06%

Color #D3BEED in popluar number systems.

HEXD3BEED
Decimal211190237
Binary110100111011111011101101
Octal323276355

Shades and tints

Shades of #D3BEED

#D3BEED
(211,190,237)
#C0ADD8
(192,173,216)
#AD9CC3
(173,156,195)
#9A8BAE
(154,139,174)
#877A99
(135,122,153)
#746984
(116,105,132)
#61586F
(97,88,111)
#4E475A
(78,71,90)
#3B3645
(59,54,69)
#282530
(40,37,48)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #D3BEED

#D3BEED
(211,190,237)
#D7C3EE
(215,195,238)
#DBC8EF
(219,200,239)
#DFCDF0
(223,205,240)
#E3D2F1
(227,210,241)
#E7D7F2
(231,215,242)
#EBDCF3
(235,220,243)
#EFE1F4
(239,225,244)
#F3E6F5
(243,230,245)
#F7EBF6
(247,235,246)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BEED color. Also use rgb(211,190,237) instead hex code.

Text Font Color

.myTextColor { color: #D3BEED; }

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

This text font color is #D3BEED.


Background Color

.myBgColor { background-color: #D3BEED; }

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

This div background color is #D3BEED.


Border color

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

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

This div border color is #D3BEED.


Opacity

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

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

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

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

This text has shadow with #D3BEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BEED on black background.


Color preview on white background

This text has color #D3BEED on white background.



Black color preview on #D3BEED background

This text has black color on #D3BEED background.


White color preview on #D3BEED background

This text has white color on #D3BEED background.