COLOR #DAD4D3

HEX: #DAD4D3
RGB: (218,212,211)

Color info

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

RGB color model

#DAD4D3 color RGB value is (218,212,211).

  • red value is 218;
  • green value is 212;
  • blue value is 211.
RGB:
(218,212,211)
(85%,83%,83%)

RGB channels and saturation

R 218 of 255 = 85%
G 212 of 255 = 83%
B 211 of 255 = 83%

218
212
211

R + G + B ~ 84%. #DAD4D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 212 + 211 = 641 (100%)
R 218 of 641 ~ 34.01%
G 212 of 641 ~ 33.07%
B 211 of 641 ~ 32.92%

%34.01
%33.07
%32.92

CMYK color model

#DAD4D3 color CMYK value is (0,3,3,15).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK:
(0,3,3,15)
C0M3Y3K15 
(0%,3%,3%,15%)
(0.00/0.03/0.03/0.15)	

CMYK percentages

%0
%2.75
%3.21
%14.51

Codes

Color #DAD4D3 in popluar color models

DAD4D3
RGB218212211
HSL8.64%84.12%
HSB/HSV3.21%85.49%
CMYK0.00%2.75%3.21%
14.51%

Color #DAD4D3 in popluar number systems.

HEXDAD4D3
Decimal218212211
Binary110110101101010011010011
Octal332324323

Shades and tints

Shades of #DAD4D3

#DAD4D3
(218,212,211)
#C7C1C0
(199,193,192)
#B4AEAD
(180,174,173)
#A19B9A
(161,155,154)
#8E8887
(142,136,135)
#7B7574
(123,117,116)
#686261
(104,98,97)
#554F4E
(85,79,78)
#423C3B
(66,60,59)
#2F2928
(47,41,40)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #DAD4D3

#DAD4D3
(218,212,211)
#DDD7D7
(221,215,215)
#E0DADB
(224,218,219)
#E3DDDF
(227,221,223)
#E6E0E3
(230,224,227)
#E9E3E7
(233,227,231)
#ECE6EB
(236,230,235)
#EFE9EF
(239,233,239)
#F2ECF3
(242,236,243)
#F5EFF7
(245,239,247)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD4D3 color. Also use rgb(218,212,211) instead hex code.

Text Font Color

.myTextColor { color: #DAD4D3; }

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

This text font color is #DAD4D3.


Background Color

.myBgColor { background-color: #DAD4D3; }

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

This div background color is #DAD4D3.


Border color

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

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

This div border color is #DAD4D3.


Opacity

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

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

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

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

This text has shadow with #DAD4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD4D3 on black background.


Color preview on white background

This text has color #DAD4D3 on white background.



Black color preview on #DAD4D3 background

This text has black color on #DAD4D3 background.


White color preview on #DAD4D3 background

This text has white color on #DAD4D3 background.