COLOR #D5BDC2

HEX: #D5BDC2 RGB: (213,189,194)

Color info

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

RGB color model

#D5BDC2 color RGB value is (213,189,194).

RGB: (213,189,194) (84%, 74%, 76%)

RGB channels and saturation

R 213 of 255 = 84%
G 189 of 255 = 74%
B 194 of 255 = 76%

213
189
194

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

Portions of RGB colors in percentages

R + G + B = 213 + 189 + 194 = 596 (100%)
R 213 of 596 ~ 35.74%
G 189 of 596 ~ 31.71%
B 194 of 596 ~ 32.55'%

%35.74
%31.71
%32.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 8.92%
  • 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
%11.27
%8.92
%16.47

Codes

Color #D5BDC2 in popluar color models

D5 BD C2
RGB 213 189 194
HSL 348° 22.22% 78.82%
HSB/HSV 348° 11.27% 83.53%
CMYK 0.00% 11.27% 8.92%
16.47%

Color #D5BDC2 in popluar number systems.

HEX D5 BD C2
Decimal 213 189 194
Binary 11010101 10111101 11000010
Octal 325 275 302

Shades and tints

Shades of #D5BDC2

#D5BDC2
(213,189,194)
#C2ACB1
(194,172,177)
#AF9BA0
(175,155,160)
#9C8A8F
(156,138,143)
#89797E
(137,121,126)
#76686D
(118,104,109)
#63575C
(99,87,92)
#50464B
(80,70,75)
#3D353A
(61,53,58)
#2A2429
(42,36,41)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #D5BDC2

#D5BDC2
(213,189,194)
#D8C3C7
(216,195,199)
#DBC9CC
(219,201,204)
#DECFD1
(222,207,209)
#E1D5D6
(225,213,214)
#E4DBDB
(228,219,219)
#E7E1E0
(231,225,224)
#EAE7E5
(234,231,229)
#EDEDEA
(237,237,234)
#F0F3EF
(240,243,239)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BDC2 color. Also use rgb(213,189,194) instead hex code.

Text Font Color

.myTextColor { color: #D5BDC2; }

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

This text font color is #D5BDC2.

Background Color

.myBgColor { background-color: #D5BDC2; }

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

This div background color is #D5BDC2.

Border color

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

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

This div border color is #D5BDC2.

Opacity

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

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

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

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

This text has shadow with #D5BDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BDC2.

Preview

Color preview on black background

This text has color #D5BDC2 on black background.


Color preview on white background

This text has color #D5BDC2 on white background.


Black color preview on #D5BDC2 background

This text has black color on #D5BDC2 background.


White color preview on #D5BDC2 background

This text has white color on #D5BDC2 background.


Related colors

Complementary color

Complementary color for #hex is #2A423D.


I love getcolorcode.com

Triadic colors

1 #C2D5BD and #BDC2D5 with #D5BDC2 are triadic colors.

2 #C2BDD5 and #BDD5C2 with #D5BDC2 are triadic colors.