COLOR #D4B1E8

HEX: #D4B1E8 RGB: (212,177,232)

Color info

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

RGB color model

#D4B1E8 color RGB value is (212,177,232).

RGB: (212,177,232) (83%, 69%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 177 of 255 = 69%
B 232 of 255 = 91%

212
177
232

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

Portions of RGB colors in percentages

R + G + B = 212 + 177 + 232 = 621 (100%)
R 212 of 621 ~ 34.14%
G 177 of 621 ~ 28.5%
B 232 of 621 ~ 37.36'%

%34.14
%28.5
%37.36

CMYK color model

#D4B1E8 color CMYK value is (9,24,0,9).

  • cyan value is 8.62%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (9,24,0,9)
C9M24Y0K9 (9%, 24%, 0%, 9%)
(0.09 / 0.24 / 0.00 / 0.09)

CMYK percentages

%8.62
%23.71
%0
%9.02

Codes

Color #D4B1E8 in popluar color models

D4 B1 E8
RGB 212 177 232
HSL 278° 54.46% 80.20%
HSB/HSV 278° 23.71% 90.98%
CMYK 8.62% 23.71% 0.00%
9.02%

Color #D4B1E8 in popluar number systems.

HEX D4 B1 E8
Decimal 212 177 232
Binary 11010100 10110001 11101000
Octal 324 261 350

Shades and tints

Shades of #D4B1E8

#D4B1E8
(212,177,232)
#C1A1D3
(193,161,211)
#AE91BE
(174,145,190)
#9B81A9
(155,129,169)
#887194
(136,113,148)
#75617F
(117,97,127)
#62516A
(98,81,106)
#4F4155
(79,65,85)
#3C3140
(60,49,64)
#29212B
(41,33,43)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #D4B1E8

#D4B1E8
(212,177,232)
#D7B8EA
(215,184,234)
#DABFEC
(218,191,236)
#DDC6EE
(221,198,238)
#E0CDF0
(224,205,240)
#E3D4F2
(227,212,242)
#E6DBF4
(230,219,244)
#E9E2F6
(233,226,246)
#ECE9F8
(236,233,248)
#EFF0FA
(239,240,250)
#F2F7FC
(242,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B1E8; }

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

This text font color is #D4B1E8.

Background Color

.myBgColor { background-color: #D4B1E8; }

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

This div background color is #D4B1E8.

Border color

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

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

This div border color is #D4B1E8.

Opacity

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

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

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

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

This text has shadow with #D4B1E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B1E8.

Preview

Color preview on black background

This text has color #D4B1E8 on black background.


Color preview on white background

This text has color #D4B1E8 on white background.


Black color preview on #D4B1E8 background

This text has black color on #D4B1E8 background.


White color preview on #D4B1E8 background

This text has white color on #D4B1E8 background.


Related colors

Complementary color

Complementary color for #hex is #2B4E17.


I love getcolorcode.com

Triadic colors

1 #E8D4B1 and #B1E8D4 with #D4B1E8 are triadic colors.

2 #E8B1D4 and #B1D4E8 with #D4B1E8 are triadic colors.