COLOR #D7B1C1

HEX: #D7B1C1 RGB: (215,177,193)

Color info

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

RGB color model

#D7B1C1 color RGB value is (215,177,193).

RGB: (215,177,193) (84%, 69%, 76%)

RGB channels and saturation

R 215 of 255 = 84%
G 177 of 255 = 69%
B 193 of 255 = 76%

215
177
193

R + G + B ~ 76%. #D7B1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 177 + 193 = 585 (100%)
R 215 of 585 ~ 36.75%
G 177 of 585 ~ 30.26%
B 193 of 585 ~ 32.99'%

%36.75
%30.26
%32.99

CMYK color model

#D7B1C1 color CMYK value is (0,18,10,16).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 10.23%
  • key color value is 15.69%
CMYK: (0,18,10,16) C0M18Y10K16 (0%,18%,10%,16%) (0.00/0.18/0.10/0.16) 

CMYK percentages

%0
%17.67
%10.23
%15.69

Codes

Color #D7B1C1 in popluar color models

D7 B1 C1
RGB 215 177 193
HSL 335° 32.20% 76.86%
HSB/HSV 335° 17.67% 84.31%
CMYK 0.00% 17.67% 10.23%
15.69%

Color #D7B1C1 in popluar number systems.

HEX D7 B1 C1
Decimal 215 177 193
Binary 11010111 10110001 11000001
Octal 327 261 301

Shades and tints

Shades of #D7B1C1

#D7B1C1
(215,177,193)
#C4A1B0
(196,161,176)
#B1919F
(177,145,159)
#9E818E
(158,129,142)
#8B717D
(139,113,125)
#78616C
(120,97,108)
#65515B
(101,81,91)
#52414A
(82,65,74)
#3F3139
(63,49,57)
#2C2128
(44,33,40)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #D7B1C1

#D7B1C1
(215,177,193)
#DAB8C6
(218,184,198)
#DDBFCB
(221,191,203)
#E0C6D0
(224,198,208)
#E3CDD5
(227,205,213)
#E6D4DA
(230,212,218)
#E9DBDF
(233,219,223)
#ECE2E4
(236,226,228)
#EFE9E9
(239,233,233)
#F2F0EE
(242,240,238)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B1C1 color. Also use rgb(215,177,193) instead hex code.

Text Font Color

.myTextColor { color: #D7B1C1; }

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

This text font color is #D7B1C1.

Background Color

.myBgColor { background-color: #D7B1C1; }

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

This div background color is #D7B1C1.

Border color

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

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

This div border color is #D7B1C1.

Opacity

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

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

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

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

This text has shadow with #D7B1C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B1C1.

Preview

Color preview on black background

This text has color #D7B1C1 on black background.


Color preview on white background

This text has color #D7B1C1 on white background.


Black color preview on #D7B1C1 background

This text has black color on #D7B1C1 background.


White color preview on #D7B1C1 background

This text has white color on #D7B1C1 background.


Related colors

Complementary color

Complementary color for #hex is #284E3E.


I love getcolorcode.com

Triadic colors

1 #C1D7B1 and #B1C1D7 with #D7B1C1 are triadic colors.

2 #C1B1D7 and #B1D7C1 with #D7B1C1 are triadic colors.