COLOR #D0BFF6

HEX: #D0BFF6
RGB: (208,191,246)

Color info

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

RGB color model

#D0BFF6 color RGB value is (208,191,246).

  • red value is 208;
  • green value is 191;
  • blue value is 246.
RGB:
(208,191,246)
(82%,75%,96%)

RGB channels and saturation

R 208 of 255 = 82%
G 191 of 255 = 75%
B 246 of 255 = 96%

208
191
246

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

Portions of RGB colors in percentages

R + G + B =
208 + 191 + 246 = 645 (100%)
R 208 of 645 ~ 32.25%
G 191 of 645 ~ 29.61%
B 246 of 645 ~ 38.14%

%32.25
%29.61
%38.14

CMYK color model

#D0BFF6 color CMYK value is (15,22,0,4).

  • cyan value is 15.45%
  • magenta value is 22.36%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(15,22,0,4)
C15M22Y0K4 
(15%,22%,0%,4%)
(0.15/0.22/0.00/0.04)	

CMYK percentages

%15.45
%22.36
%0
%3.53

Codes

Color #D0BFF6 in popluar color models

D0BFF6
RGB208191246
HSL259°75.34%85.69%
HSB/HSV259°22.36%96.47%
CMYK15.45%22.36%0.00%
3.53%

Color #D0BFF6 in popluar number systems.

HEXD0BFF6
Decimal208191246
Binary110100001011111111110110
Octal320277366

Shades and tints

Shades of #D0BFF6

#D0BFF6
(208,191,246)
#BEAEE0
(190,174,224)
#AC9DCA
(172,157,202)
#9A8CB4
(154,140,180)
#887B9E
(136,123,158)
#766A88
(118,106,136)
#645972
(100,89,114)
#52485C
(82,72,92)
#403746
(64,55,70)
#2E2630
(46,38,48)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #D0BFF6

#D0BFF6
(208,191,246)
#D4C4F6
(212,196,246)
#D8C9F6
(216,201,246)
#DCCEF6
(220,206,246)
#E0D3F6
(224,211,246)
#E4D8F6
(228,216,246)
#E8DDF6
(232,221,246)
#ECE2F6
(236,226,246)
#F0E7F6
(240,231,246)
#F4ECF6
(244,236,246)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BFF6 color. Also use rgb(208,191,246) instead hex code.

Text Font Color

.myTextColor { color: #D0BFF6; }

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

This text font color is #D0BFF6.


Background Color

.myBgColor { background-color: #D0BFF6; }

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

This div background color is #D0BFF6.


Border color

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

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

This div border color is #D0BFF6.


Opacity

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

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

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

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

This text has shadow with #D0BFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BFF6 on black background.


Color preview on white background

This text has color #D0BFF6 on white background.



Black color preview on #D0BFF6 background

This text has black color on #D0BFF6 background.


White color preview on #D0BFF6 background

This text has white color on #D0BFF6 background.