COLOR #D3BEDC

HEX: #D3BEDC
RGB: (211,190,220)

Color info

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

RGB color model

#D3BEDC color RGB value is (211,190,220).

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

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 220 of 255 = 86%

211
190
220

R + G + B ~ 81%. #D3BEDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 190 + 220 = 621 (100%)
R 211 of 621 ~ 33.98%
G 190 of 621 ~ 30.6%
B 220 of 621 ~ 35.43%

%33.98
%30.6
%35.43

CMYK color model

#D3BEDC color CMYK value is (4,14,0,14).

  • cyan value is 4.09%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,14,0,14)
C4M14Y0K14 
(4%,14%,0%,14%)
(0.04/0.14/0.00/0.14)	

CMYK percentages

%4.09
%13.64
%0
%13.73

Codes

Color #D3BEDC in popluar color models

D3BEDC
RGB211190220
HSL282°30.00%80.39%
HSB/HSV282°13.64%86.27%
CMYK4.09%13.64%0.00%
13.73%

Color #D3BEDC in popluar number systems.

HEXD3BEDC
Decimal211190220
Binary110100111011111011011100
Octal323276334

Shades and tints

Shades of #D3BEDC

#D3BEDC
(211,190,220)
#C0ADC8
(192,173,200)
#AD9CB4
(173,156,180)
#9A8BA0
(154,139,160)
#877A8C
(135,122,140)
#746978
(116,105,120)
#615864
(97,88,100)
#4E4750
(78,71,80)
#3B363C
(59,54,60)
#282528
(40,37,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #D3BEDC

#D3BEDC
(211,190,220)
#D7C3DF
(215,195,223)
#DBC8E2
(219,200,226)
#DFCDE5
(223,205,229)
#E3D2E8
(227,210,232)
#E7D7EB
(231,215,235)
#EBDCEE
(235,220,238)
#EFE1F1
(239,225,241)
#F3E6F4
(243,230,244)
#F7EBF7
(247,235,247)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BEDC; }

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

This text font color is #D3BEDC.


Background Color

.myBgColor { background-color: #D3BEDC; }

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

This div background color is #D3BEDC.


Border color

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

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

This div border color is #D3BEDC.


Opacity

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

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

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

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

This text has shadow with #D3BEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BEDC on black background.


Color preview on white background

This text has color #D3BEDC on white background.



Black color preview on #D3BEDC background

This text has black color on #D3BEDC background.


White color preview on #D3BEDC background

This text has white color on #D3BEDC background.