COLOR #D6BED7

HEX: #D6BED7
RGB: (214,190,215)

Color info

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

RGB color model

#D6BED7 color RGB value is (214,190,215).

  • red value is 214;
  • green value is 190;
  • blue value is 215.
RGB:
(214,190,215)
(84%,75%,84%)

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 215 of 255 = 84%

214
190
215

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

Portions of RGB colors in percentages

R + G + B =
214 + 190 + 215 = 619 (100%)
R 214 of 619 ~ 34.57%
G 190 of 619 ~ 30.69%
B 215 of 619 ~ 34.73%

%34.57
%30.69
%34.73

CMYK color model

#D6BED7 color CMYK value is (0,12,0,16).

  • cyan value is 0.47%
  • magenta value is 11.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(0,12,0,16)
C0M12Y0K16 
(0%,12%,0%,16%)
(0.00/0.12/0.00/0.16)	

CMYK percentages

%0.47
%11.63
%0
%15.69

Codes

Color #D6BED7 in popluar color models

D6BED7
RGB214190215
HSL298°23.81%79.41%
HSB/HSV298°11.63%84.31%
CMYK0.47%11.63%0.00%
15.69%

Color #D6BED7 in popluar number systems.

HEXD6BED7
Decimal214190215
Binary110101101011111011010111
Octal326276327

Shades and tints

Shades of #D6BED7

#D6BED7
(214,190,215)
#C3ADC4
(195,173,196)
#B09CB1
(176,156,177)
#9D8B9E
(157,139,158)
#8A7A8B
(138,122,139)
#776978
(119,105,120)
#645865
(100,88,101)
#514752
(81,71,82)
#3E363F
(62,54,63)
#2B252C
(43,37,44)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #D6BED7

#D6BED7
(214,190,215)
#D9C3DA
(217,195,218)
#DCC8DD
(220,200,221)
#DFCDE0
(223,205,224)
#E2D2E3
(226,210,227)
#E5D7E6
(229,215,230)
#E8DCE9
(232,220,233)
#EBE1EC
(235,225,236)
#EEE6EF
(238,230,239)
#F1EBF2
(241,235,242)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BED7 color. Also use rgb(214,190,215) instead hex code.

Text Font Color

.myTextColor { color: #D6BED7; }

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

This text font color is #D6BED7.


Background Color

.myBgColor { background-color: #D6BED7; }

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

This div background color is #D6BED7.


Border color

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

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

This div border color is #D6BED7.


Opacity

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

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

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

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

This text has shadow with #D6BED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BED7 on black background.


Color preview on white background

This text has color #D6BED7 on white background.



Black color preview on #D6BED7 background

This text has black color on #D6BED7 background.


White color preview on #D6BED7 background

This text has white color on #D6BED7 background.