COLOR #D5BED2

HEX: #D5BED2 RGB: (213,190,210)

Color info

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

RGB color model

#D5BED2 color RGB value is (213,190,210).

RGB: (213,190,210) (84%, 75%, 82%)

RGB channels and saturation

R 213 of 255 = 84%
G 190 of 255 = 75%
B 210 of 255 = 82%

213
190
210

R + G + B ~ 80%. #D5BED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 190 + 210 = 613 (100%)
R 213 of 613 ~ 34.75%
G 190 of 613 ~ 31%
B 210 of 613 ~ 34.26'%

%34.75
%31
%34.26

CMYK color model

#D5BED2 color CMYK value is (0,11,1,16).

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

CMYK: (0,11,1,16)
C0M11Y1K16 (0%, 11%, 1%, 16%)
(0.00 / 0.11 / 0.01 / 0.16)

CMYK percentages

%0
%10.8
%1.41
%16.47

Codes

Color #D5BED2 in popluar color models

D5 BE D2
RGB 213 190 210
HSL 308° 21.50% 79.02%
HSB/HSV 308° 10.80% 83.53%
CMYK 0.00% 10.80% 1.41%
16.47%

Color #D5BED2 in popluar number systems.

HEX D5 BE D2
Decimal 213 190 210
Binary 11010101 10111110 11010010
Octal 325 276 322

Shades and tints

Shades of #D5BED2

#D5BED2
(213,190,210)
#C2ADBF
(194,173,191)
#AF9CAC
(175,156,172)
#9C8B99
(156,139,153)
#897A86
(137,122,134)
#766973
(118,105,115)
#635860
(99,88,96)
#50474D
(80,71,77)
#3D363A
(61,54,58)
#2A2527
(42,37,39)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #D5BED2

#D5BED2
(213,190,210)
#D8C3D6
(216,195,214)
#DBC8DA
(219,200,218)
#DECDDE
(222,205,222)
#E1D2E2
(225,210,226)
#E4D7E6
(228,215,230)
#E7DCEA
(231,220,234)
#EAE1EE
(234,225,238)
#EDE6F2
(237,230,242)
#F0EBF6
(240,235,246)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BED2; }

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

This text font color is #D5BED2.

Background Color

.myBgColor { background-color: #D5BED2; }

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

This div background color is #D5BED2.

Border color

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

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

This div border color is #D5BED2.

Opacity

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

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

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

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

This text has shadow with #D5BED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BED2.

Preview

Color preview on black background

This text has color #D5BED2 on black background.


Color preview on white background

This text has color #D5BED2 on white background.


Black color preview on #D5BED2 background

This text has black color on #D5BED2 background.


White color preview on #D5BED2 background

This text has white color on #D5BED2 background.


Related colors

Complementary color

Complementary color for #hex is #2A412D.


I love getcolorcode.com

Triadic colors

1 #D2D5BE and #BED2D5 with #D5BED2 are triadic colors.

2 #D2BED5 and #BED5D2 with #D5BED2 are triadic colors.