COLOR #DABEB8

HEX: #DABEB8
RGB: (218,190,184)

Color info

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

RGB color model

#DABEB8 color RGB value is (218,190,184).

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

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 184 of 255 = 72%

218
190
184

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

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 184 = 592 (100%)
R 218 of 592 ~ 36.82%
G 190 of 592 ~ 32.09%
B 184 of 592 ~ 31.08%

%36.82
%32.09
%31.08

CMYK color model

#DABEB8 color CMYK value is (0,13,16,15).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(0,13,16,15)
C0M13Y16K15 
(0%,13%,16%,15%)
(0.00/0.13/0.16/0.15)	

CMYK percentages

%0
%12.84
%15.6
%14.51

Codes

Color #DABEB8 in popluar color models

DABEB8
RGB218190184
HSL11°31.48%78.82%
HSB/HSV11°15.60%85.49%
CMYK0.00%12.84%15.60%
14.51%

Color #DABEB8 in popluar number systems.

HEXDABEB8
Decimal218190184
Binary110110101011111010111000
Octal332276270

Shades and tints

Shades of #DABEB8

#DABEB8
(218,190,184)
#C7ADA8
(199,173,168)
#B49C98
(180,156,152)
#A18B88
(161,139,136)
#8E7A78
(142,122,120)
#7B6968
(123,105,104)
#685858
(104,88,88)
#554748
(85,71,72)
#423638
(66,54,56)
#2F2528
(47,37,40)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DABEB8

#DABEB8
(218,190,184)
#DDC3BE
(221,195,190)
#E0C8C4
(224,200,196)
#E3CDCA
(227,205,202)
#E6D2D0
(230,210,208)
#E9D7D6
(233,215,214)
#ECDCDC
(236,220,220)
#EFE1E2
(239,225,226)
#F2E6E8
(242,230,232)
#F5EBEE
(245,235,238)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABEB8; }

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

This text font color is #DABEB8.


Background Color

.myBgColor { background-color: #DABEB8; }

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

This div background color is #DABEB8.


Border color

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

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

This div border color is #DABEB8.


Opacity

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

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

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

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

This text has shadow with #DABEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABEB8 on black background.


Color preview on white background

This text has color #DABEB8 on white background.



Black color preview on #DABEB8 background

This text has black color on #DABEB8 background.


White color preview on #DABEB8 background

This text has white color on #DABEB8 background.