COLOR #D4B2E8

HEX: #D4B2E8
RGB: (212,178,232)

Color info

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

RGB color model

#D4B2E8 color RGB value is (212,178,232).

  • red value is 212;
  • green value is 178;
  • blue value is 232.
RGB:
(212,178,232)
(83%,70%,91%)

RGB channels and saturation

R 212 of 255 = 83%
G 178 of 255 = 70%
B 232 of 255 = 91%

212
178
232

R + G + B ~ 81%. #D4B2E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 178 + 232 = 622 (100%)
R 212 of 622 ~ 34.08%
G 178 of 622 ~ 28.62%
B 232 of 622 ~ 37.3%

%34.08
%28.62
%37.3

CMYK color model

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

  • cyan value is 8.62%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(9,23,0,9)
C9M23Y0K9 
(9%,23%,0%,9%)
(0.09/0.23/0.00/0.09)	

CMYK percentages

%8.62
%23.28
%0
%9.02

Codes

Color #D4B2E8 in popluar color models

D4B2E8
RGB212178232
HSL278°54.00%80.39%
HSB/HSV278°23.28%90.98%
CMYK8.62%23.28%0.00%
9.02%

Color #D4B2E8 in popluar number systems.

HEXD4B2E8
Decimal212178232
Binary110101001011001011101000
Octal324262350

Shades and tints

Shades of #D4B2E8

#D4B2E8
(212,178,232)
#C1A2D3
(193,162,211)
#AE92BE
(174,146,190)
#9B82A9
(155,130,169)
#887294
(136,114,148)
#75627F
(117,98,127)
#62526A
(98,82,106)
#4F4255
(79,66,85)
#3C3240
(60,50,64)
#29222B
(41,34,43)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #D4B2E8

#D4B2E8
(212,178,232)
#D7B9EA
(215,185,234)
#DAC0EC
(218,192,236)
#DDC7EE
(221,199,238)
#E0CEF0
(224,206,240)
#E3D5F2
(227,213,242)
#E6DCF4
(230,220,244)
#E9E3F6
(233,227,246)
#ECEAF8
(236,234,248)
#EFF1FA
(239,241,250)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B2E8 color. Also use rgb(212,178,232) instead hex code.

Text Font Color

.myTextColor { color: #D4B2E8; }

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

This text font color is #D4B2E8.


Background Color

.myBgColor { background-color: #D4B2E8; }

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

This div background color is #D4B2E8.


Border color

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

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

This div border color is #D4B2E8.


Opacity

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

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

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

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

This text has shadow with #D4B2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B2E8 on black background.


Color preview on white background

This text has color #D4B2E8 on white background.



Black color preview on #D4B2E8 background

This text has black color on #D4B2E8 background.


White color preview on #D4B2E8 background

This text has white color on #D4B2E8 background.