COLOR #DAD6B2

HEX: #DAD6B2 RGB: (218,214,178)

Color info

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

RGB color model

#DAD6B2 color RGB value is (218,214,178).

RGB: (218,214,178) (85%, 84%, 70%)

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 178 of 255 = 70%

218
214
178

R + G + B ~ 80%. #DAD6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 214 + 178 = 610 (100%)
R 218 of 610 ~ 35.74%
G 214 of 610 ~ 35.08%
B 178 of 610 ~ 29.18'%

%35.74
%35.08
%29.18

CMYK color model

#DAD6B2 color CMYK value is (0,2,18,15).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 18.35%
  • key color value is 14.51%

CMYK: (0,2,18,15)
C0M2Y18K15 (0%, 2%, 18%, 15%)
(0.00 / 0.02 / 0.18 / 0.15)

CMYK percentages

%0
%1.83
%18.35
%14.51

Codes

Color #DAD6B2 in popluar color models

DA D6 B2
RGB 218 214 178
HSL 54° 35.09% 77.65%
HSB/HSV 54° 18.35% 85.49%
CMYK 0.00% 1.83% 18.35%
14.51%

Color #DAD6B2 in popluar number systems.

HEX DA D6 B2
Decimal 218 214 178
Binary 11011010 11010110 10110010
Octal 332 326 262

Shades and tints

Shades of #DAD6B2

#DAD6B2
(218,214,178)
#C7C3A2
(199,195,162)
#B4B092
(180,176,146)
#A19D82
(161,157,130)
#8E8A72
(142,138,114)
#7B7762
(123,119,98)
#686452
(104,100,82)
#555142
(85,81,66)
#423E32
(66,62,50)
#2F2B22
(47,43,34)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAD6B2

#DAD6B2
(218,214,178)
#DDD9B9
(221,217,185)
#E0DCC0
(224,220,192)
#E3DFC7
(227,223,199)
#E6E2CE
(230,226,206)
#E9E5D5
(233,229,213)
#ECE8DC
(236,232,220)
#EFEBE3
(239,235,227)
#F2EEEA
(242,238,234)
#F5F1F1
(245,241,241)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD6B2 color. Also use rgb(218,214,178) instead hex code.

Text Font Color

.myTextColor { color: #DAD6B2; }

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

This text font color is #DAD6B2.

Background Color

.myBgColor { background-color: #DAD6B2; }

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

This div background color is #DAD6B2.

Border color

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

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

This div border color is #DAD6B2.

Opacity

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

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

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

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

This text has shadow with #DAD6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD6B2.

Preview

Color preview on black background

This text has color #DAD6B2 on black background.


Color preview on white background

This text has color #DAD6B2 on white background.


Black color preview on #DAD6B2 background

This text has black color on #DAD6B2 background.


White color preview on #DAD6B2 background

This text has white color on #DAD6B2 background.


Related colors

Complementary color

Complementary color for #hex is #25294D.


I love getcolorcode.com

Triadic colors

1 #B2DAD6 and #D6B2DA with #DAD6B2 are triadic colors.

2 #B2D6DA and #D6DAB2 with #DAD6B2 are triadic colors.