COLOR #D3B2BE

HEX: #D3B2BE RGB: (211,178,190)

Color info

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

RGB color model

#D3B2BE color RGB value is (211,178,190).

RGB: (211,178,190) (83%, 70%, 75%)

RGB channels and saturation

R 211 of 255 = 83%
G 178 of 255 = 70%
B 190 of 255 = 75%

211
178
190

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

Portions of RGB colors in percentages

R + G + B = 211 + 178 + 190 = 579 (100%)
R 211 of 579 ~ 36.44%
G 178 of 579 ~ 30.74%
B 190 of 579 ~ 32.82'%

%36.44
%30.74
%32.82

CMYK color model

#D3B2BE color CMYK value is (0,16,10,17).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 9.95%
  • key color value is 17.25%

CMYK: (0,16,10,17)
C0M16Y10K17 (0%, 16%, 10%, 17%)
(0.00 / 0.16 / 0.10 / 0.17)

CMYK percentages

%0
%15.64
%9.95
%17.25

Codes

Color #D3B2BE in popluar color models

D3 B2 BE
RGB 211 178 190
HSL 338° 27.27% 76.27%
HSB/HSV 338° 15.64% 82.75%
CMYK 0.00% 15.64% 9.95%
17.25%

Color #D3B2BE in popluar number systems.

HEX D3 B2 BE
Decimal 211 178 190
Binary 11010011 10110010 10111110
Octal 323 262 276

Shades and tints

Shades of #D3B2BE

#D3B2BE
(211,178,190)
#C0A2AD
(192,162,173)
#AD929C
(173,146,156)
#9A828B
(154,130,139)
#87727A
(135,114,122)
#746269
(116,98,105)
#615258
(97,82,88)
#4E4247
(78,66,71)
#3B3236
(59,50,54)
#282225
(40,34,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #D3B2BE

#D3B2BE
(211,178,190)
#D7B9C3
(215,185,195)
#DBC0C8
(219,192,200)
#DFC7CD
(223,199,205)
#E3CED2
(227,206,210)
#E7D5D7
(231,213,215)
#EBDCDC
(235,220,220)
#EFE3E1
(239,227,225)
#F3EAE6
(243,234,230)
#F7F1EB
(247,241,235)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B2BE color. Also use rgb(211,178,190) instead hex code.

Text Font Color

.myTextColor { color: #D3B2BE; }

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

This text font color is #D3B2BE.

Background Color

.myBgColor { background-color: #D3B2BE; }

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

This div background color is #D3B2BE.

Border color

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

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

This div border color is #D3B2BE.

Opacity

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

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

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

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

This text has shadow with #D3B2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B2BE.

Preview

Color preview on black background

This text has color #D3B2BE on black background.


Color preview on white background

This text has color #D3B2BE on white background.


Black color preview on #D3B2BE background

This text has black color on #D3B2BE background.


White color preview on #D3B2BE background

This text has white color on #D3B2BE background.


Related colors

Complementary color

Complementary color for #hex is #2C4D41.


I love getcolorcode.com

Triadic colors

1 #BED3B2 and #B2BED3 with #D3B2BE are triadic colors.

2 #BEB2D3 and #B2D3BE with #D3B2BE are triadic colors.