COLOR #DAD6BB

HEX: #DAD6BB
RGB: (218,214,187)

Color info

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

RGB color model

#DAD6BB color RGB value is (218,214,187).

  • red value is 218;
  • green value is 214;
  • blue value is 187.
RGB:
(218,214,187)
(85%,84%,73%)

RGB channels and saturation

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

218
214
187

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

Portions of RGB colors in percentages

R + G + B =
218 + 214 + 187 = 619 (100%)
R 218 of 619 ~ 35.22%
G 214 of 619 ~ 34.57%
B 187 of 619 ~ 30.21%

%35.22
%34.57
%30.21

CMYK color model

#DAD6BB color CMYK value is (0,2,14,15).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(0,2,14,15)
C0M2Y14K15 
(0%,2%,14%,15%)
(0.00/0.02/0.14/0.15)	

CMYK percentages

%0
%1.83
%14.22
%14.51

Codes

Color #DAD6BB in popluar color models

DAD6BB
RGB218214187
HSL52°29.52%79.41%
HSB/HSV52°14.22%85.49%
CMYK0.00%1.83%14.22%
14.51%

Color #DAD6BB in popluar number systems.

HEXDAD6BB
Decimal218214187
Binary110110101101011010111011
Octal332326273

Shades and tints

Shades of #DAD6BB

#DAD6BB
(218,214,187)
#C7C3AA
(199,195,170)
#B4B099
(180,176,153)
#A19D88
(161,157,136)
#8E8A77
(142,138,119)
#7B7766
(123,119,102)
#686455
(104,100,85)
#555144
(85,81,68)
#423E33
(66,62,51)
#2F2B22
(47,43,34)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #DAD6BB

#DAD6BB
(218,214,187)
#DDD9C1
(221,217,193)
#E0DCC7
(224,220,199)
#E3DFCD
(227,223,205)
#E6E2D3
(230,226,211)
#E9E5D9
(233,229,217)
#ECE8DF
(236,232,223)
#EFEBE5
(239,235,229)
#F2EEEB
(242,238,235)
#F5F1F1
(245,241,241)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6BB; }

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

This text font color is #DAD6BB.


Background Color

.myBgColor { background-color: #DAD6BB; }

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

This div background color is #DAD6BB.


Border color

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

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

This div border color is #DAD6BB.


Opacity

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

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

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

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

This text has shadow with #DAD6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD6BB on black background.


Color preview on white background

This text has color #DAD6BB on white background.



Black color preview on #DAD6BB background

This text has black color on #DAD6BB background.


White color preview on #DAD6BB background

This text has white color on #DAD6BB background.