COLOR #D5BEC1

HEX: #D5BEC1 RGB: (213,190,193)

Color info

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

RGB color model

#D5BEC1 color RGB value is (213,190,193).

RGB: (213,190,193) (84%, 75%, 76%)

RGB channels and saturation

R 213 of 255 = 84%
G 190 of 255 = 75%
B 193 of 255 = 76%

213
190
193

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

Portions of RGB colors in percentages

R + G + B = 213 + 190 + 193 = 596 (100%)
R 213 of 596 ~ 35.74%
G 190 of 596 ~ 31.88%
B 193 of 596 ~ 32.38'%

%35.74
%31.88
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 9.39%
  • key color value is 16.47%

CMYK: (0,11,9,16)
C0M11Y9K16 (0%, 11%, 9%, 16%)
(0.00 / 0.11 / 0.09 / 0.16)

CMYK percentages

%0
%10.8
%9.39
%16.47

Codes

Color #D5BEC1 in popluar color models

D5 BE C1
RGB 213 190 193
HSL 352° 21.50% 79.02%
HSB/HSV 352° 10.80% 83.53%
CMYK 0.00% 10.80% 9.39%
16.47%

Color #D5BEC1 in popluar number systems.

HEX D5 BE C1
Decimal 213 190 193
Binary 11010101 10111110 11000001
Octal 325 276 301

Shades and tints

Shades of #D5BEC1

#D5BEC1
(213,190,193)
#C2ADB0
(194,173,176)
#AF9C9F
(175,156,159)
#9C8B8E
(156,139,142)
#897A7D
(137,122,125)
#76696C
(118,105,108)
#63585B
(99,88,91)
#50474A
(80,71,74)
#3D3639
(61,54,57)
#2A2528
(42,37,40)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #D5BEC1

#D5BEC1
(213,190,193)
#D8C3C6
(216,195,198)
#DBC8CB
(219,200,203)
#DECDD0
(222,205,208)
#E1D2D5
(225,210,213)
#E4D7DA
(228,215,218)
#E7DCDF
(231,220,223)
#EAE1E4
(234,225,228)
#EDE6E9
(237,230,233)
#F0EBEE
(240,235,238)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BEC1; }

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

This text font color is #D5BEC1.

Background Color

.myBgColor { background-color: #D5BEC1; }

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

This div background color is #D5BEC1.

Border color

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

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

This div border color is #D5BEC1.

Opacity

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

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

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

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

This text has shadow with #D5BEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BEC1.

Preview

Color preview on black background

This text has color #D5BEC1 on black background.


Color preview on white background

This text has color #D5BEC1 on white background.


Black color preview on #D5BEC1 background

This text has black color on #D5BEC1 background.


White color preview on #D5BEC1 background

This text has white color on #D5BEC1 background.


Related colors

Complementary color

Complementary color for #hex is #2A413E.


I love getcolorcode.com

Triadic colors

1 #C1D5BE and #BEC1D5 with #D5BEC1 are triadic colors.

2 #C1BED5 and #BED5C1 with #D5BEC1 are triadic colors.