COLOR #D2BAF2

HEX: #D2BAF2
RGB: (210,186,242)

Color info

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

RGB color model

#D2BAF2 color RGB value is (210,186,242).

  • red value is 210;
  • green value is 186;
  • blue value is 242.
RGB:
(210,186,242)
(82%,73%,95%)

RGB channels and saturation

R 210 of 255 = 82%
G 186 of 255 = 73%
B 242 of 255 = 95%

210
186
242

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

Portions of RGB colors in percentages

R + G + B =
210 + 186 + 242 = 638 (100%)
R 210 of 638 ~ 32.92%
G 186 of 638 ~ 29.15%
B 242 of 638 ~ 37.93%

%32.92
%29.15
%37.93

CMYK color model

#D2BAF2 color CMYK value is (13,23,0,5).

  • cyan value is 13.22%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(13,23,0,5)
C13M23Y0K5 
(13%,23%,0%,5%)
(0.13/0.23/0.00/0.05)	

CMYK percentages

%13.22
%23.14
%0
%5.1

Codes

Color #D2BAF2 in popluar color models

D2BAF2
RGB210186242
HSL266°68.29%83.92%
HSB/HSV266°23.14%94.90%
CMYK13.22%23.14%0.00%
5.10%

Color #D2BAF2 in popluar number systems.

HEXD2BAF2
Decimal210186242
Binary110100101011101011110010
Octal322272362

Shades and tints

Shades of #D2BAF2

#D2BAF2
(210,186,242)
#BFAADC
(191,170,220)
#AC9AC6
(172,154,198)
#998AB0
(153,138,176)
#867A9A
(134,122,154)
#736A84
(115,106,132)
#605A6E
(96,90,110)
#4D4A58
(77,74,88)
#3A3A42
(58,58,66)
#272A2C
(39,42,44)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #D2BAF2

#D2BAF2
(210,186,242)
#D6C0F3
(214,192,243)
#DAC6F4
(218,198,244)
#DECCF5
(222,204,245)
#E2D2F6
(226,210,246)
#E6D8F7
(230,216,247)
#EADEF8
(234,222,248)
#EEE4F9
(238,228,249)
#F2EAFA
(242,234,250)
#F6F0FB
(246,240,251)
#FAF6FC
(250,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BAF2 color. Also use rgb(210,186,242) instead hex code.

Text Font Color

.myTextColor { color: #D2BAF2; }

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

This text font color is #D2BAF2.


Background Color

.myBgColor { background-color: #D2BAF2; }

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

This div background color is #D2BAF2.


Border color

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

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

This div border color is #D2BAF2.


Opacity

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

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

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

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

This text has shadow with #D2BAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BAF2 on black background.


Color preview on white background

This text has color #D2BAF2 on white background.



Black color preview on #D2BAF2 background

This text has black color on #D2BAF2 background.


White color preview on #D2BAF2 background

This text has white color on #D2BAF2 background.