COLOR #DABCBB

HEX: #DABCBB
RGB: (218,188,187)

Color info

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

RGB color model

#DABCBB color RGB value is (218,188,187).

  • red value is 218;
  • green value is 188;
  • blue value is 187.
RGB:
(218,188,187)
(85%,74%,73%)

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 187 of 255 = 73%

218
188
187

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

Portions of RGB colors in percentages

R + G + B =
218 + 188 + 187 = 593 (100%)
R 218 of 593 ~ 36.76%
G 188 of 593 ~ 31.7%
B 187 of 593 ~ 31.53%

%36.76
%31.7
%31.53

CMYK color model

#DABCBB color CMYK value is (0,14,14,15).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(0,14,14,15)
C0M14Y14K15 
(0%,14%,14%,15%)
(0.00/0.14/0.14/0.15)	

CMYK percentages

%0
%13.76
%14.22
%14.51

Codes

Color #DABCBB in popluar color models

DABCBB
RGB218188187
HSL29.52%79.41%
HSB/HSV14.22%85.49%
CMYK0.00%13.76%14.22%
14.51%

Color #DABCBB in popluar number systems.

HEXDABCBB
Decimal218188187
Binary110110101011110010111011
Octal332274273

Shades and tints

Shades of #DABCBB

#DABCBB
(218,188,187)
#C7ABAA
(199,171,170)
#B49A99
(180,154,153)
#A18988
(161,137,136)
#8E7877
(142,120,119)
#7B6766
(123,103,102)
#685655
(104,86,85)
#554544
(85,69,68)
#423433
(66,52,51)
#2F2322
(47,35,34)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #DABCBB

#DABCBB
(218,188,187)
#DDC2C1
(221,194,193)
#E0C8C7
(224,200,199)
#E3CECD
(227,206,205)
#E6D4D3
(230,212,211)
#E9DAD9
(233,218,217)
#ECE0DF
(236,224,223)
#EFE6E5
(239,230,229)
#F2ECEB
(242,236,235)
#F5F2F1
(245,242,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABCBB color. Also use rgb(218,188,187) instead hex code.

Text Font Color

.myTextColor { color: #DABCBB; }

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

This text font color is #DABCBB.


Background Color

.myBgColor { background-color: #DABCBB; }

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

This div background color is #DABCBB.


Border color

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

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

This div border color is #DABCBB.


Opacity

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

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

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

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

This text has shadow with #DABCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABCBB on black background.


Color preview on white background

This text has color #DABCBB on white background.



Black color preview on #DABCBB background

This text has black color on #DABCBB background.


White color preview on #DABCBB background

This text has white color on #DABCBB background.