COLOR #D2BFC5

HEX: #D2BFC5
RGB: (210,191,197)

Color info

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

RGB color model

#D2BFC5 color RGB value is (210,191,197).

  • red value is 210;
  • green value is 191;
  • blue value is 197.
RGB:
(210,191,197)
(82%,75%,77%)

RGB channels and saturation

R 210 of 255 = 82%
G 191 of 255 = 75%
B 197 of 255 = 77%

210
191
197

R + G + B ~ 78%. #D2BFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 191 + 197 = 598 (100%)
R 210 of 598 ~ 35.12%
G 191 of 598 ~ 31.94%
B 197 of 598 ~ 32.94%

%35.12
%31.94
%32.94

CMYK color model

#D2BFC5 color CMYK value is (0,9,6,18).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 6.19%
  • key color value is 17.65%
CMYK:
(0,9,6,18)
C0M9Y6K18 
(0%,9%,6%,18%)
(0.00/0.09/0.06/0.18)	

CMYK percentages

%0
%9.05
%6.19
%17.65

Codes

Color #D2BFC5 in popluar color models

D2BFC5
RGB210191197
HSL341°17.43%78.63%
HSB/HSV341°9.05%82.35%
CMYK0.00%9.05%6.19%
17.65%

Color #D2BFC5 in popluar number systems.

HEXD2BFC5
Decimal210191197
Binary110100101011111111000101
Octal322277305

Shades and tints

Shades of #D2BFC5

#D2BFC5
(210,191,197)
#BFAEB4
(191,174,180)
#AC9DA3
(172,157,163)
#998C92
(153,140,146)
#867B81
(134,123,129)
#736A70
(115,106,112)
#60595F
(96,89,95)
#4D484E
(77,72,78)
#3A373D
(58,55,61)
#27262C
(39,38,44)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #D2BFC5

#D2BFC5
(210,191,197)
#D6C4CA
(214,196,202)
#DAC9CF
(218,201,207)
#DECED4
(222,206,212)
#E2D3D9
(226,211,217)
#E6D8DE
(230,216,222)
#EADDE3
(234,221,227)
#EEE2E8
(238,226,232)
#F2E7ED
(242,231,237)
#F6ECF2
(246,236,242)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BFC5 color. Also use rgb(210,191,197) instead hex code.

Text Font Color

.myTextColor { color: #D2BFC5; }

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

This text font color is #D2BFC5.


Background Color

.myBgColor { background-color: #D2BFC5; }

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

This div background color is #D2BFC5.


Border color

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

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

This div border color is #D2BFC5.


Opacity

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

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

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

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

This text has shadow with #D2BFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BFC5 on black background.


Color preview on white background

This text has color #D2BFC5 on white background.



Black color preview on #D2BFC5 background

This text has black color on #D2BFC5 background.


White color preview on #D2BFC5 background

This text has white color on #D2BFC5 background.