COLOR #DAB0BE

HEX: #DAB0BE
RGB: (218,176,190)

Color info

#DAB0BE contains red, green and blue colors in about the same proportion. Web safe color of #DAB0BE is #CC99CC (or #C9C).

RGB color model

#DAB0BE color RGB value is (218,176,190).

  • red value is 218;
  • green value is 176;
  • blue value is 190.
RGB:
(218,176,190)
(85%,69%,75%)

RGB channels and saturation

R 218 of 255 = 85%
G 176 of 255 = 69%
B 190 of 255 = 75%

218
176
190

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

Portions of RGB colors in percentages

R + G + B =
218 + 176 + 190 = 584 (100%)
R 218 of 584 ~ 37.33%
G 176 of 584 ~ 30.14%
B 190 of 584 ~ 32.53%

%37.33
%30.14
%32.53

CMYK color model

#DAB0BE color CMYK value is (0,19,13,15).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 12.84%
  • key color value is 14.51%
CMYK:
(0,19,13,15)
C0M19Y13K15 
(0%,19%,13%,15%)
(0.00/0.19/0.13/0.15)	

CMYK percentages

%0
%19.27
%12.84
%14.51

Codes

Color #DAB0BE in popluar color models

DAB0BE
RGB218176190
HSL340°36.21%77.25%
HSB/HSV340°19.27%85.49%
CMYK0.00%19.27%12.84%
14.51%

Color #DAB0BE in popluar number systems.

HEXDAB0BE
Decimal218176190
Binary110110101011000010111110
Octal332260276

Shades and tints

Shades of #DAB0BE

#DAB0BE
(218,176,190)
#C7A0AD
(199,160,173)
#B4909C
(180,144,156)
#A1808B
(161,128,139)
#8E707A
(142,112,122)
#7B6069
(123,96,105)
#685058
(104,80,88)
#554047
(85,64,71)
#423036
(66,48,54)
#2F2025
(47,32,37)
#1C1014
(28,16,20)
#000000
(0,0,0)

Tints of #DAB0BE

#DAB0BE
(218,176,190)
#DDB7C3
(221,183,195)
#E0BEC8
(224,190,200)
#E3C5CD
(227,197,205)
#E6CCD2
(230,204,210)
#E9D3D7
(233,211,215)
#ECDADC
(236,218,220)
#EFE1E1
(239,225,225)
#F2E8E6
(242,232,230)
#F5EFEB
(245,239,235)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB0BE color. Also use rgb(218,176,190) instead hex code.

Text Font Color

.myTextColor { color: #DAB0BE; }

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

This text font color is #DAB0BE.


Background Color

.myBgColor { background-color: #DAB0BE; }

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

This div background color is #DAB0BE.


Border color

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

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

This div border color is #DAB0BE.


Opacity

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

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

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

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

This text has shadow with #DAB0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB0BE on black background.


Color preview on white background

This text has color #DAB0BE on white background.



Black color preview on #DAB0BE background

This text has black color on #DAB0BE background.


White color preview on #DAB0BE background

This text has white color on #DAB0BE background.