COLOR #D4B9E6

HEX: #D4B9E6 RGB: (212,185,230)

Color info

#D4B9E6 contains red, green and blue colors in about the same proportion. Web safe color of #D4B9E6 is #CCCCCC (or #CCC).

RGB color model

#D4B9E6 color RGB value is (212,185,230).

RGB: (212,185,230) (83%, 73%, 90%)

RGB channels and saturation

R 212 of 255 = 83%
G 185 of 255 = 73%
B 230 of 255 = 90%

212
185
230

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

Portions of RGB colors in percentages

R + G + B = 212 + 185 + 230 = 627 (100%)
R 212 of 627 ~ 33.81%
G 185 of 627 ~ 29.51%
B 230 of 627 ~ 36.68'%

%33.81
%29.51
%36.68

CMYK color model

#D4B9E6 color CMYK value is (8,20,0,10).

  • cyan value is 7.83%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (8,20,0,10) C8M20Y0K10 (8%,20%,0%,10%) (0.08/0.20/0.00/0.10) 

CMYK percentages

%7.83
%19.57
%0
%9.8

Codes

Color #D4B9E6 in popluar color models

D4 B9 E6
RGB 212 185 230
HSL 276° 47.37% 81.37%
HSB/HSV 276° 19.57% 90.20%
CMYK 7.83% 19.57% 0.00%
9.80%

Color #D4B9E6 in popluar number systems.

HEX D4 B9 E6
Decimal 212 185 230
Binary 11010100 10111001 11100110
Octal 324 271 346

Shades and tints

Shades of #D4B9E6

#D4B9E6
(212,185,230)
#C1A9D2
(193,169,210)
#AE99BE
(174,153,190)
#9B89AA
(155,137,170)
#887996
(136,121,150)
#756982
(117,105,130)
#62596E
(98,89,110)
#4F495A
(79,73,90)
#3C3946
(60,57,70)
#292932
(41,41,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #D4B9E6

#D4B9E6
(212,185,230)
#D7BFE8
(215,191,232)
#DAC5EA
(218,197,234)
#DDCBEC
(221,203,236)
#E0D1EE
(224,209,238)
#E3D7F0
(227,215,240)
#E6DDF2
(230,221,242)
#E9E3F4
(233,227,244)
#ECE9F6
(236,233,246)
#EFEFF8
(239,239,248)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B9E6 color. Also use rgb(212,185,230) instead hex code.

Text Font Color

.myTextColor { color: #D4B9E6; }

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

This text font color is #D4B9E6.

Background Color

.myBgColor { background-color: #D4B9E6; }

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

This div background color is #D4B9E6.

Border color

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

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

This div border color is #D4B9E6.

Opacity

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

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

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

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

This text has shadow with #D4B9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B9E6.

Preview

Color preview on black background

This text has color #D4B9E6 on black background.


Color preview on white background

This text has color #D4B9E6 on white background.


Black color preview on #D4B9E6 background

This text has black color on #D4B9E6 background.


White color preview on #D4B9E6 background

This text has white color on #D4B9E6 background.


Related colors

Complementary color

Complementary color for #hex is #2B4619.


I love getcolorcode.com

Triadic colors

1 #E6D4B9 and #B9E6D4 with #D4B9E6 are triadic colors.

2 #E6B9D4 and #B9D4E6 with #D4B9E6 are triadic colors.