COLOR #D2BABE

HEX: #D2BABE RGB: (210,186,190)

Color info

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

RGB color model

#D2BABE color RGB value is (210,186,190).

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

RGB channels and saturation

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

210
186
190

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

Portions of RGB colors in percentages

R + G + B = 210 + 186 + 190 = 586 (100%)
R 210 of 586 ~ 35.84%
G 186 of 586 ~ 31.74%
B 190 of 586 ~ 32.42'%

%35.84
%31.74
%32.42

CMYK color model

#D2BABE color CMYK value is (0,11,10,18).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 9.52%
  • key color value is 17.65%

CMYK: (0,11,10,18)
C0M11Y10K18 (0%, 11%, 10%, 18%)
(0.00 / 0.11 / 0.10 / 0.18)

CMYK percentages

%0
%11.43
%9.52
%17.65

Codes

Color #D2BABE in popluar color models

D2 BA BE
RGB 210 186 190
HSL 350° 21.05% 77.65%
HSB/HSV 350° 11.43% 82.35%
CMYK 0.00% 11.43% 9.52%
17.65%

Color #D2BABE in popluar number systems.

HEX D2 BA BE
Decimal 210 186 190
Binary 11010010 10111010 10111110
Octal 322 272 276

Shades and tints

Shades of #D2BABE

#D2BABE
(210,186,190)
#BFAAAD
(191,170,173)
#AC9A9C
(172,154,156)
#998A8B
(153,138,139)
#867A7A
(134,122,122)
#736A69
(115,106,105)
#605A58
(96,90,88)
#4D4A47
(77,74,71)
#3A3A36
(58,58,54)
#272A25
(39,42,37)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #D2BABE

#D2BABE
(210,186,190)
#D6C0C3
(214,192,195)
#DAC6C8
(218,198,200)
#DECCCD
(222,204,205)
#E2D2D2
(226,210,210)
#E6D8D7
(230,216,215)
#EADEDC
(234,222,220)
#EEE4E1
(238,228,225)
#F2EAE6
(242,234,230)
#F6F0EB
(246,240,235)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BABE; }

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

This text font color is #D2BABE.

Background Color

.myBgColor { background-color: #D2BABE; }

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

This div background color is #D2BABE.

Border color

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

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

This div border color is #D2BABE.

Opacity

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

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

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

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

This text has shadow with #D2BABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BABE.

Preview

Color preview on black background

This text has color #D2BABE on black background.


Color preview on white background

This text has color #D2BABE on white background.


Black color preview on #D2BABE background

This text has black color on #D2BABE background.


White color preview on #D2BABE background

This text has white color on #D2BABE background.


Related colors

Complementary color

Complementary color for #hex is #2D4541.


I love getcolorcode.com

Triadic colors

1 #BED2BA and #BABED2 with #D2BABE are triadic colors.

2 #BEBAD2 and #BAD2BE with #D2BABE are triadic colors.