COLOR #D4B9EE

HEX: #D4B9EE RGB: (212,185,238)

Color info

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

RGB color model

#D4B9EE color RGB value is (212,185,238).

RGB: (212,185,238) (83%, 73%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 185 of 255 = 73%
B 238 of 255 = 93%

212
185
238

R + G + B ~ 83%. #D4B9EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 185 + 238 = 635 (100%)
R 212 of 635 ~ 33.39%
G 185 of 635 ~ 29.13%
B 238 of 635 ~ 37.48'%

%33.39
%29.13
%37.48

CMYK color model

#D4B9EE color CMYK value is (11,22,0,7).

  • cyan value is 10.92%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (11,22,0,7)
C11M22Y0K7 (11%, 22%, 0%, 7%)
(0.11 / 0.22 / 0.00 / 0.07)

CMYK percentages

%10.92
%22.27
%0
%6.67

Codes

Color #D4B9EE in popluar color models

D4 B9 EE
RGB 212 185 238
HSL 271° 60.92% 82.94%
HSB/HSV 271° 22.27% 93.33%
CMYK 10.92% 22.27% 0.00%
6.67%

Color #D4B9EE in popluar number systems.

HEX D4 B9 EE
Decimal 212 185 238
Binary 11010100 10111001 11101110
Octal 324 271 356

Shades and tints

Shades of #D4B9EE

#D4B9EE
(212,185,238)
#C1A9D9
(193,169,217)
#AE99C4
(174,153,196)
#9B89AF
(155,137,175)
#88799A
(136,121,154)
#756985
(117,105,133)
#625970
(98,89,112)
#4F495B
(79,73,91)
#3C3946
(60,57,70)
#292931
(41,41,49)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #D4B9EE

#D4B9EE
(212,185,238)
#D7BFEF
(215,191,239)
#DAC5F0
(218,197,240)
#DDCBF1
(221,203,241)
#E0D1F2
(224,209,242)
#E3D7F3
(227,215,243)
#E6DDF4
(230,221,244)
#E9E3F5
(233,227,245)
#ECE9F6
(236,233,246)
#EFEFF7
(239,239,247)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B9EE; }

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

This text font color is #D4B9EE.

Background Color

.myBgColor { background-color: #D4B9EE; }

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

This div background color is #D4B9EE.

Border color

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

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

This div border color is #D4B9EE.

Opacity

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

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

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

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

This text has shadow with #D4B9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B9EE.

Preview

Color preview on black background

This text has color #D4B9EE on black background.


Color preview on white background

This text has color #D4B9EE on white background.


Black color preview on #D4B9EE background

This text has black color on #D4B9EE background.


White color preview on #D4B9EE background

This text has white color on #D4B9EE background.


Related colors

Complementary color

Complementary color for #hex is #2B4611.


I love getcolorcode.com

Triadic colors

1 #EED4B9 and #B9EED4 with #D4B9EE are triadic colors.

2 #EEB9D4 and #B9D4EE with #D4B9EE are triadic colors.