COLOR #DAB4BF

HEX: #DAB4BF
RGB: (218,180,191)

Color info

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

RGB color model

#DAB4BF color RGB value is (218,180,191).

  • red value is 218;
  • green value is 180;
  • blue value is 191.
RGB:
(218,180,191)
(85%,71%,75%)

RGB channels and saturation

R 218 of 255 = 85%
G 180 of 255 = 71%
B 191 of 255 = 75%

218
180
191

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

Portions of RGB colors in percentages

R + G + B =
218 + 180 + 191 = 589 (100%)
R 218 of 589 ~ 37.01%
G 180 of 589 ~ 30.56%
B 191 of 589 ~ 32.43%

%37.01
%30.56
%32.43

CMYK color model

#DAB4BF color CMYK value is (0,17,12,15).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 12.39%
  • key color value is 14.51%
CMYK:
(0,17,12,15)
C0M17Y12K15 
(0%,17%,12%,15%)
(0.00/0.17/0.12/0.15)	

CMYK percentages

%0
%17.43
%12.39
%14.51

Codes

Color #DAB4BF in popluar color models

DAB4BF
RGB218180191
HSL343°33.93%78.04%
HSB/HSV343°17.43%85.49%
CMYK0.00%17.43%12.39%
14.51%

Color #DAB4BF in popluar number systems.

HEXDAB4BF
Decimal218180191
Binary110110101011010010111111
Octal332264277

Shades and tints

Shades of #DAB4BF

#DAB4BF
(218,180,191)
#C7A4AE
(199,164,174)
#B4949D
(180,148,157)
#A1848C
(161,132,140)
#8E747B
(142,116,123)
#7B646A
(123,100,106)
#685459
(104,84,89)
#554448
(85,68,72)
#423437
(66,52,55)
#2F2426
(47,36,38)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #DAB4BF

#DAB4BF
(218,180,191)
#DDBAC4
(221,186,196)
#E0C0C9
(224,192,201)
#E3C6CE
(227,198,206)
#E6CCD3
(230,204,211)
#E9D2D8
(233,210,216)
#ECD8DD
(236,216,221)
#EFDEE2
(239,222,226)
#F2E4E7
(242,228,231)
#F5EAEC
(245,234,236)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB4BF color. Also use rgb(218,180,191) instead hex code.

Text Font Color

.myTextColor { color: #DAB4BF; }

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

This text font color is #DAB4BF.


Background Color

.myBgColor { background-color: #DAB4BF; }

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

This div background color is #DAB4BF.


Border color

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

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

This div border color is #DAB4BF.


Opacity

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

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

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

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

This text has shadow with #DAB4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB4BF on black background.


Color preview on white background

This text has color #DAB4BF on white background.



Black color preview on #DAB4BF background

This text has black color on #DAB4BF background.


White color preview on #DAB4BF background

This text has white color on #DAB4BF background.