COLOR #DAD6C3

HEX: #DAD6C3
RGB: (218,214,195)

Color info

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

RGB color model

#DAD6C3 color RGB value is (218,214,195).

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

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 195 of 255 = 76%

218
214
195

R + G + B ~ 82%. #DAD6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 214 + 195 = 627 (100%)
R 218 of 627 ~ 34.77%
G 214 of 627 ~ 34.13%
B 195 of 627 ~ 31.1%

%34.77
%34.13
%31.1

CMYK color model

#DAD6C3 color CMYK value is (0,2,11,15).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 10.55%
  • key color value is 14.51%
CMYK:
(0,2,11,15)
C0M2Y11K15 
(0%,2%,11%,15%)
(0.00/0.02/0.11/0.15)	

CMYK percentages

%0
%1.83
%10.55
%14.51

Codes

Color #DAD6C3 in popluar color models

DAD6C3
RGB218214195
HSL50°23.71%80.98%
HSB/HSV50°10.55%85.49%
CMYK0.00%1.83%10.55%
14.51%

Color #DAD6C3 in popluar number systems.

HEXDAD6C3
Decimal218214195
Binary110110101101011011000011
Octal332326303

Shades and tints

Shades of #DAD6C3

#DAD6C3
(218,214,195)
#C7C3B2
(199,195,178)
#B4B0A1
(180,176,161)
#A19D90
(161,157,144)
#8E8A7F
(142,138,127)
#7B776E
(123,119,110)
#68645D
(104,100,93)
#55514C
(85,81,76)
#423E3B
(66,62,59)
#2F2B2A
(47,43,42)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAD6C3

#DAD6C3
(218,214,195)
#DDD9C8
(221,217,200)
#E0DCCD
(224,220,205)
#E3DFD2
(227,223,210)
#E6E2D7
(230,226,215)
#E9E5DC
(233,229,220)
#ECE8E1
(236,232,225)
#EFEBE6
(239,235,230)
#F2EEEB
(242,238,235)
#F5F1F0
(245,241,240)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6C3; }

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

This text font color is #DAD6C3.


Background Color

.myBgColor { background-color: #DAD6C3; }

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

This div background color is #DAD6C3.


Border color

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

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

This div border color is #DAD6C3.


Opacity

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

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

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

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

This text has shadow with #DAD6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD6C3 on black background.


Color preview on white background

This text has color #DAD6C3 on white background.



Black color preview on #DAD6C3 background

This text has black color on #DAD6C3 background.


White color preview on #DAD6C3 background

This text has white color on #DAD6C3 background.