COLOR #D4B9ED

HEX: #D4B9ED
RGB: (212,185,237)

Color info

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

RGB color model

#D4B9ED color RGB value is (212,185,237).

  • red value is 212;
  • green value is 185;
  • blue value is 237.
RGB:
(212,185,237)
(83%,73%,93%)

RGB channels and saturation

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

212
185
237

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

Portions of RGB colors in percentages

R + G + B =
212 + 185 + 237 = 634 (100%)
R 212 of 634 ~ 33.44%
G 185 of 634 ~ 29.18%
B 237 of 634 ~ 37.38%

%33.44
%29.18
%37.38

CMYK color model

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

  • cyan value is 10.55%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,22,0,7)
C11M22Y0K7 
(11%,22%,0%,7%)
(0.11/0.22/0.00/0.07)	

CMYK percentages

%10.55
%21.94
%0
%7.06

Codes

Color #D4B9ED in popluar color models

D4B9ED
RGB212185237
HSL271°59.09%82.75%
HSB/HSV271°21.94%92.94%
CMYK10.55%21.94%0.00%
7.06%

Color #D4B9ED in popluar number systems.

HEXD4B9ED
Decimal212185237
Binary110101001011100111101101
Octal324271355

Shades and tints

Shades of #D4B9ED

#D4B9ED
(212,185,237)
#C1A9D8
(193,169,216)
#AE99C3
(174,153,195)
#9B89AE
(155,137,174)
#887999
(136,121,153)
#756984
(117,105,132)
#62596F
(98,89,111)
#4F495A
(79,73,90)
#3C3945
(60,57,69)
#292930
(41,41,48)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #D4B9ED

#D4B9ED
(212,185,237)
#D7BFEE
(215,191,238)
#DAC5EF
(218,197,239)
#DDCBF0
(221,203,240)
#E0D1F1
(224,209,241)
#E3D7F2
(227,215,242)
#E6DDF3
(230,221,243)
#E9E3F4
(233,227,244)
#ECE9F5
(236,233,245)
#EFEFF6
(239,239,246)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B9ED; }

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

This text font color is #D4B9ED.


Background Color

.myBgColor { background-color: #D4B9ED; }

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

This div background color is #D4B9ED.


Border color

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

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

This div border color is #D4B9ED.


Opacity

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

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

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

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

This text has shadow with #D4B9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B9ED on black background.


Color preview on white background

This text has color #D4B9ED on white background.



Black color preview on #D4B9ED background

This text has black color on #D4B9ED background.


White color preview on #D4B9ED background

This text has white color on #D4B9ED background.