COLOR #DAD3B7

HEX: #DAD3B7 RGB: (218,211,183)

Color info

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

RGB color model

#DAD3B7 color RGB value is (218,211,183).

RGB: (218,211,183) (85%, 83%, 72%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 183 of 255 = 72%

218
211
183

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

Portions of RGB colors in percentages

R + G + B = 218 + 211 + 183 = 612 (100%)
R 218 of 612 ~ 35.62%
G 211 of 612 ~ 34.48%
B 183 of 612 ~ 29.9'%

%35.62
%34.48
%29.9

CMYK color model

#DAD3B7 color CMYK value is (0,3,16,15).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 16.06%
  • key color value is 14.51%
CMYK: (0,3,16,15) C0M3Y16K15 (0%,3%,16%,15%) (0.00/0.03/0.16/0.15) 

CMYK percentages

%0
%3.21
%16.06
%14.51

Codes

Color #DAD3B7 in popluar color models

DA D3 B7
RGB 218 211 183
HSL 48° 32.11% 78.63%
HSB/HSV 48° 16.06% 85.49%
CMYK 0.00% 3.21% 16.06%
14.51%

Color #DAD3B7 in popluar number systems.

HEX DA D3 B7
Decimal 218 211 183
Binary 11011010 11010011 10110111
Octal 332 323 267

Shades and tints

Shades of #DAD3B7

#DAD3B7
(218,211,183)
#C7C0A7
(199,192,167)
#B4AD97
(180,173,151)
#A19A87
(161,154,135)
#8E8777
(142,135,119)
#7B7467
(123,116,103)
#686157
(104,97,87)
#554E47
(85,78,71)
#423B37
(66,59,55)
#2F2827
(47,40,39)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #DAD3B7

#DAD3B7
(218,211,183)
#DDD7BD
(221,215,189)
#E0DBC3
(224,219,195)
#E3DFC9
(227,223,201)
#E6E3CF
(230,227,207)
#E9E7D5
(233,231,213)
#ECEBDB
(236,235,219)
#EFEFE1
(239,239,225)
#F2F3E7
(242,243,231)
#F5F7ED
(245,247,237)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD3B7 color. Also use rgb(218,211,183) instead hex code.

Text Font Color

.myTextColor { color: #DAD3B7; }

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

This text font color is #DAD3B7.

Background Color

.myBgColor { background-color: #DAD3B7; }

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

This div background color is #DAD3B7.

Border color

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

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

This div border color is #DAD3B7.

Opacity

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

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

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

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

This text has shadow with #DAD3B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD3B7.

Preview

Color preview on black background

This text has color #DAD3B7 on black background.


Color preview on white background

This text has color #DAD3B7 on white background.


Black color preview on #DAD3B7 background

This text has black color on #DAD3B7 background.


White color preview on #DAD3B7 background

This text has white color on #DAD3B7 background.


Related colors

Complementary color

Complementary color for #hex is #252C48.


I love getcolorcode.com

Triadic colors

1 #B7DAD3 and #D3B7DA with #DAD3B7 are triadic colors.

2 #B7D3DA and #D3DAB7 with #DAD3B7 are triadic colors.