COLOR #DAD5BF

HEX: #DAD5BF
RGB: (218,213,191)

Color info

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

RGB color model

#DAD5BF color RGB value is (218,213,191).

  • red value is 218;
  • green value is 213;
  • blue value is 191.
RGB:
(218,213,191)
(85%,84%,75%)

RGB channels and saturation

R 218 of 255 = 85%
G 213 of 255 = 84%
B 191 of 255 = 75%

218
213
191

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

Portions of RGB colors in percentages

R + G + B =
218 + 213 + 191 = 622 (100%)
R 218 of 622 ~ 35.05%
G 213 of 622 ~ 34.24%
B 191 of 622 ~ 30.71%

%35.05
%34.24
%30.71

CMYK color model

#DAD5BF color CMYK value is (0,2,12,15).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 12.39%
  • key color value is 14.51%
CMYK:
(0,2,12,15)
C0M2Y12K15 
(0%,2%,12%,15%)
(0.00/0.02/0.12/0.15)	

CMYK percentages

%0
%2.29
%12.39
%14.51

Codes

Color #DAD5BF in popluar color models

DAD5BF
RGB218213191
HSL49°26.73%80.20%
HSB/HSV49°12.39%85.49%
CMYK0.00%2.29%12.39%
14.51%

Color #DAD5BF in popluar number systems.

HEXDAD5BF
Decimal218213191
Binary110110101101010110111111
Octal332325277

Shades and tints

Shades of #DAD5BF

#DAD5BF
(218,213,191)
#C7C2AE
(199,194,174)
#B4AF9D
(180,175,157)
#A19C8C
(161,156,140)
#8E897B
(142,137,123)
#7B766A
(123,118,106)
#686359
(104,99,89)
#555048
(85,80,72)
#423D37
(66,61,55)
#2F2A26
(47,42,38)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #DAD5BF

#DAD5BF
(218,213,191)
#DDD8C4
(221,216,196)
#E0DBC9
(224,219,201)
#E3DECE
(227,222,206)
#E6E1D3
(230,225,211)
#E9E4D8
(233,228,216)
#ECE7DD
(236,231,221)
#EFEAE2
(239,234,226)
#F2EDE7
(242,237,231)
#F5F0EC
(245,240,236)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD5BF; }

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

This text font color is #DAD5BF.


Background Color

.myBgColor { background-color: #DAD5BF; }

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

This div background color is #DAD5BF.


Border color

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

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

This div border color is #DAD5BF.


Opacity

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

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

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

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

This text has shadow with #DAD5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD5BF on black background.


Color preview on white background

This text has color #DAD5BF on white background.



Black color preview on #DAD5BF background

This text has black color on #DAD5BF background.


White color preview on #DAD5BF background

This text has white color on #DAD5BF background.