COLOR #DAD4DA

HEX: #DAD4DA
RGB: (218,212,218)

Color info

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

RGB color model

#DAD4DA color RGB value is (218,212,218).

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

RGB channels and saturation

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

218
212
218

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

Portions of RGB colors in percentages

R + G + B =
218 + 212 + 218 = 648 (100%)
R 218 of 648 ~ 33.64%
G 212 of 648 ~ 32.72%
B 218 of 648 ~ 33.64%

%33.64
%32.72
%33.64

CMYK color model

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

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

CMYK percentages

%0
%2.75
%0
%14.51

Codes

Color #DAD4DA in popluar color models

DAD4DA
RGB218212218
HSL300°7.50%84.31%
HSB/HSV300°2.75%85.49%
CMYK0.00%2.75%0.00%
14.51%

Color #DAD4DA in popluar number systems.

HEXDAD4DA
Decimal218212218
Binary110110101101010011011010
Octal332324332

Shades and tints

Shades of #DAD4DA

#DAD4DA
(218,212,218)
#C7C1C7
(199,193,199)
#B4AEB4
(180,174,180)
#A19BA1
(161,155,161)
#8E888E
(142,136,142)
#7B757B
(123,117,123)
#686268
(104,98,104)
#554F55
(85,79,85)
#423C42
(66,60,66)
#2F292F
(47,41,47)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #DAD4DA

#DAD4DA
(218,212,218)
#DDD7DD
(221,215,221)
#E0DAE0
(224,218,224)
#E3DDE3
(227,221,227)
#E6E0E6
(230,224,230)
#E9E3E9
(233,227,233)
#ECE6EC
(236,230,236)
#EFE9EF
(239,233,239)
#F2ECF2
(242,236,242)
#F5EFF5
(245,239,245)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD4DA; }

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

This text font color is #DAD4DA.


Background Color

.myBgColor { background-color: #DAD4DA; }

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

This div background color is #DAD4DA.


Border color

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

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

This div border color is #DAD4DA.


Opacity

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

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

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

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

This text has shadow with #DAD4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD4DA on black background.


Color preview on white background

This text has color #DAD4DA on white background.



Black color preview on #DAD4DA background

This text has black color on #DAD4DA background.


White color preview on #DAD4DA background

This text has white color on #DAD4DA background.