COLOR #DABBB1

HEX: #DABBB1
RGB: (218,187,177)

Color info

#DABBB1 contains red, green and blue colors in about the same proportion. Web safe color of #DABBB1 is #CCCC99 (or #CC9).

RGB color model

#DABBB1 color RGB value is (218,187,177).

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

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 177 of 255 = 69%

218
187
177

R + G + B ~ 76%. #DABBB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 187 + 177 = 582 (100%)
R 218 of 582 ~ 37.46%
G 187 of 582 ~ 32.13%
B 177 of 582 ~ 30.41%

%37.46
%32.13
%30.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 18.81%
  • key color value is 14.51%
CMYK:
(0,14,19,15)
C0M14Y19K15 
(0%,14%,19%,15%)
(0.00/0.14/0.19/0.15)	

CMYK percentages

%0
%14.22
%18.81
%14.51

Codes

Color #DABBB1 in popluar color models

DABBB1
RGB218187177
HSL15°35.65%77.45%
HSB/HSV15°18.81%85.49%
CMYK0.00%14.22%18.81%
14.51%

Color #DABBB1 in popluar number systems.

HEXDABBB1
Decimal218187177
Binary110110101011101110110001
Octal332273261

Shades and tints

Shades of #DABBB1

#DABBB1
(218,187,177)
#C7AAA1
(199,170,161)
#B49991
(180,153,145)
#A18881
(161,136,129)
#8E7771
(142,119,113)
#7B6661
(123,102,97)
#685551
(104,85,81)
#554441
(85,68,65)
#423331
(66,51,49)
#2F2221
(47,34,33)
#1C1111
(28,17,17)
#000000
(0,0,0)

Tints of #DABBB1

#DABBB1
(218,187,177)
#DDC1B8
(221,193,184)
#E0C7BF
(224,199,191)
#E3CDC6
(227,205,198)
#E6D3CD
(230,211,205)
#E9D9D4
(233,217,212)
#ECDFDB
(236,223,219)
#EFE5E2
(239,229,226)
#F2EBE9
(242,235,233)
#F5F1F0
(245,241,240)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABBB1; }

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

This text font color is #DABBB1.


Background Color

.myBgColor { background-color: #DABBB1; }

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

This div background color is #DABBB1.


Border color

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

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

This div border color is #DABBB1.


Opacity

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

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

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

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

This text has shadow with #DABBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABBB1 on black background.


Color preview on white background

This text has color #DABBB1 on white background.



Black color preview on #DABBB1 background

This text has black color on #DABBB1 background.


White color preview on #DABBB1 background

This text has white color on #DABBB1 background.