COLOR #D6BABA

HEX: #D6BABA RGB: (214,186,186)

Color info

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

RGB color model

#D6BABA color RGB value is (214,186,186).

RGB: (214,186,186) (84%, 73%, 73%)

RGB channels and saturation

R 214 of 255 = 84%
G 186 of 255 = 73%
B 186 of 255 = 73%

214
186
186

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

Portions of RGB colors in percentages

R + G + B = 214 + 186 + 186 = 586 (100%)
R 214 of 586 ~ 36.52%
G 186 of 586 ~ 31.74%
B 186 of 586 ~ 31.74'%

%36.52
%31.74
%31.74

CMYK color model

#D6BABA color CMYK value is (0,13,13,16).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 13.08%
  • key color value is 16.08%

CMYK: (0,13,13,16)
C0M13Y13K16 (0%, 13%, 13%, 16%)
(0.00 / 0.13 / 0.13 / 0.16)

CMYK percentages

%0
%13.08
%13.08
%16.08

Codes

Color #D6BABA in popluar color models

D6 BA BA
RGB 214 186 186
HSL 25.45% 78.43%
HSB/HSV 13.08% 83.92%
CMYK 0.00% 13.08% 13.08%
16.08%

Color #D6BABA in popluar number systems.

HEX D6 BA BA
Decimal 214 186 186
Binary 11010110 10111010 10111010
Octal 326 272 272

Shades and tints

Shades of #D6BABA

#D6BABA
(214,186,186)
#C3AAAA
(195,170,170)
#B09A9A
(176,154,154)
#9D8A8A
(157,138,138)
#8A7A7A
(138,122,122)
#776A6A
(119,106,106)
#645A5A
(100,90,90)
#514A4A
(81,74,74)
#3E3A3A
(62,58,58)
#2B2A2A
(43,42,42)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #D6BABA

#D6BABA
(214,186,186)
#D9C0C0
(217,192,192)
#DCC6C6
(220,198,198)
#DFCCCC
(223,204,204)
#E2D2D2
(226,210,210)
#E5D8D8
(229,216,216)
#E8DEDE
(232,222,222)
#EBE4E4
(235,228,228)
#EEEAEA
(238,234,234)
#F1F0F0
(241,240,240)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BABA; }

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

This text font color is #D6BABA.

Background Color

.myBgColor { background-color: #D6BABA; }

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

This div background color is #D6BABA.

Border color

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

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

This div border color is #D6BABA.

Opacity

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

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

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

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

This text has shadow with #D6BABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BABA.

Preview

Color preview on black background

This text has color #D6BABA on black background.


Color preview on white background

This text has color #D6BABA on white background.


Black color preview on #D6BABA background

This text has black color on #D6BABA background.


White color preview on #D6BABA background

This text has white color on #D6BABA background.


Related colors

Complementary color

Complementary color for #hex is #294545.


I love getcolorcode.com