COLOR #D3ADBE

HEX: #D3ADBE
RGB: (211,173,190)

Color info

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

RGB color model

#D3ADBE color RGB value is (211,173,190).

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

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 190 of 255 = 75%

211
173
190

R + G + B ~ 75%. #D3ADBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 173 + 190 = 574 (100%)
R 211 of 574 ~ 36.76%
G 173 of 574 ~ 30.14%
B 190 of 574 ~ 33.1%

%36.76
%30.14
%33.1

CMYK color model

#D3ADBE color CMYK value is (0,18,10,17).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK:
(0,18,10,17)
C0M18Y10K17 
(0%,18%,10%,17%)
(0.00/0.18/0.10/0.17)	

CMYK percentages

%0
%18.01
%9.95
%17.25

Codes

Color #D3ADBE in popluar color models

D3ADBE
RGB211173190
HSL333°30.16%75.29%
HSB/HSV333°18.01%82.75%
CMYK0.00%18.01%9.95%
17.25%

Color #D3ADBE in popluar number systems.

HEXD3ADBE
Decimal211173190
Binary110100111010110110111110
Octal323255276

Shades and tints

Shades of #D3ADBE

#D3ADBE
(211,173,190)
#C09EAD
(192,158,173)
#AD8F9C
(173,143,156)
#9A808B
(154,128,139)
#87717A
(135,113,122)
#746269
(116,98,105)
#615358
(97,83,88)
#4E4447
(78,68,71)
#3B3536
(59,53,54)
#282625
(40,38,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #D3ADBE

#D3ADBE
(211,173,190)
#D7B4C3
(215,180,195)
#DBBBC8
(219,187,200)
#DFC2CD
(223,194,205)
#E3C9D2
(227,201,210)
#E7D0D7
(231,208,215)
#EBD7DC
(235,215,220)
#EFDEE1
(239,222,225)
#F3E5E6
(243,229,230)
#F7ECEB
(247,236,235)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3ADBE; }

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

This text font color is #D3ADBE.


Background Color

.myBgColor { background-color: #D3ADBE; }

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

This div background color is #D3ADBE.


Border color

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

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

This div border color is #D3ADBE.


Opacity

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

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

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

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

This text has shadow with #D3ADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ADBE on black background.


Color preview on white background

This text has color #D3ADBE on white background.



Black color preview on #D3ADBE background

This text has black color on #D3ADBE background.


White color preview on #D3ADBE background

This text has white color on #D3ADBE background.