COLOR #DADEDD

HEX: #DADEDD
RGB: (218,222,221)

Color info

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

RGB color model

#DADEDD color RGB value is (218,222,221).

  • red value is 218;
  • green value is 222;
  • blue value is 221.
RGB:
(218,222,221)
(85%,87%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 221 of 255 = 87%

218
222
221

R + G + B ~ 86%. #DADEDD is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 222 + 221 = 661 (100%)
R 218 of 661 ~ 32.98%
G 222 of 661 ~ 33.59%
B 221 of 661 ~ 33.43%

%32.98
%33.59
%33.43

CMYK color model

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

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.94%
CMYK:
(2,0,0,13)
C2M0Y0K13 
(2%,0%,0%,13%)
(0.02/0.00/0.00/0.13)	

CMYK percentages

%1.8
%0
%0.45
%12.94

Codes

Color #DADEDD in popluar color models

DADEDD
RGB218222221
HSL165°5.71%86.27%
HSB/HSV165°1.80%87.06%
CMYK1.80%0.00%0.45%
12.94%

Color #DADEDD in popluar number systems.

HEXDADEDD
Decimal218222221
Binary110110101101111011011101
Octal332336335

Shades and tints

Shades of #DADEDD

#DADEDD
(218,222,221)
#C7CAC9
(199,202,201)
#B4B6B5
(180,182,181)
#A1A2A1
(161,162,161)
#8E8E8D
(142,142,141)
#7B7A79
(123,122,121)
#686665
(104,102,101)
#555251
(85,82,81)
#423E3D
(66,62,61)
#2F2A29
(47,42,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #DADEDD

#DADEDD
(218,222,221)
#DDE1E0
(221,225,224)
#E0E4E3
(224,228,227)
#E3E7E6
(227,231,230)
#E6EAE9
(230,234,233)
#E9EDEC
(233,237,236)
#ECF0EF
(236,240,239)
#EFF3F2
(239,243,242)
#F2F6F5
(242,246,245)
#F5F9F8
(245,249,248)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADEDD; }

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

This text font color is #DADEDD.


Background Color

.myBgColor { background-color: #DADEDD; }

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

This div background color is #DADEDD.


Border color

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

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

This div border color is #DADEDD.


Opacity

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

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

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

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

This text has shadow with #DADEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADEDD on black background.


Color preview on white background

This text has color #DADEDD on white background.



Black color preview on #DADEDD background

This text has black color on #DADEDD background.


White color preview on #DADEDD background

This text has white color on #DADEDD background.