COLOR #D3B2EA

HEX: #D3B2EA
RGB: (211,178,234)

Color info

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

RGB color model

#D3B2EA color RGB value is (211,178,234).

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

RGB channels and saturation

R 211 of 255 = 83%
G 178 of 255 = 70%
B 234 of 255 = 92%

211
178
234

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

Portions of RGB colors in percentages

R + G + B =
211 + 178 + 234 = 623 (100%)
R 211 of 623 ~ 33.87%
G 178 of 623 ~ 28.57%
B 234 of 623 ~ 37.56%

%33.87
%28.57
%37.56

CMYK color model

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

  • cyan value is 9.83%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(10,24,0,8)
C10M24Y0K8 
(10%,24%,0%,8%)
(0.10/0.24/0.00/0.08)	

CMYK percentages

%9.83
%23.93
%0
%8.24

Codes

Color #D3B2EA in popluar color models

D3B2EA
RGB211178234
HSL275°57.14%80.78%
HSB/HSV275°23.93%91.76%
CMYK9.83%23.93%0.00%
8.24%

Color #D3B2EA in popluar number systems.

HEXD3B2EA
Decimal211178234
Binary110100111011001011101010
Octal323262352

Shades and tints

Shades of #D3B2EA

#D3B2EA
(211,178,234)
#C0A2D5
(192,162,213)
#AD92C0
(173,146,192)
#9A82AB
(154,130,171)
#877296
(135,114,150)
#746281
(116,98,129)
#61526C
(97,82,108)
#4E4257
(78,66,87)
#3B3242
(59,50,66)
#28222D
(40,34,45)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #D3B2EA

#D3B2EA
(211,178,234)
#D7B9EB
(215,185,235)
#DBC0EC
(219,192,236)
#DFC7ED
(223,199,237)
#E3CEEE
(227,206,238)
#E7D5EF
(231,213,239)
#EBDCF0
(235,220,240)
#EFE3F1
(239,227,241)
#F3EAF2
(243,234,242)
#F7F1F3
(247,241,243)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B2EA; }

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

This text font color is #D3B2EA.


Background Color

.myBgColor { background-color: #D3B2EA; }

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

This div background color is #D3B2EA.


Border color

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

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

This div border color is #D3B2EA.


Opacity

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

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

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

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

This text has shadow with #D3B2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B2EA on black background.


Color preview on white background

This text has color #D3B2EA on white background.



Black color preview on #D3B2EA background

This text has black color on #D3B2EA background.


White color preview on #D3B2EA background

This text has white color on #D3B2EA background.