COLOR #D6B2F2

HEX: #D6B2F2
RGB: (214,178,242)

Color info

#D6B2F2 contains mainly red and blue colors. Web safe color of #D6B2F2 is #CC99FF (or #C9F).

RGB color model

#D6B2F2 color RGB value is (214,178,242).

  • red value is 214;
  • green value is 178;
  • blue value is 242.
RGB:
(214,178,242)
(84%,70%,95%)

RGB channels and saturation

R 214 of 255 = 84%
G 178 of 255 = 70%
B 242 of 255 = 95%

214
178
242

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

Portions of RGB colors in percentages

R + G + B =
214 + 178 + 242 = 634 (100%)
R 214 of 634 ~ 33.75%
G 178 of 634 ~ 28.08%
B 242 of 634 ~ 38.17%

%33.75
%28.08
%38.17

CMYK color model

#D6B2F2 color CMYK value is (12,26,0,5).

  • cyan value is 11.57%
  • magenta value is 26.45%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(12,26,0,5)
C12M26Y0K5 
(12%,26%,0%,5%)
(0.12/0.26/0.00/0.05)	

CMYK percentages

%11.57
%26.45
%0
%5.1

Codes

Color #D6B2F2 in popluar color models

D6B2F2
RGB214178242
HSL274°71.11%82.35%
HSB/HSV274°26.45%94.90%
CMYK11.57%26.45%0.00%
5.10%

Color #D6B2F2 in popluar number systems.

HEXD6B2F2
Decimal214178242
Binary110101101011001011110010
Octal326262362

Shades and tints

Shades of #D6B2F2

#D6B2F2
(214,178,242)
#C3A2DC
(195,162,220)
#B092C6
(176,146,198)
#9D82B0
(157,130,176)
#8A729A
(138,114,154)
#776284
(119,98,132)
#64526E
(100,82,110)
#514258
(81,66,88)
#3E3242
(62,50,66)
#2B222C
(43,34,44)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #D6B2F2

#D6B2F2
(214,178,242)
#D9B9F3
(217,185,243)
#DCC0F4
(220,192,244)
#DFC7F5
(223,199,245)
#E2CEF6
(226,206,246)
#E5D5F7
(229,213,247)
#E8DCF8
(232,220,248)
#EBE3F9
(235,227,249)
#EEEAFA
(238,234,250)
#F1F1FB
(241,241,251)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B2F2 color. Also use rgb(214,178,242) instead hex code.

Text Font Color

.myTextColor { color: #D6B2F2; }

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

This text font color is #D6B2F2.


Background Color

.myBgColor { background-color: #D6B2F2; }

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

This div background color is #D6B2F2.


Border color

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

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

This div border color is #D6B2F2.


Opacity

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

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

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

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

This text has shadow with #D6B2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B2F2 on black background.


Color preview on white background

This text has color #D6B2F2 on white background.



Black color preview on #D6B2F2 background

This text has black color on #D6B2F2 background.


White color preview on #D6B2F2 background

This text has white color on #D6B2F2 background.