COLOR #D4B5EA

HEX: #D4B5EA
RGB: (212,181,234)

Color info

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

RGB color model

#D4B5EA color RGB value is (212,181,234).

  • red value is 212;
  • green value is 181;
  • blue value is 234.
RGB:
(212,181,234)
(83%,71%,92%)

RGB channels and saturation

R 212 of 255 = 83%
G 181 of 255 = 71%
B 234 of 255 = 92%

212
181
234

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

Portions of RGB colors in percentages

R + G + B =
212 + 181 + 234 = 627 (100%)
R 212 of 627 ~ 33.81%
G 181 of 627 ~ 28.87%
B 234 of 627 ~ 37.32%

%33.81
%28.87
%37.32

CMYK color model

#D4B5EA color CMYK value is (9,23,0,8).

  • cyan value is 9.40%
  • magenta value is 22.65%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,23,0,8)
C9M23Y0K8 
(9%,23%,0%,8%)
(0.09/0.23/0.00/0.08)	

CMYK percentages

%9.4
%22.65
%0
%8.24

Codes

Color #D4B5EA in popluar color models

D4B5EA
RGB212181234
HSL275°55.79%81.37%
HSB/HSV275°22.65%91.76%
CMYK9.40%22.65%0.00%
8.24%

Color #D4B5EA in popluar number systems.

HEXD4B5EA
Decimal212181234
Binary110101001011010111101010
Octal324265352

Shades and tints

Shades of #D4B5EA

#D4B5EA
(212,181,234)
#C1A5D5
(193,165,213)
#AE95C0
(174,149,192)
#9B85AB
(155,133,171)
#887596
(136,117,150)
#756581
(117,101,129)
#62556C
(98,85,108)
#4F4557
(79,69,87)
#3C3542
(60,53,66)
#29252D
(41,37,45)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #D4B5EA

#D4B5EA
(212,181,234)
#D7BBEB
(215,187,235)
#DAC1EC
(218,193,236)
#DDC7ED
(221,199,237)
#E0CDEE
(224,205,238)
#E3D3EF
(227,211,239)
#E6D9F0
(230,217,240)
#E9DFF1
(233,223,241)
#ECE5F2
(236,229,242)
#EFEBF3
(239,235,243)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B5EA color. Also use rgb(212,181,234) instead hex code.

Text Font Color

.myTextColor { color: #D4B5EA; }

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

This text font color is #D4B5EA.


Background Color

.myBgColor { background-color: #D4B5EA; }

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

This div background color is #D4B5EA.


Border color

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

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

This div border color is #D4B5EA.


Opacity

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

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

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

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

This text has shadow with #D4B5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B5EA on black background.


Color preview on white background

This text has color #D4B5EA on white background.



Black color preview on #D4B5EA background

This text has black color on #D4B5EA background.


White color preview on #D4B5EA background

This text has white color on #D4B5EA background.