COLOR #DABEB1

HEX: #DABEB1 RGB: (218,190,177)

Color info

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

RGB color model

#DABEB1 color RGB value is (218,190,177).

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

RGB channels and saturation

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

218
190
177

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

Portions of RGB colors in percentages

R + G + B = 218 + 190 + 177 = 585 (100%)
R 218 of 585 ~ 37.26%
G 190 of 585 ~ 32.48%
B 177 of 585 ~ 30.26'%

%37.26
%32.48
%30.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 18.81%
  • 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
%18.81
%14.51

Codes

Color #DABEB1 in popluar color models

DA BE B1
RGB 218 190 177
HSL 19° 35.65% 77.45%
HSB/HSV 19° 18.81% 85.49%
CMYK 0.00% 12.84% 18.81%
14.51%

Color #DABEB1 in popluar number systems.

HEX DA BE B1
Decimal 218 190 177
Binary 11011010 10111110 10110001
Octal 332 276 261

Shades and tints

Shades of #DABEB1

#DABEB1
(218,190,177)
#C7ADA1
(199,173,161)
#B49C91
(180,156,145)
#A18B81
(161,139,129)
#8E7A71
(142,122,113)
#7B6961
(123,105,97)
#685851
(104,88,81)
#554741
(85,71,65)
#423631
(66,54,49)
#2F2521
(47,37,33)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #DABEB1

#DABEB1
(218,190,177)
#DDC3B8
(221,195,184)
#E0C8BF
(224,200,191)
#E3CDC6
(227,205,198)
#E6D2CD
(230,210,205)
#E9D7D4
(233,215,212)
#ECDCDB
(236,220,219)
#EFE1E2
(239,225,226)
#F2E6E9
(242,230,233)
#F5EBF0
(245,235,240)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABEB1; }

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

This text font color is #DABEB1.

Background Color

.myBgColor { background-color: #DABEB1; }

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

This div background color is #DABEB1.

Border color

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

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

This div border color is #DABEB1.

Opacity

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

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

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

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

This text has shadow with #DABEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABEB1.

Preview

Color preview on black background

This text has color #DABEB1 on black background.


Color preview on white background

This text has color #DABEB1 on white background.


Black color preview on #DABEB1 background

This text has black color on #DABEB1 background.


White color preview on #DABEB1 background

This text has white color on #DABEB1 background.


Related colors

Complementary color

Complementary color for #hex is #25414E.


I love getcolorcode.com

Triadic colors

1 #B1DABE and #BEB1DA with #DABEB1 are triadic colors.

2 #B1BEDA and #BEDAB1 with #DABEB1 are triadic colors.