COLOR #D7BEC3

HEX: #D7BEC3
RGB: (215,190,195)

Color info

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

RGB color model

#D7BEC3 color RGB value is (215,190,195).

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

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 195 of 255 = 76%

215
190
195

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

Portions of RGB colors in percentages

R + G + B =
215 + 190 + 195 = 600 (100%)
R 215 of 600 ~ 35.83%
G 190 of 600 ~ 31.67%
B 195 of 600 ~ 32.5%

%35.83
%31.67
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 9.30%
  • key color value is 15.69%
CMYK:
(0,12,9,16)
C0M12Y9K16 
(0%,12%,9%,16%)
(0.00/0.12/0.09/0.16)	

CMYK percentages

%0
%11.63
%9.3
%15.69

Codes

Color #D7BEC3 in popluar color models

D7BEC3
RGB215190195
HSL348°23.81%79.41%
HSB/HSV348°11.63%84.31%
CMYK0.00%11.63%9.30%
15.69%

Color #D7BEC3 in popluar number systems.

HEXD7BEC3
Decimal215190195
Binary110101111011111011000011
Octal327276303

Shades and tints

Shades of #D7BEC3

#D7BEC3
(215,190,195)
#C4ADB2
(196,173,178)
#B19CA1
(177,156,161)
#9E8B90
(158,139,144)
#8B7A7F
(139,122,127)
#78696E
(120,105,110)
#65585D
(101,88,93)
#52474C
(82,71,76)
#3F363B
(63,54,59)
#2C252A
(44,37,42)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #D7BEC3

#D7BEC3
(215,190,195)
#DAC3C8
(218,195,200)
#DDC8CD
(221,200,205)
#E0CDD2
(224,205,210)
#E3D2D7
(227,210,215)
#E6D7DC
(230,215,220)
#E9DCE1
(233,220,225)
#ECE1E6
(236,225,230)
#EFE6EB
(239,230,235)
#F2EBF0
(242,235,240)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BEC3; }

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

This text font color is #D7BEC3.


Background Color

.myBgColor { background-color: #D7BEC3; }

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

This div background color is #D7BEC3.


Border color

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

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

This div border color is #D7BEC3.


Opacity

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

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

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

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

This text has shadow with #D7BEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BEC3 on black background.


Color preview on white background

This text has color #D7BEC3 on white background.



Black color preview on #D7BEC3 background

This text has black color on #D7BEC3 background.


White color preview on #D7BEC3 background

This text has white color on #D7BEC3 background.