COLOR #DAD9B7

HEX: #DAD9B7 RGB: (218,217,183)

Color info

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

RGB color model

#DAD9B7 color RGB value is (218,217,183).

RGB: (218,217,183) (85%, 85%, 72%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 183 of 255 = 72%

218
217
183

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

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 183 = 618 (100%)
R 218 of 618 ~ 35.28%
G 217 of 618 ~ 35.11%
B 183 of 618 ~ 29.61'%

%35.28
%35.11
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 16.06%
  • key color value is 14.51%

CMYK: (0,0,16,15)
C0M0Y16K15 (0%, 0%, 16%, 15%)
(0.00 / 0.00 / 0.16 / 0.15)

CMYK percentages

%0
%0.46
%16.06
%14.51

Codes

Color #DAD9B7 in popluar color models

DA D9 B7
RGB 218 217 183
HSL 58° 32.11% 78.63%
HSB/HSV 58° 16.06% 85.49%
CMYK 0.00% 0.46% 16.06%
14.51%

Color #DAD9B7 in popluar number systems.

HEX DA D9 B7
Decimal 218 217 183
Binary 11011010 11011001 10110111
Octal 332 331 267

Shades and tints

Shades of #DAD9B7

#DAD9B7
(218,217,183)
#C7C6A7
(199,198,167)
#B4B397
(180,179,151)
#A1A087
(161,160,135)
#8E8D77
(142,141,119)
#7B7A67
(123,122,103)
#686757
(104,103,87)
#555447
(85,84,71)
#424137
(66,65,55)
#2F2E27
(47,46,39)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #DAD9B7

#DAD9B7
(218,217,183)
#DDDCBD
(221,220,189)
#E0DFC3
(224,223,195)
#E3E2C9
(227,226,201)
#E6E5CF
(230,229,207)
#E9E8D5
(233,232,213)
#ECEBDB
(236,235,219)
#EFEEE1
(239,238,225)
#F2F1E7
(242,241,231)
#F5F4ED
(245,244,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9B7; }

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

This text font color is #DAD9B7.

Background Color

.myBgColor { background-color: #DAD9B7; }

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

This div background color is #DAD9B7.

Border color

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

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

This div border color is #DAD9B7.

Opacity

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

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

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

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

This text has shadow with #DAD9B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD9B7.

Preview

Color preview on black background

This text has color #DAD9B7 on black background.


Color preview on white background

This text has color #DAD9B7 on white background.


Black color preview on #DAD9B7 background

This text has black color on #DAD9B7 background.


White color preview on #DAD9B7 background

This text has white color on #DAD9B7 background.


Related colors

Complementary color

Complementary color for #hex is #252648.


I love getcolorcode.com

Triadic colors

1 #B7DAD9 and #D9B7DA with #DAD9B7 are triadic colors.

2 #B7D9DA and #D9DAB7 with #DAD9B7 are triadic colors.