COLOR #D3BEC1

HEX: #D3BEC1
RGB: (211,190,193)

Color info

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

RGB color model

#D3BEC1 color RGB value is (211,190,193).

  • red value is 211;
  • green value is 190;
  • blue value is 193.
RGB:
(211,190,193)
(83%,75%,76%)

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 193 of 255 = 76%

211
190
193

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

Portions of RGB colors in percentages

R + G + B =
211 + 190 + 193 = 594 (100%)
R 211 of 594 ~ 35.52%
G 190 of 594 ~ 31.99%
B 193 of 594 ~ 32.49%

%35.52
%31.99
%32.49

CMYK color model

#D3BEC1 color CMYK value is (0,10,9,17).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 8.53%
  • key color value is 17.25%
CMYK:
(0,10,9,17)
C0M10Y9K17 
(0%,10%,9%,17%)
(0.00/0.10/0.09/0.17)	

CMYK percentages

%0
%9.95
%8.53
%17.25

Codes

Color #D3BEC1 in popluar color models

D3BEC1
RGB211190193
HSL351°19.27%78.63%
HSB/HSV351°9.95%82.75%
CMYK0.00%9.95%8.53%
17.25%

Color #D3BEC1 in popluar number systems.

HEXD3BEC1
Decimal211190193
Binary110100111011111011000001
Octal323276301

Shades and tints

Shades of #D3BEC1

#D3BEC1
(211,190,193)
#C0ADB0
(192,173,176)
#AD9C9F
(173,156,159)
#9A8B8E
(154,139,142)
#877A7D
(135,122,125)
#74696C
(116,105,108)
#61585B
(97,88,91)
#4E474A
(78,71,74)
#3B3639
(59,54,57)
#282528
(40,37,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #D3BEC1

#D3BEC1
(211,190,193)
#D7C3C6
(215,195,198)
#DBC8CB
(219,200,203)
#DFCDD0
(223,205,208)
#E3D2D5
(227,210,213)
#E7D7DA
(231,215,218)
#EBDCDF
(235,220,223)
#EFE1E4
(239,225,228)
#F3E6E9
(243,230,233)
#F7EBEE
(247,235,238)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BEC1 color. Also use rgb(211,190,193) instead hex code.

Text Font Color

.myTextColor { color: #D3BEC1; }

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

This text font color is #D3BEC1.


Background Color

.myBgColor { background-color: #D3BEC1; }

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

This div background color is #D3BEC1.


Border color

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

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

This div border color is #D3BEC1.


Opacity

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

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

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

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

This text has shadow with #D3BEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BEC1 on black background.


Color preview on white background

This text has color #D3BEC1 on white background.



Black color preview on #D3BEC1 background

This text has black color on #D3BEC1 background.


White color preview on #D3BEC1 background

This text has white color on #D3BEC1 background.