COLOR #D7B2EA

HEX: #D7B2EA
RGB: (215,178,234)

Color info

#D7B2EA contains red, green and blue colors in about the same proportion. Web safe color of #D7B2EA is #CC99FF (or #C9F).

RGB color model

#D7B2EA color RGB value is (215,178,234).

  • red value is 215;
  • green value is 178;
  • blue value is 234.
RGB:
(215,178,234)
(84%,70%,92%)

RGB channels and saturation

R 215 of 255 = 84%
G 178 of 255 = 70%
B 234 of 255 = 92%

215
178
234

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

Portions of RGB colors in percentages

R + G + B =
215 + 178 + 234 = 627 (100%)
R 215 of 627 ~ 34.29%
G 178 of 627 ~ 28.39%
B 234 of 627 ~ 37.32%

%34.29
%28.39
%37.32

CMYK color model

#D7B2EA color CMYK value is (8,24,0,8).

  • cyan value is 8.12%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(8,24,0,8)
C8M24Y0K8 
(8%,24%,0%,8%)
(0.08/0.24/0.00/0.08)	

CMYK percentages

%8.12
%23.93
%0
%8.24

Codes

Color #D7B2EA in popluar color models

D7B2EA
RGB215178234
HSL280°57.14%80.78%
HSB/HSV280°23.93%91.76%
CMYK8.12%23.93%0.00%
8.24%

Color #D7B2EA in popluar number systems.

HEXD7B2EA
Decimal215178234
Binary110101111011001011101010
Octal327262352

Shades and tints

Shades of #D7B2EA

#D7B2EA
(215,178,234)
#C4A2D5
(196,162,213)
#B192C0
(177,146,192)
#9E82AB
(158,130,171)
#8B7296
(139,114,150)
#786281
(120,98,129)
#65526C
(101,82,108)
#524257
(82,66,87)
#3F3242
(63,50,66)
#2C222D
(44,34,45)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #D7B2EA

#D7B2EA
(215,178,234)
#DAB9EB
(218,185,235)
#DDC0EC
(221,192,236)
#E0C7ED
(224,199,237)
#E3CEEE
(227,206,238)
#E6D5EF
(230,213,239)
#E9DCF0
(233,220,240)
#ECE3F1
(236,227,241)
#EFEAF2
(239,234,242)
#F2F1F3
(242,241,243)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B2EA color. Also use rgb(215,178,234) instead hex code.

Text Font Color

.myTextColor { color: #D7B2EA; }

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

This text font color is #D7B2EA.


Background Color

.myBgColor { background-color: #D7B2EA; }

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

This div background color is #D7B2EA.


Border color

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

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

This div border color is #D7B2EA.


Opacity

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

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

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

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

This text has shadow with #D7B2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B2EA on black background.


Color preview on white background

This text has color #D7B2EA on white background.



Black color preview on #D7B2EA background

This text has black color on #D7B2EA background.


White color preview on #D7B2EA background

This text has white color on #D7B2EA background.