COLOR #D2B9F6

HEX: #D2B9F6
RGB: (210,185,246)

Color info

#D2B9F6 contains mainly red and blue colors. Web safe color of #D2B9F6 is #CCCCFF (or #CCF).

RGB color model

#D2B9F6 color RGB value is (210,185,246).

  • red value is 210;
  • green value is 185;
  • blue value is 246.
RGB:
(210,185,246)
(82%,73%,96%)

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 246 of 255 = 96%

210
185
246

R + G + B ~ 84%. #D2B9F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 246 = 641 (100%)
R 210 of 641 ~ 32.76%
G 185 of 641 ~ 28.86%
B 246 of 641 ~ 38.38%

%32.76
%28.86
%38.38

CMYK color model

#D2B9F6 color CMYK value is (15,25,0,4).

  • cyan value is 14.63%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(15,25,0,4)
C15M25Y0K4 
(15%,25%,0%,4%)
(0.15/0.25/0.00/0.04)	

CMYK percentages

%14.63
%24.8
%0
%3.53

Codes

Color #D2B9F6 in popluar color models

D2B9F6
RGB210185246
HSL265°77.22%84.51%
HSB/HSV265°24.80%96.47%
CMYK14.63%24.80%0.00%
3.53%

Color #D2B9F6 in popluar number systems.

HEXD2B9F6
Decimal210185246
Binary110100101011100111110110
Octal322271366

Shades and tints

Shades of #D2B9F6

#D2B9F6
(210,185,246)
#BFA9E0
(191,169,224)
#AC99CA
(172,153,202)
#9989B4
(153,137,180)
#86799E
(134,121,158)
#736988
(115,105,136)
#605972
(96,89,114)
#4D495C
(77,73,92)
#3A3946
(58,57,70)
#272930
(39,41,48)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #D2B9F6

#D2B9F6
(210,185,246)
#D6BFF6
(214,191,246)
#DAC5F6
(218,197,246)
#DECBF6
(222,203,246)
#E2D1F6
(226,209,246)
#E6D7F6
(230,215,246)
#EADDF6
(234,221,246)
#EEE3F6
(238,227,246)
#F2E9F6
(242,233,246)
#F6EFF6
(246,239,246)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B9F6 color. Also use rgb(210,185,246) instead hex code.

Text Font Color

.myTextColor { color: #D2B9F6; }

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

This text font color is #D2B9F6.


Background Color

.myBgColor { background-color: #D2B9F6; }

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

This div background color is #D2B9F6.


Border color

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

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

This div border color is #D2B9F6.


Opacity

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

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

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

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

This text has shadow with #D2B9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B9F6 on black background.


Color preview on white background

This text has color #D2B9F6 on white background.



Black color preview on #D2B9F6 background

This text has black color on #D2B9F6 background.


White color preview on #D2B9F6 background

This text has white color on #D2B9F6 background.