COLOR #D5B1C4

HEX: #D5B1C4
RGB: (213,177,196)

Color info

#D5B1C4 contains red, green and blue colors in about the same proportion. Web safe color of #D5B1C4 is #CC99CC (or #C9C).

RGB color model

#D5B1C4 color RGB value is (213,177,196).

  • red value is 213;
  • green value is 177;
  • blue value is 196.
RGB:
(213,177,196)
(84%,69%,77%)

RGB channels and saturation

R 213 of 255 = 84%
G 177 of 255 = 69%
B 196 of 255 = 77%

213
177
196

R + G + B ~ 77%. #D5B1C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 177 + 196 = 586 (100%)
R 213 of 586 ~ 36.35%
G 177 of 586 ~ 30.2%
B 196 of 586 ~ 33.45%

%36.35
%30.2
%33.45

CMYK color model

#D5B1C4 color CMYK value is (0,17,8,16).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 7.98%
  • key color value is 16.47%
CMYK:
(0,17,8,16)
C0M17Y8K16 
(0%,17%,8%,16%)
(0.00/0.17/0.08/0.16)	

CMYK percentages

%0
%16.9
%7.98
%16.47

Codes

Color #D5B1C4 in popluar color models

D5B1C4
RGB213177196
HSL328°30.00%76.47%
HSB/HSV328°16.90%83.53%
CMYK0.00%16.90%7.98%
16.47%

Color #D5B1C4 in popluar number systems.

HEXD5B1C4
Decimal213177196
Binary110101011011000111000100
Octal325261304

Shades and tints

Shades of #D5B1C4

#D5B1C4
(213,177,196)
#C2A1B3
(194,161,179)
#AF91A2
(175,145,162)
#9C8191
(156,129,145)
#897180
(137,113,128)
#76616F
(118,97,111)
#63515E
(99,81,94)
#50414D
(80,65,77)
#3D313C
(61,49,60)
#2A212B
(42,33,43)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #D5B1C4

#D5B1C4
(213,177,196)
#D8B8C9
(216,184,201)
#DBBFCE
(219,191,206)
#DEC6D3
(222,198,211)
#E1CDD8
(225,205,216)
#E4D4DD
(228,212,221)
#E7DBE2
(231,219,226)
#EAE2E7
(234,226,231)
#EDE9EC
(237,233,236)
#F0F0F1
(240,240,241)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B1C4 color. Also use rgb(213,177,196) instead hex code.

Text Font Color

.myTextColor { color: #D5B1C4; }

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

This text font color is #D5B1C4.


Background Color

.myBgColor { background-color: #D5B1C4; }

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

This div background color is #D5B1C4.


Border color

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

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

This div border color is #D5B1C4.


Opacity

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

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

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

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

This text has shadow with #D5B1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B1C4 on black background.


Color preview on white background

This text has color #D5B1C4 on white background.



Black color preview on #D5B1C4 background

This text has black color on #D5B1C4 background.


White color preview on #D5B1C4 background

This text has white color on #D5B1C4 background.