COLOR #D3A0BE

HEX: #D3A0BE
RGB: (211,160,190)

Color info

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

RGB color model

#D3A0BE color RGB value is (211,160,190).

  • red value is 211;
  • green value is 160;
  • blue value is 190.
RGB:
(211,160,190)
(83%,63%,75%)

RGB channels and saturation

R 211 of 255 = 83%
G 160 of 255 = 63%
B 190 of 255 = 75%

211
160
190

R + G + B ~ 74%. #D3A0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 160 + 190 = 561 (100%)
R 211 of 561 ~ 37.61%
G 160 of 561 ~ 28.52%
B 190 of 561 ~ 33.87%

%37.61
%28.52
%33.87

CMYK color model

#D3A0BE color CMYK value is (0,24,10,17).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK:
(0,24,10,17)
C0M24Y10K17 
(0%,24%,10%,17%)
(0.00/0.24/0.10/0.17)	

CMYK percentages

%0
%24.17
%9.95
%17.25

Codes

Color #D3A0BE in popluar color models

D3A0BE
RGB211160190
HSL325°36.69%72.75%
HSB/HSV325°24.17%82.75%
CMYK0.00%24.17%9.95%
17.25%

Color #D3A0BE in popluar number systems.

HEXD3A0BE
Decimal211160190
Binary110100111010000010111110
Octal323240276

Shades and tints

Shades of #D3A0BE

#D3A0BE
(211,160,190)
#C092AD
(192,146,173)
#AD849C
(173,132,156)
#9A768B
(154,118,139)
#87687A
(135,104,122)
#745A69
(116,90,105)
#614C58
(97,76,88)
#4E3E47
(78,62,71)
#3B3036
(59,48,54)
#282225
(40,34,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #D3A0BE

#D3A0BE
(211,160,190)
#D7A8C3
(215,168,195)
#DBB0C8
(219,176,200)
#DFB8CD
(223,184,205)
#E3C0D2
(227,192,210)
#E7C8D7
(231,200,215)
#EBD0DC
(235,208,220)
#EFD8E1
(239,216,225)
#F3E0E6
(243,224,230)
#F7E8EB
(247,232,235)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A0BE; }

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

This text font color is #D3A0BE.


Background Color

.myBgColor { background-color: #D3A0BE; }

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

This div background color is #D3A0BE.


Border color

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

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

This div border color is #D3A0BE.


Opacity

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

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

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

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

This text has shadow with #D3A0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A0BE on black background.


Color preview on white background

This text has color #D3A0BE on white background.



Black color preview on #D3A0BE background

This text has black color on #D3A0BE background.


White color preview on #D3A0BE background

This text has white color on #D3A0BE background.