COLOR #DAD6BE

HEX: #DAD6BE
RGB: (218,214,190)

Color info

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

RGB color model

#DAD6BE color RGB value is (218,214,190).

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

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 190 of 255 = 75%

218
214
190

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

Portions of RGB colors in percentages

R + G + B =
218 + 214 + 190 = 622 (100%)
R 218 of 622 ~ 35.05%
G 214 of 622 ~ 34.41%
B 190 of 622 ~ 30.55%

%35.05
%34.41
%30.55

CMYK color model

#DAD6BE color CMYK value is (0,2,13,15).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 12.84%
  • key color value is 14.51%
CMYK:
(0,2,13,15)
C0M2Y13K15 
(0%,2%,13%,15%)
(0.00/0.02/0.13/0.15)	

CMYK percentages

%0
%1.83
%12.84
%14.51

Codes

Color #DAD6BE in popluar color models

DAD6BE
RGB218214190
HSL51°27.45%80.00%
HSB/HSV51°12.84%85.49%
CMYK0.00%1.83%12.84%
14.51%

Color #DAD6BE in popluar number systems.

HEXDAD6BE
Decimal218214190
Binary110110101101011010111110
Octal332326276

Shades and tints

Shades of #DAD6BE

#DAD6BE
(218,214,190)
#C7C3AD
(199,195,173)
#B4B09C
(180,176,156)
#A19D8B
(161,157,139)
#8E8A7A
(142,138,122)
#7B7769
(123,119,105)
#686458
(104,100,88)
#555147
(85,81,71)
#423E36
(66,62,54)
#2F2B25
(47,43,37)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #DAD6BE

#DAD6BE
(218,214,190)
#DDD9C3
(221,217,195)
#E0DCC8
(224,220,200)
#E3DFCD
(227,223,205)
#E6E2D2
(230,226,210)
#E9E5D7
(233,229,215)
#ECE8DC
(236,232,220)
#EFEBE1
(239,235,225)
#F2EEE6
(242,238,230)
#F5F1EB
(245,241,235)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6BE; }

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

This text font color is #DAD6BE.


Background Color

.myBgColor { background-color: #DAD6BE; }

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

This div background color is #DAD6BE.


Border color

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

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

This div border color is #DAD6BE.


Opacity

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

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

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

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

This text has shadow with #DAD6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD6BE on black background.


Color preview on white background

This text has color #DAD6BE on white background.



Black color preview on #DAD6BE background

This text has black color on #DAD6BE background.


White color preview on #DAD6BE background

This text has white color on #DAD6BE background.