COLOR #D4B1E7

HEX: #D4B1E7 RGB: (212,177,231)

Color info

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

RGB color model

#D4B1E7 color RGB value is (212,177,231).

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

RGB channels and saturation

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

212
177
231

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

Portions of RGB colors in percentages

R + G + B = 212 + 177 + 231 = 620 (100%)
R 212 of 620 ~ 34.19%
G 177 of 620 ~ 28.55%
B 231 of 620 ~ 37.26'%

%34.19
%28.55
%37.26

CMYK color model

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

  • cyan value is 8.23%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (8,23,0,9)
C8M23Y0K9 (8%, 23%, 0%, 9%)
(0.08 / 0.23 / 0.00 / 0.09)

CMYK percentages

%8.23
%23.38
%0
%9.41

Codes

Color #D4B1E7 in popluar color models

D4 B1 E7
RGB 212 177 231
HSL 279° 52.94% 80.00%
HSB/HSV 279° 23.38% 90.59%
CMYK 8.23% 23.38% 0.00%
9.41%

Color #D4B1E7 in popluar number systems.

HEX D4 B1 E7
Decimal 212 177 231
Binary 11010100 10110001 11100111
Octal 324 261 347

Shades and tints

Shades of #D4B1E7

#D4B1E7
(212,177,231)
#C1A1D2
(193,161,210)
#AE91BD
(174,145,189)
#9B81A8
(155,129,168)
#887193
(136,113,147)
#75617E
(117,97,126)
#625169
(98,81,105)
#4F4154
(79,65,84)
#3C313F
(60,49,63)
#29212A
(41,33,42)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #D4B1E7

#D4B1E7
(212,177,231)
#D7B8E9
(215,184,233)
#DABFEB
(218,191,235)
#DDC6ED
(221,198,237)
#E0CDEF
(224,205,239)
#E3D4F1
(227,212,241)
#E6DBF3
(230,219,243)
#E9E2F5
(233,226,245)
#ECE9F7
(236,233,247)
#EFF0F9
(239,240,249)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B1E7; }

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

This text font color is #D4B1E7.

Background Color

.myBgColor { background-color: #D4B1E7; }

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

This div background color is #D4B1E7.

Border color

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

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

This div border color is #D4B1E7.

Opacity

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

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

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

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

This text has shadow with #D4B1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B1E7.

Preview

Color preview on black background

This text has color #D4B1E7 on black background.


Color preview on white background

This text has color #D4B1E7 on white background.


Black color preview on #D4B1E7 background

This text has black color on #D4B1E7 background.


White color preview on #D4B1E7 background

This text has white color on #D4B1E7 background.


Related colors

Complementary color

Complementary color for #hex is #2B4E18.


I love getcolorcode.com

Triadic colors

1 #E7D4B1 and #B1E7D4 with #D4B1E7 are triadic colors.

2 #E7B1D4 and #B1D4E7 with #D4B1E7 are triadic colors.