COLOR #D2BFE9

HEX: #D2BFE9
RGB: (210,191,233)

Color info

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

RGB color model

#D2BFE9 color RGB value is (210,191,233).

  • red value is 210;
  • green value is 191;
  • blue value is 233.
RGB:
(210,191,233)
(82%,75%,91%)

RGB channels and saturation

R 210 of 255 = 82%
G 191 of 255 = 75%
B 233 of 255 = 91%

210
191
233

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

Portions of RGB colors in percentages

R + G + B =
210 + 191 + 233 = 634 (100%)
R 210 of 634 ~ 33.12%
G 191 of 634 ~ 30.13%
B 233 of 634 ~ 36.75%

%33.12
%30.13
%36.75

CMYK color model

#D2BFE9 color CMYK value is (10,18,0,9).

  • cyan value is 9.87%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(10,18,0,9)
C10M18Y0K9 
(10%,18%,0%,9%)
(0.10/0.18/0.00/0.09)	

CMYK percentages

%9.87
%18.03
%0
%8.63

Codes

Color #D2BFE9 in popluar color models

D2BFE9
RGB210191233
HSL267°48.84%83.14%
HSB/HSV267°18.03%91.37%
CMYK9.87%18.03%0.00%
8.63%

Color #D2BFE9 in popluar number systems.

HEXD2BFE9
Decimal210191233
Binary110100101011111111101001
Octal322277351

Shades and tints

Shades of #D2BFE9

#D2BFE9
(210,191,233)
#BFAED4
(191,174,212)
#AC9DBF
(172,157,191)
#998CAA
(153,140,170)
#867B95
(134,123,149)
#736A80
(115,106,128)
#60596B
(96,89,107)
#4D4856
(77,72,86)
#3A3741
(58,55,65)
#27262C
(39,38,44)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #D2BFE9

#D2BFE9
(210,191,233)
#D6C4EB
(214,196,235)
#DAC9ED
(218,201,237)
#DECEEF
(222,206,239)
#E2D3F1
(226,211,241)
#E6D8F3
(230,216,243)
#EADDF5
(234,221,245)
#EEE2F7
(238,226,247)
#F2E7F9
(242,231,249)
#F6ECFB
(246,236,251)
#FAF1FD
(250,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BFE9 color. Also use rgb(210,191,233) instead hex code.

Text Font Color

.myTextColor { color: #D2BFE9; }

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

This text font color is #D2BFE9.


Background Color

.myBgColor { background-color: #D2BFE9; }

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

This div background color is #D2BFE9.


Border color

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

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

This div border color is #D2BFE9.


Opacity

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

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

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

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

This text has shadow with #D2BFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BFE9 on black background.


Color preview on white background

This text has color #D2BFE9 on white background.



Black color preview on #D2BFE9 background

This text has black color on #D2BFE9 background.


White color preview on #D2BFE9 background

This text has white color on #D2BFE9 background.