COLOR #DAD5B1

HEX: #DAD5B1 RGB: (218,213,177)

Color info

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

RGB color model

#DAD5B1 color RGB value is (218,213,177).

RGB: (218,213,177) (85%, 84%, 69%)

RGB channels and saturation

R 218 of 255 = 85%
G 213 of 255 = 84%
B 177 of 255 = 69%

218
213
177

R + G + B ~ 79%. #DAD5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 213 + 177 = 608 (100%)
R 218 of 608 ~ 35.86%
G 213 of 608 ~ 35.03%
B 177 of 608 ~ 29.11'%

%35.86
%35.03
%29.11

CMYK color model

#DAD5B1 color CMYK value is (0,2,19,15).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 18.81%
  • key color value is 14.51%

CMYK: (0,2,19,15)
C0M2Y19K15 (0%, 2%, 19%, 15%)
(0.00 / 0.02 / 0.19 / 0.15)

CMYK percentages

%0
%2.29
%18.81
%14.51

Codes

Color #DAD5B1 in popluar color models

DA D5 B1
RGB 218 213 177
HSL 53° 35.65% 77.45%
HSB/HSV 53° 18.81% 85.49%
CMYK 0.00% 2.29% 18.81%
14.51%

Color #DAD5B1 in popluar number systems.

HEX DA D5 B1
Decimal 218 213 177
Binary 11011010 11010101 10110001
Octal 332 325 261

Shades and tints

Shades of #DAD5B1

#DAD5B1
(218,213,177)
#C7C2A1
(199,194,161)
#B4AF91
(180,175,145)
#A19C81
(161,156,129)
#8E8971
(142,137,113)
#7B7661
(123,118,97)
#686351
(104,99,81)
#555041
(85,80,65)
#423D31
(66,61,49)
#2F2A21
(47,42,33)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #DAD5B1

#DAD5B1
(218,213,177)
#DDD8B8
(221,216,184)
#E0DBBF
(224,219,191)
#E3DEC6
(227,222,198)
#E6E1CD
(230,225,205)
#E9E4D4
(233,228,212)
#ECE7DB
(236,231,219)
#EFEAE2
(239,234,226)
#F2EDE9
(242,237,233)
#F5F0F0
(245,240,240)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD5B1; }

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

This text font color is #DAD5B1.

Background Color

.myBgColor { background-color: #DAD5B1; }

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

This div background color is #DAD5B1.

Border color

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

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

This div border color is #DAD5B1.

Opacity

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

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

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

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

This text has shadow with #DAD5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD5B1.

Preview

Color preview on black background

This text has color #DAD5B1 on black background.


Color preview on white background

This text has color #DAD5B1 on white background.


Black color preview on #DAD5B1 background

This text has black color on #DAD5B1 background.


White color preview on #DAD5B1 background

This text has white color on #DAD5B1 background.


Related colors

Complementary color

Complementary color for #hex is #252A4E.


I love getcolorcode.com

Triadic colors

1 #B1DAD5 and #D5B1DA with #DAD5B1 are triadic colors.

2 #B1D5DA and #D5DAB1 with #DAD5B1 are triadic colors.