COLOR #D5BABB

HEX: #D5BABB
RGB: (213,186,187)

Color info

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

RGB color model

#D5BABB color RGB value is (213,186,187).

  • red value is 213;
  • green value is 186;
  • blue value is 187.
RGB:
(213,186,187)
(84%,73%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 186 of 255 = 73%
B 187 of 255 = 73%

213
186
187

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

Portions of RGB colors in percentages

R + G + B =
213 + 186 + 187 = 586 (100%)
R 213 of 586 ~ 36.35%
G 186 of 586 ~ 31.74%
B 187 of 586 ~ 31.91%

%36.35
%31.74
%31.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 12.21%
  • key color value is 16.47%
CMYK:
(0,13,12,16)
C0M13Y12K16 
(0%,13%,12%,16%)
(0.00/0.13/0.12/0.16)	

CMYK percentages

%0
%12.68
%12.21
%16.47

Codes

Color #D5BABB in popluar color models

D5BABB
RGB213186187
HSL358°24.32%78.24%
HSB/HSV358°12.68%83.53%
CMYK0.00%12.68%12.21%
16.47%

Color #D5BABB in popluar number systems.

HEXD5BABB
Decimal213186187
Binary110101011011101010111011
Octal325272273

Shades and tints

Shades of #D5BABB

#D5BABB
(213,186,187)
#C2AAAA
(194,170,170)
#AF9A99
(175,154,153)
#9C8A88
(156,138,136)
#897A77
(137,122,119)
#766A66
(118,106,102)
#635A55
(99,90,85)
#504A44
(80,74,68)
#3D3A33
(61,58,51)
#2A2A22
(42,42,34)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #D5BABB

#D5BABB
(213,186,187)
#D8C0C1
(216,192,193)
#DBC6C7
(219,198,199)
#DECCCD
(222,204,205)
#E1D2D3
(225,210,211)
#E4D8D9
(228,216,217)
#E7DEDF
(231,222,223)
#EAE4E5
(234,228,229)
#EDEAEB
(237,234,235)
#F0F0F1
(240,240,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BABB; }

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

This text font color is #D5BABB.


Background Color

.myBgColor { background-color: #D5BABB; }

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

This div background color is #D5BABB.


Border color

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

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

This div border color is #D5BABB.


Opacity

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

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

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

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

This text has shadow with #D5BABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BABB on black background.


Color preview on white background

This text has color #D5BABB on white background.



Black color preview on #D5BABB background

This text has black color on #D5BABB background.


White color preview on #D5BABB background

This text has white color on #D5BABB background.