COLOR #D6BABE

HEX: #D6BABE
RGB: (214,186,190)

Color info

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

RGB color model

#D6BABE color RGB value is (214,186,190).

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

RGB channels and saturation

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

214
186
190

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

Portions of RGB colors in percentages

R + G + B =
214 + 186 + 190 = 590 (100%)
R 214 of 590 ~ 36.27%
G 186 of 590 ~ 31.53%
B 190 of 590 ~ 32.2%

%36.27
%31.53
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 11.21%
  • key color value is 16.08%
CMYK:
(0,13,11,16)
C0M13Y11K16 
(0%,13%,11%,16%)
(0.00/0.13/0.11/0.16)	

CMYK percentages

%0
%13.08
%11.21
%16.08

Codes

Color #D6BABE in popluar color models

D6BABE
RGB214186190
HSL351°25.45%78.43%
HSB/HSV351°13.08%83.92%
CMYK0.00%13.08%11.21%
16.08%

Color #D6BABE in popluar number systems.

HEXD6BABE
Decimal214186190
Binary110101101011101010111110
Octal326272276

Shades and tints

Shades of #D6BABE

#D6BABE
(214,186,190)
#C3AAAD
(195,170,173)
#B09A9C
(176,154,156)
#9D8A8B
(157,138,139)
#8A7A7A
(138,122,122)
#776A69
(119,106,105)
#645A58
(100,90,88)
#514A47
(81,74,71)
#3E3A36
(62,58,54)
#2B2A25
(43,42,37)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #D6BABE

#D6BABE
(214,186,190)
#D9C0C3
(217,192,195)
#DCC6C8
(220,198,200)
#DFCCCD
(223,204,205)
#E2D2D2
(226,210,210)
#E5D8D7
(229,216,215)
#E8DEDC
(232,222,220)
#EBE4E1
(235,228,225)
#EEEAE6
(238,234,230)
#F1F0EB
(241,240,235)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BABE; }

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

This text font color is #D6BABE.


Background Color

.myBgColor { background-color: #D6BABE; }

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

This div background color is #D6BABE.


Border color

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

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

This div border color is #D6BABE.


Opacity

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

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

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

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

This text has shadow with #D6BABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BABE on black background.


Color preview on white background

This text has color #D6BABE on white background.



Black color preview on #D6BABE background

This text has black color on #D6BABE background.


White color preview on #D6BABE background

This text has white color on #D6BABE background.