COLOR #DABBB8

HEX: #DABBB8
RGB: (218,187,184)

Color info

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

RGB color model

#DABBB8 color RGB value is (218,187,184).

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

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 184 of 255 = 72%

218
187
184

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

Portions of RGB colors in percentages

R + G + B =
218 + 187 + 184 = 589 (100%)
R 218 of 589 ~ 37.01%
G 187 of 589 ~ 31.75%
B 184 of 589 ~ 31.24%

%37.01
%31.75
%31.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(0,14,16,15)
C0M14Y16K15 
(0%,14%,16%,15%)
(0.00/0.14/0.16/0.15)	

CMYK percentages

%0
%14.22
%15.6
%14.51

Codes

Color #DABBB8 in popluar color models

DABBB8
RGB218187184
HSL31.48%78.82%
HSB/HSV15.60%85.49%
CMYK0.00%14.22%15.60%
14.51%

Color #DABBB8 in popluar number systems.

HEXDABBB8
Decimal218187184
Binary110110101011101110111000
Octal332273270

Shades and tints

Shades of #DABBB8

#DABBB8
(218,187,184)
#C7AAA8
(199,170,168)
#B49998
(180,153,152)
#A18888
(161,136,136)
#8E7778
(142,119,120)
#7B6668
(123,102,104)
#685558
(104,85,88)
#554448
(85,68,72)
#423338
(66,51,56)
#2F2228
(47,34,40)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #DABBB8

#DABBB8
(218,187,184)
#DDC1BE
(221,193,190)
#E0C7C4
(224,199,196)
#E3CDCA
(227,205,202)
#E6D3D0
(230,211,208)
#E9D9D6
(233,217,214)
#ECDFDC
(236,223,220)
#EFE5E2
(239,229,226)
#F2EBE8
(242,235,232)
#F5F1EE
(245,241,238)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABBB8; }

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

This text font color is #DABBB8.


Background Color

.myBgColor { background-color: #DABBB8; }

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

This div background color is #DABBB8.


Border color

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

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

This div border color is #DABBB8.


Opacity

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

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

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

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

This text has shadow with #DABBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABBB8 on black background.


Color preview on white background

This text has color #DABBB8 on white background.



Black color preview on #DABBB8 background

This text has black color on #DABBB8 background.


White color preview on #DABBB8 background

This text has white color on #DABBB8 background.