COLOR #D6BBDD

HEX: #D6BBDD
RGB: (214,187,221)

Color info

#D6BBDD contains red, green and blue colors in about the same proportion. Web safe color of #D6BBDD is #CCCCCC (or #CCC).

RGB color model

#D6BBDD color RGB value is (214,187,221).

  • red value is 214;
  • green value is 187;
  • blue value is 221.
RGB:
(214,187,221)
(84%,73%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 187 of 255 = 73%
B 221 of 255 = 87%

214
187
221

R + G + B ~ 81%. #D6BBDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 187 + 221 = 622 (100%)
R 214 of 622 ~ 34.41%
G 187 of 622 ~ 30.06%
B 221 of 622 ~ 35.53%

%34.41
%30.06
%35.53

CMYK color model

#D6BBDD color CMYK value is (3,15,0,13).

  • cyan value is 3.17%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(3,15,0,13)
C3M15Y0K13 
(3%,15%,0%,13%)
(0.03/0.15/0.00/0.13)	

CMYK percentages

%3.17
%15.38
%0
%13.33

Codes

Color #D6BBDD in popluar color models

D6BBDD
RGB214187221
HSL288°33.33%80.00%
HSB/HSV288°15.38%86.67%
CMYK3.17%15.38%0.00%
13.33%

Color #D6BBDD in popluar number systems.

HEXD6BBDD
Decimal214187221
Binary110101101011101111011101
Octal326273335

Shades and tints

Shades of #D6BBDD

#D6BBDD
(214,187,221)
#C3AAC9
(195,170,201)
#B099B5
(176,153,181)
#9D88A1
(157,136,161)
#8A778D
(138,119,141)
#776679
(119,102,121)
#645565
(100,85,101)
#514451
(81,68,81)
#3E333D
(62,51,61)
#2B2229
(43,34,41)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #D6BBDD

#D6BBDD
(214,187,221)
#D9C1E0
(217,193,224)
#DCC7E3
(220,199,227)
#DFCDE6
(223,205,230)
#E2D3E9
(226,211,233)
#E5D9EC
(229,217,236)
#E8DFEF
(232,223,239)
#EBE5F2
(235,229,242)
#EEEBF5
(238,235,245)
#F1F1F8
(241,241,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BBDD color. Also use rgb(214,187,221) instead hex code.

Text Font Color

.myTextColor { color: #D6BBDD; }

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

This text font color is #D6BBDD.


Background Color

.myBgColor { background-color: #D6BBDD; }

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

This div background color is #D6BBDD.


Border color

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

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

This div border color is #D6BBDD.


Opacity

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

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

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

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

This text has shadow with #D6BBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BBDD on black background.


Color preview on white background

This text has color #D6BBDD on white background.



Black color preview on #D6BBDD background

This text has black color on #D6BBDD background.


White color preview on #D6BBDD background

This text has white color on #D6BBDD background.