COLOR #D6B8F3

HEX: #D6B8F3
RGB: (214,184,243)

Color info

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

RGB color model

#D6B8F3 color RGB value is (214,184,243).

  • red value is 214;
  • green value is 184;
  • blue value is 243.
RGB:
(214,184,243)
(84%,72%,95%)

RGB channels and saturation

R 214 of 255 = 84%
G 184 of 255 = 72%
B 243 of 255 = 95%

214
184
243

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

Portions of RGB colors in percentages

R + G + B =
214 + 184 + 243 = 641 (100%)
R 214 of 641 ~ 33.39%
G 184 of 641 ~ 28.71%
B 243 of 641 ~ 37.91%

%33.39
%28.71
%37.91

CMYK color model

#D6B8F3 color CMYK value is (12,24,0,5).

  • cyan value is 11.93%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(12,24,0,5)
C12M24Y0K5 
(12%,24%,0%,5%)
(0.12/0.24/0.00/0.05)	

CMYK percentages

%11.93
%24.28
%0
%4.71

Codes

Color #D6B8F3 in popluar color models

D6B8F3
RGB214184243
HSL271°71.08%83.73%
HSB/HSV271°24.28%95.29%
CMYK11.93%24.28%0.00%
4.71%

Color #D6B8F3 in popluar number systems.

HEXD6B8F3
Decimal214184243
Binary110101101011100011110011
Octal326270363

Shades and tints

Shades of #D6B8F3

#D6B8F3
(214,184,243)
#C3A8DD
(195,168,221)
#B098C7
(176,152,199)
#9D88B1
(157,136,177)
#8A789B
(138,120,155)
#776885
(119,104,133)
#64586F
(100,88,111)
#514859
(81,72,89)
#3E3843
(62,56,67)
#2B282D
(43,40,45)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #D6B8F3

#D6B8F3
(214,184,243)
#D9BEF4
(217,190,244)
#DCC4F5
(220,196,245)
#DFCAF6
(223,202,246)
#E2D0F7
(226,208,247)
#E5D6F8
(229,214,248)
#E8DCF9
(232,220,249)
#EBE2FA
(235,226,250)
#EEE8FB
(238,232,251)
#F1EEFC
(241,238,252)
#F4F4FD
(244,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B8F3 color. Also use rgb(214,184,243) instead hex code.

Text Font Color

.myTextColor { color: #D6B8F3; }

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

This text font color is #D6B8F3.


Background Color

.myBgColor { background-color: #D6B8F3; }

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

This div background color is #D6B8F3.


Border color

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

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

This div border color is #D6B8F3.


Opacity

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

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

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

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

This text has shadow with #D6B8F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B8F3 on black background.


Color preview on white background

This text has color #D6B8F3 on white background.



Black color preview on #D6B8F3 background

This text has black color on #D6B8F3 background.


White color preview on #D6B8F3 background

This text has white color on #D6B8F3 background.