COLOR #D3BABE

HEX: #D3BABE
RGB: (211,186,190)

Color info

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

RGB color model

#D3BABE color RGB value is (211,186,190).

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

RGB channels and saturation

R 211 of 255 = 83%
G 186 of 255 = 73%
B 190 of 255 = 75%

211
186
190

R + G + B ~ 77%. #D3BABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 186 + 190 = 587 (100%)
R 211 of 587 ~ 35.95%
G 186 of 587 ~ 31.69%
B 190 of 587 ~ 32.37%

%35.95
%31.69
%32.37

CMYK color model

#D3BABE color CMYK value is (0,12,10,17).

  • cyan value is 0.00%
  • magenta value is 11.85%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK:
(0,12,10,17)
C0M12Y10K17 
(0%,12%,10%,17%)
(0.00/0.12/0.10/0.17)	

CMYK percentages

%0
%11.85
%9.95
%17.25

Codes

Color #D3BABE in popluar color models

D3BABE
RGB211186190
HSL350°22.12%77.84%
HSB/HSV350°11.85%82.75%
CMYK0.00%11.85%9.95%
17.25%

Color #D3BABE in popluar number systems.

HEXD3BABE
Decimal211186190
Binary110100111011101010111110
Octal323272276

Shades and tints

Shades of #D3BABE

#D3BABE
(211,186,190)
#C0AAAD
(192,170,173)
#AD9A9C
(173,154,156)
#9A8A8B
(154,138,139)
#877A7A
(135,122,122)
#746A69
(116,106,105)
#615A58
(97,90,88)
#4E4A47
(78,74,71)
#3B3A36
(59,58,54)
#282A25
(40,42,37)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #D3BABE

#D3BABE
(211,186,190)
#D7C0C3
(215,192,195)
#DBC6C8
(219,198,200)
#DFCCCD
(223,204,205)
#E3D2D2
(227,210,210)
#E7D8D7
(231,216,215)
#EBDEDC
(235,222,220)
#EFE4E1
(239,228,225)
#F3EAE6
(243,234,230)
#F7F0EB
(247,240,235)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BABE; }

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

This text font color is #D3BABE.


Background Color

.myBgColor { background-color: #D3BABE; }

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

This div background color is #D3BABE.


Border color

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

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

This div border color is #D3BABE.


Opacity

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

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

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

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

This text has shadow with #D3BABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BABE on black background.


Color preview on white background

This text has color #D3BABE on white background.



Black color preview on #D3BABE background

This text has black color on #D3BABE background.


White color preview on #D3BABE background

This text has white color on #D3BABE background.