COLOR #D1BABE

HEX: #D1BABE RGB: (209,186,190)

Color info

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

RGB color model

#D1BABE color RGB value is (209,186,190).

RGB: (209,186,190) (82%, 73%, 75%)

RGB channels and saturation

R 209 of 255 = 82%
G 186 of 255 = 73%
B 190 of 255 = 75%

209
186
190

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

Portions of RGB colors in percentages

R + G + B = 209 + 186 + 190 = 585 (100%)
R 209 of 585 ~ 35.73%
G 186 of 585 ~ 31.79%
B 190 of 585 ~ 32.48'%

%35.73
%31.79
%32.48

CMYK color model

#D1BABE color CMYK value is (0,11,9,18).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 9.09%
  • key color value is 18.04%

CMYK: (0,11,9,18)
C0M11Y9K18 (0%, 11%, 9%, 18%)
(0.00 / 0.11 / 0.09 / 0.18)

CMYK percentages

%0
%11
%9.09
%18.04

Codes

Color #D1BABE in popluar color models

D1 BA BE
RGB 209 186 190
HSL 350° 20.00% 77.45%
HSB/HSV 350° 11.00% 81.96%
CMYK 0.00% 11.00% 9.09%
18.04%

Color #D1BABE in popluar number systems.

HEX D1 BA BE
Decimal 209 186 190
Binary 11010001 10111010 10111110
Octal 321 272 276

Shades and tints

Shades of #D1BABE

#D1BABE
(209,186,190)
#BEAAAD
(190,170,173)
#AB9A9C
(171,154,156)
#988A8B
(152,138,139)
#857A7A
(133,122,122)
#726A69
(114,106,105)
#5F5A58
(95,90,88)
#4C4A47
(76,74,71)
#393A36
(57,58,54)
#262A25
(38,42,37)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #D1BABE

#D1BABE
(209,186,190)
#D5C0C3
(213,192,195)
#D9C6C8
(217,198,200)
#DDCCCD
(221,204,205)
#E1D2D2
(225,210,210)
#E5D8D7
(229,216,215)
#E9DEDC
(233,222,220)
#EDE4E1
(237,228,225)
#F1EAE6
(241,234,230)
#F5F0EB
(245,240,235)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BABE; }

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

This text font color is #D1BABE.

Background Color

.myBgColor { background-color: #D1BABE; }

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

This div background color is #D1BABE.

Border color

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

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

This div border color is #D1BABE.

Opacity

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

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

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

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

This text has shadow with #D1BABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BABE.

Preview

Color preview on black background

This text has color #D1BABE on black background.


Color preview on white background

This text has color #D1BABE on white background.


Black color preview on #D1BABE background

This text has black color on #D1BABE background.


White color preview on #D1BABE background

This text has white color on #D1BABE background.


Related colors

Complementary color

Complementary color for #hex is #2E4541.


I love getcolorcode.com

Triadic colors

1 #BED1BA and #BABED1 with #D1BABE are triadic colors.

2 #BEBAD1 and #BAD1BE with #D1BABE are triadic colors.