COLOR #DAD7BB

HEX: #DAD7BB RGB: (218,215,187)

Color info

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

RGB color model

#DAD7BB color RGB value is (218,215,187).

RGB: (218,215,187) (85%, 84%, 73%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 187 of 255 = 73%

218
215
187

R + G + B ~ 81%. #DAD7BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 187 = 620 (100%)
R 218 of 620 ~ 35.16%
G 215 of 620 ~ 34.68%
B 187 of 620 ~ 30.16'%

%35.16
%34.68
%30.16

CMYK color model

#DAD7BB color CMYK value is (0,1,14,15).

  • cyan value is 0.00%
  • magenta value is 1.38%
  • yellow value is 14.22%
  • key color value is 14.51%

CMYK: (0,1,14,15)
C0M1Y14K15 (0%, 1%, 14%, 15%)
(0.00 / 0.01 / 0.14 / 0.15)

CMYK percentages

%0
%1.38
%14.22
%14.51

Codes

Color #DAD7BB in popluar color models

DA D7 BB
RGB 218 215 187
HSL 54° 29.52% 79.41%
HSB/HSV 54° 14.22% 85.49%
CMYK 0.00% 1.38% 14.22%
14.51%

Color #DAD7BB in popluar number systems.

HEX DA D7 BB
Decimal 218 215 187
Binary 11011010 11010111 10111011
Octal 332 327 273

Shades and tints

Shades of #DAD7BB

#DAD7BB
(218,215,187)
#C7C4AA
(199,196,170)
#B4B199
(180,177,153)
#A19E88
(161,158,136)
#8E8B77
(142,139,119)
#7B7866
(123,120,102)
#686555
(104,101,85)
#555244
(85,82,68)
#423F33
(66,63,51)
#2F2C22
(47,44,34)
#1C1911
(28,25,17)
#000000
(0,0,0)

Tints of #DAD7BB

#DAD7BB
(218,215,187)
#DDDAC1
(221,218,193)
#E0DDC7
(224,221,199)
#E3E0CD
(227,224,205)
#E6E3D3
(230,227,211)
#E9E6D9
(233,230,217)
#ECE9DF
(236,233,223)
#EFECE5
(239,236,229)
#F2EFEB
(242,239,235)
#F5F2F1
(245,242,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7BB; }

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

This text font color is #DAD7BB.

Background Color

.myBgColor { background-color: #DAD7BB; }

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

This div background color is #DAD7BB.

Border color

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

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

This div border color is #DAD7BB.

Opacity

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

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

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

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

This text has shadow with #DAD7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD7BB.

Preview

Color preview on black background

This text has color #DAD7BB on black background.


Color preview on white background

This text has color #DAD7BB on white background.


Black color preview on #DAD7BB background

This text has black color on #DAD7BB background.


White color preview on #DAD7BB background

This text has white color on #DAD7BB background.


Related colors

Complementary color

Complementary color for #hex is #252844.


I love getcolorcode.com

Triadic colors

1 #BBDAD7 and #D7BBDA with #DAD7BB are triadic colors.

2 #BBD7DA and #D7DABB with #DAD7BB are triadic colors.