COLOR #DABEB0

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

Color info

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

RGB color model

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

RGB: (218,190,176) (85%, 75%, 69%)

RGB channels and saturation

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

218
190
176

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

Portions of RGB colors in percentages

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

%37.33
%32.53
%30.14

CMYK color model

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

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

CMYK percentages

%0
%12.84
%19.27
%14.51

Codes

Color #DABEB0 in popluar color models

DA BE B0
RGB 218 190 176
HSL 20° 36.21% 77.25%
HSB/HSV 20° 19.27% 85.49%
CMYK 0.00% 12.84% 19.27%
14.51%

Color #DABEB0 in popluar number systems.

HEX DA BE B0
Decimal 218 190 176
Binary 11011010 10111110 10110000
Octal 332 276 260

Shades and tints

Shades of #DABEB0

#DABEB0
(218,190,176)
#C7ADA0
(199,173,160)
#B49C90
(180,156,144)
#A18B80
(161,139,128)
#8E7A70
(142,122,112)
#7B6960
(123,105,96)
#685850
(104,88,80)
#554740
(85,71,64)
#423630
(66,54,48)
#2F2520
(47,37,32)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #DABEB0

#DABEB0
(218,190,176)
#DDC3B7
(221,195,183)
#E0C8BE
(224,200,190)
#E3CDC5
(227,205,197)
#E6D2CC
(230,210,204)
#E9D7D3
(233,215,211)
#ECDCDA
(236,220,218)
#EFE1E1
(239,225,225)
#F2E6E8
(242,230,232)
#F5EBEF
(245,235,239)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABEB0; }

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

This text font color is #DABEB0.

Background Color

.myBgColor { background-color: #DABEB0; }

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

This div background color is #DABEB0.

Border color

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

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

This div border color is #DABEB0.

Opacity

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

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

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

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

This text has shadow with #DABEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABEB0.

Preview

Color preview on black background

This text has color #DABEB0 on black background.


Color preview on white background

This text has color #DABEB0 on white background.


Black color preview on #DABEB0 background

This text has black color on #DABEB0 background.


White color preview on #DABEB0 background

This text has white color on #DABEB0 background.


Related colors

Complementary color

Complementary color for #hex is #25414F.


I love getcolorcode.com

Triadic colors

1 #B0DABE and #BEB0DA with #DABEB0 are triadic colors.

2 #B0BEDA and #BEDAB0 with #DABEB0 are triadic colors.