COLOR #D7BEE1

HEX: #D7BEE1
RGB: (215,190,225)

Color info

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

RGB color model

#D7BEE1 color RGB value is (215,190,225).

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

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 225 of 255 = 88%

215
190
225

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

Portions of RGB colors in percentages

R + G + B =
215 + 190 + 225 = 630 (100%)
R 215 of 630 ~ 34.13%
G 190 of 630 ~ 30.16%
B 225 of 630 ~ 35.71%

%34.13
%30.16
%35.71

CMYK color model

#D7BEE1 color CMYK value is (4,16,0,12).

  • cyan value is 4.44%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(4,16,0,12)
C4M16Y0K12 
(4%,16%,0%,12%)
(0.04/0.16/0.00/0.12)	

CMYK percentages

%4.44
%15.56
%0
%11.76

Codes

Color #D7BEE1 in popluar color models

D7BEE1
RGB215190225
HSL283°36.84%81.37%
HSB/HSV283°15.56%88.24%
CMYK4.44%15.56%0.00%
11.76%

Color #D7BEE1 in popluar number systems.

HEXD7BEE1
Decimal215190225
Binary110101111011111011100001
Octal327276341

Shades and tints

Shades of #D7BEE1

#D7BEE1
(215,190,225)
#C4ADCD
(196,173,205)
#B19CB9
(177,156,185)
#9E8BA5
(158,139,165)
#8B7A91
(139,122,145)
#78697D
(120,105,125)
#655869
(101,88,105)
#524755
(82,71,85)
#3F3641
(63,54,65)
#2C252D
(44,37,45)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #D7BEE1

#D7BEE1
(215,190,225)
#DAC3E3
(218,195,227)
#DDC8E5
(221,200,229)
#E0CDE7
(224,205,231)
#E3D2E9
(227,210,233)
#E6D7EB
(230,215,235)
#E9DCED
(233,220,237)
#ECE1EF
(236,225,239)
#EFE6F1
(239,230,241)
#F2EBF3
(242,235,243)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BEE1; }

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

This text font color is #D7BEE1.


Background Color

.myBgColor { background-color: #D7BEE1; }

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

This div background color is #D7BEE1.


Border color

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

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

This div border color is #D7BEE1.


Opacity

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

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

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

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

This text has shadow with #D7BEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BEE1 on black background.


Color preview on white background

This text has color #D7BEE1 on white background.



Black color preview on #D7BEE1 background

This text has black color on #D7BEE1 background.


White color preview on #D7BEE1 background

This text has white color on #D7BEE1 background.