COLOR #D7B8C4

HEX: #D7B8C4 RGB: (215,184,196)

Color info

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

RGB color model

#D7B8C4 color RGB value is (215,184,196).

RGB: (215,184,196) (84%, 72%, 77%)

RGB channels and saturation

R 215 of 255 = 84%
G 184 of 255 = 72%
B 196 of 255 = 77%

215
184
196

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

Portions of RGB colors in percentages

R + G + B = 215 + 184 + 196 = 595 (100%)
R 215 of 595 ~ 36.13%
G 184 of 595 ~ 30.92%
B 196 of 595 ~ 32.94'%

%36.13
%30.92
%32.94

CMYK color model

#D7B8C4 color CMYK value is (0,14,9,16).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 8.84%
  • key color value is 15.69%

CMYK: (0,14,9,16)
C0M14Y9K16 (0%, 14%, 9%, 16%)
(0.00 / 0.14 / 0.09 / 0.16)

CMYK percentages

%0
%14.42
%8.84
%15.69

Codes

Color #D7B8C4 in popluar color models

D7 B8 C4
RGB 215 184 196
HSL 337° 27.93% 78.24%
HSB/HSV 337° 14.42% 84.31%
CMYK 0.00% 14.42% 8.84%
15.69%

Color #D7B8C4 in popluar number systems.

HEX D7 B8 C4
Decimal 215 184 196
Binary 11010111 10111000 11000100
Octal 327 270 304

Shades and tints

Shades of #D7B8C4

#D7B8C4
(215,184,196)
#C4A8B3
(196,168,179)
#B198A2
(177,152,162)
#9E8891
(158,136,145)
#8B7880
(139,120,128)
#78686F
(120,104,111)
#65585E
(101,88,94)
#52484D
(82,72,77)
#3F383C
(63,56,60)
#2C282B
(44,40,43)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #D7B8C4

#D7B8C4
(215,184,196)
#DABEC9
(218,190,201)
#DDC4CE
(221,196,206)
#E0CAD3
(224,202,211)
#E3D0D8
(227,208,216)
#E6D6DD
(230,214,221)
#E9DCE2
(233,220,226)
#ECE2E7
(236,226,231)
#EFE8EC
(239,232,236)
#F2EEF1
(242,238,241)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B8C4 color. Also use rgb(215,184,196) instead hex code.

Text Font Color

.myTextColor { color: #D7B8C4; }

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

This text font color is #D7B8C4.

Background Color

.myBgColor { background-color: #D7B8C4; }

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

This div background color is #D7B8C4.

Border color

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

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

This div border color is #D7B8C4.

Opacity

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

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

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

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

This text has shadow with #D7B8C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B8C4.

Preview

Color preview on black background

This text has color #D7B8C4 on black background.


Color preview on white background

This text has color #D7B8C4 on white background.


Black color preview on #D7B8C4 background

This text has black color on #D7B8C4 background.


White color preview on #D7B8C4 background

This text has white color on #D7B8C4 background.


Related colors

Complementary color

Complementary color for #hex is #28473B.


I love getcolorcode.com

Triadic colors

1 #C4D7B8 and #B8C4D7 with #D7B8C4 are triadic colors.

2 #C4B8D7 and #B8D7C4 with #D7B8C4 are triadic colors.