COLOR #D7BEC7

HEX: #D7BEC7 RGB: (215,190,199)

Color info

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

RGB color model

#D7BEC7 color RGB value is (215,190,199).

RGB: (215,190,199) (84%, 75%, 78%)

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 199 of 255 = 78%

215
190
199

R + G + B ~ 79%. #D7BEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 190 + 199 = 604 (100%)
R 215 of 604 ~ 35.6%
G 190 of 604 ~ 31.46%
B 199 of 604 ~ 32.95'%

%35.6
%31.46
%32.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 7.44%
  • key color value is 15.69%
CMYK: (0,12,7,16) C0M12Y7K16 (0%,12%,7%,16%) (0.00/0.12/0.07/0.16) 

CMYK percentages

%0
%11.63
%7.44
%15.69

Codes

Color #D7BEC7 in popluar color models

D7 BE C7
RGB 215 190 199
HSL 338° 23.81% 79.41%
HSB/HSV 338° 11.63% 84.31%
CMYK 0.00% 11.63% 7.44%
15.69%

Color #D7BEC7 in popluar number systems.

HEX D7 BE C7
Decimal 215 190 199
Binary 11010111 10111110 11000111
Octal 327 276 307

Shades and tints

Shades of #D7BEC7

#D7BEC7
(215,190,199)
#C4ADB5
(196,173,181)
#B19CA3
(177,156,163)
#9E8B91
(158,139,145)
#8B7A7F
(139,122,127)
#78696D
(120,105,109)
#65585B
(101,88,91)
#524749
(82,71,73)
#3F3637
(63,54,55)
#2C2525
(44,37,37)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #D7BEC7

#D7BEC7
(215,190,199)
#DAC3CC
(218,195,204)
#DDC8D1
(221,200,209)
#E0CDD6
(224,205,214)
#E3D2DB
(227,210,219)
#E6D7E0
(230,215,224)
#E9DCE5
(233,220,229)
#ECE1EA
(236,225,234)
#EFE6EF
(239,230,239)
#F2EBF4
(242,235,244)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BEC7; }

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

This text font color is #D7BEC7.

Background Color

.myBgColor { background-color: #D7BEC7; }

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

This div background color is #D7BEC7.

Border color

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

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

This div border color is #D7BEC7.

Opacity

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

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

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

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

This text has shadow with #D7BEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7BEC7.

Preview

Color preview on black background

This text has color #D7BEC7 on black background.


Color preview on white background

This text has color #D7BEC7 on white background.


Black color preview on #D7BEC7 background

This text has black color on #D7BEC7 background.


White color preview on #D7BEC7 background

This text has white color on #D7BEC7 background.


Related colors

Complementary color

Complementary color for #hex is #284138.


I love getcolorcode.com

Triadic colors

1 #C7D7BE and #BEC7D7 with #D7BEC7 are triadic colors.

2 #C7BED7 and #BED7C7 with #D7BEC7 are triadic colors.