COLOR #D7BEDC

HEX: #D7BEDC
RGB: (215,190,220)

Color info

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

RGB color model

#D7BEDC color RGB value is (215,190,220).

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

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 220 of 255 = 86%

215
190
220

R + G + B ~ 82%. #D7BEDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 190 + 220 = 625 (100%)
R 215 of 625 ~ 34.4%
G 190 of 625 ~ 30.4%
B 220 of 625 ~ 35.2%

%34.4
%30.4
%35.2

CMYK color model

#D7BEDC color CMYK value is (2,14,0,14).

  • cyan value is 2.27%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,14,0,14)
C2M14Y0K14 
(2%,14%,0%,14%)
(0.02/0.14/0.00/0.14)	

CMYK percentages

%2.27
%13.64
%0
%13.73

Codes

Color #D7BEDC in popluar color models

D7BEDC
RGB215190220
HSL290°30.00%80.39%
HSB/HSV290°13.64%86.27%
CMYK2.27%13.64%0.00%
13.73%

Color #D7BEDC in popluar number systems.

HEXD7BEDC
Decimal215190220
Binary110101111011111011011100
Octal327276334

Shades and tints

Shades of #D7BEDC

#D7BEDC
(215,190,220)
#C4ADC8
(196,173,200)
#B19CB4
(177,156,180)
#9E8BA0
(158,139,160)
#8B7A8C
(139,122,140)
#786978
(120,105,120)
#655864
(101,88,100)
#524750
(82,71,80)
#3F363C
(63,54,60)
#2C2528
(44,37,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #D7BEDC

#D7BEDC
(215,190,220)
#DAC3DF
(218,195,223)
#DDC8E2
(221,200,226)
#E0CDE5
(224,205,229)
#E3D2E8
(227,210,232)
#E6D7EB
(230,215,235)
#E9DCEE
(233,220,238)
#ECE1F1
(236,225,241)
#EFE6F4
(239,230,244)
#F2EBF7
(242,235,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BEDC; }

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

This text font color is #D7BEDC.


Background Color

.myBgColor { background-color: #D7BEDC; }

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

This div background color is #D7BEDC.


Border color

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

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

This div border color is #D7BEDC.


Opacity

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

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

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

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

This text has shadow with #D7BEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BEDC on black background.


Color preview on white background

This text has color #D7BEDC on white background.



Black color preview on #D7BEDC background

This text has black color on #D7BEDC background.


White color preview on #D7BEDC background

This text has white color on #D7BEDC background.