COLOR #D5BFD6

HEX: #D5BFD6
RGB: (213,191,214)

Color info

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

RGB color model

#D5BFD6 color RGB value is (213,191,214).

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

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 214 of 255 = 84%

213
191
214

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

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 214 = 618 (100%)
R 213 of 618 ~ 34.47%
G 191 of 618 ~ 30.91%
B 214 of 618 ~ 34.63%

%34.47
%30.91
%34.63

CMYK color model

#D5BFD6 color CMYK value is (0,11,0,16).

  • cyan value is 0.47%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(0,11,0,16)
C0M11Y0K16 
(0%,11%,0%,16%)
(0.00/0.11/0.00/0.16)	

CMYK percentages

%0.47
%10.75
%0
%16.08

Codes

Color #D5BFD6 in popluar color models

D5BFD6
RGB213191214
HSL297°21.90%79.41%
HSB/HSV297°10.75%83.92%
CMYK0.47%10.75%0.00%
16.08%

Color #D5BFD6 in popluar number systems.

HEXD5BFD6
Decimal213191214
Binary110101011011111111010110
Octal325277326

Shades and tints

Shades of #D5BFD6

#D5BFD6
(213,191,214)
#C2AEC3
(194,174,195)
#AF9DB0
(175,157,176)
#9C8C9D
(156,140,157)
#897B8A
(137,123,138)
#766A77
(118,106,119)
#635964
(99,89,100)
#504851
(80,72,81)
#3D373E
(61,55,62)
#2A262B
(42,38,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #D5BFD6

#D5BFD6
(213,191,214)
#D8C4D9
(216,196,217)
#DBC9DC
(219,201,220)
#DECEDF
(222,206,223)
#E1D3E2
(225,211,226)
#E4D8E5
(228,216,229)
#E7DDE8
(231,221,232)
#EAE2EB
(234,226,235)
#EDE7EE
(237,231,238)
#F0ECF1
(240,236,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BFD6 color. Also use rgb(213,191,214) instead hex code.

Text Font Color

.myTextColor { color: #D5BFD6; }

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

This text font color is #D5BFD6.


Background Color

.myBgColor { background-color: #D5BFD6; }

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

This div background color is #D5BFD6.


Border color

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

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

This div border color is #D5BFD6.


Opacity

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

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

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

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

This text has shadow with #D5BFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFD6 on black background.


Color preview on white background

This text has color #D5BFD6 on white background.



Black color preview on #D5BFD6 background

This text has black color on #D5BFD6 background.


White color preview on #D5BFD6 background

This text has white color on #D5BFD6 background.