COLOR #D7BBEE

HEX: #D7BBEE
RGB: (215,187,238)

Color info

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

RGB color model

#D7BBEE color RGB value is (215,187,238).

  • red value is 215;
  • green value is 187;
  • blue value is 238.
RGB:
(215,187,238)
(84%,73%,93%)

RGB channels and saturation

R 215 of 255 = 84%
G 187 of 255 = 73%
B 238 of 255 = 93%

215
187
238

R + G + B ~ 83%. #D7BBEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 187 + 238 = 640 (100%)
R 215 of 640 ~ 33.59%
G 187 of 640 ~ 29.22%
B 238 of 640 ~ 37.19%

%33.59
%29.22
%37.19

CMYK color model

#D7BBEE color CMYK value is (10,21,0,7).

  • cyan value is 9.66%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(10,21,0,7)
C10M21Y0K7 
(10%,21%,0%,7%)
(0.10/0.21/0.00/0.07)	

CMYK percentages

%9.66
%21.43
%0
%6.67

Codes

Color #D7BBEE in popluar color models

D7BBEE
RGB215187238
HSL273°60.00%83.33%
HSB/HSV273°21.43%93.33%
CMYK9.66%21.43%0.00%
6.67%

Color #D7BBEE in popluar number systems.

HEXD7BBEE
Decimal215187238
Binary110101111011101111101110
Octal327273356

Shades and tints

Shades of #D7BBEE

#D7BBEE
(215,187,238)
#C4AAD9
(196,170,217)
#B199C4
(177,153,196)
#9E88AF
(158,136,175)
#8B779A
(139,119,154)
#786685
(120,102,133)
#655570
(101,85,112)
#52445B
(82,68,91)
#3F3346
(63,51,70)
#2C2231
(44,34,49)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #D7BBEE

#D7BBEE
(215,187,238)
#DAC1EF
(218,193,239)
#DDC7F0
(221,199,240)
#E0CDF1
(224,205,241)
#E3D3F2
(227,211,242)
#E6D9F3
(230,217,243)
#E9DFF4
(233,223,244)
#ECE5F5
(236,229,245)
#EFEBF6
(239,235,246)
#F2F1F7
(242,241,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BBEE color. Also use rgb(215,187,238) instead hex code.

Text Font Color

.myTextColor { color: #D7BBEE; }

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

This text font color is #D7BBEE.


Background Color

.myBgColor { background-color: #D7BBEE; }

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

This div background color is #D7BBEE.


Border color

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

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

This div border color is #D7BBEE.


Opacity

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

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

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

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

This text has shadow with #D7BBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BBEE on black background.


Color preview on white background

This text has color #D7BBEE on white background.



Black color preview on #D7BBEE background

This text has black color on #D7BBEE background.


White color preview on #D7BBEE background

This text has white color on #D7BBEE background.