COLOR #DABBB6

HEX: #DABBB6 RGB: (218,187,182)

Color info

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

RGB color model

#DABBB6 color RGB value is (218,187,182).

RGB: (218,187,182) (85%, 73%, 71%)

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 182 of 255 = 71%

218
187
182

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

Portions of RGB colors in percentages

R + G + B = 218 + 187 + 182 = 587 (100%)
R 218 of 587 ~ 37.14%
G 187 of 587 ~ 31.86%
B 182 of 587 ~ 31.01'%

%37.14
%31.86
%31.01

CMYK color model

#DABBB6 color CMYK value is (0,14,17,15).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 16.51%
  • key color value is 14.51%
CMYK: (0,14,17,15) C0M14Y17K15 (0%,14%,17%,15%) (0.00/0.14/0.17/0.15) 

CMYK percentages

%0
%14.22
%16.51
%14.51

Codes

Color #DABBB6 in popluar color models

DA BB B6
RGB 218 187 182
HSL 32.73% 78.43%
HSB/HSV 16.51% 85.49%
CMYK 0.00% 14.22% 16.51%
14.51%

Color #DABBB6 in popluar number systems.

HEX DA BB B6
Decimal 218 187 182
Binary 11011010 10111011 10110110
Octal 332 273 266

Shades and tints

Shades of #DABBB6

#DABBB6
(218,187,182)
#C7AAA6
(199,170,166)
#B49996
(180,153,150)
#A18886
(161,136,134)
#8E7776
(142,119,118)
#7B6666
(123,102,102)
#685556
(104,85,86)
#554446
(85,68,70)
#423336
(66,51,54)
#2F2226
(47,34,38)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #DABBB6

#DABBB6
(218,187,182)
#DDC1BC
(221,193,188)
#E0C7C2
(224,199,194)
#E3CDC8
(227,205,200)
#E6D3CE
(230,211,206)
#E9D9D4
(233,217,212)
#ECDFDA
(236,223,218)
#EFE5E0
(239,229,224)
#F2EBE6
(242,235,230)
#F5F1EC
(245,241,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABBB6 color. Also use rgb(218,187,182) instead hex code.

Text Font Color

.myTextColor { color: #DABBB6; }

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

This text font color is #DABBB6.

Background Color

.myBgColor { background-color: #DABBB6; }

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

This div background color is #DABBB6.

Border color

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

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

This div border color is #DABBB6.

Opacity

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

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

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

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

This text has shadow with #DABBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABBB6.

Preview

Color preview on black background

This text has color #DABBB6 on black background.


Color preview on white background

This text has color #DABBB6 on white background.


Black color preview on #DABBB6 background

This text has black color on #DABBB6 background.


White color preview on #DABBB6 background

This text has white color on #DABBB6 background.


Related colors

Complementary color

Complementary color for #hex is #254449.


I love getcolorcode.com

Triadic colors

1 #B6DABB and #BBB6DA with #DABBB6 are triadic colors.

2 #B6BBDA and #BBDAB6 with #DABBB6 are triadic colors.