COLOR #DADDE1

HEX: #DADDE1
RGB: (218,221,225)

Color info

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

RGB color model

#DADDE1 color RGB value is (218,221,225).

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

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 225 of 255 = 88%

218
221
225

R + G + B ~ 87%. #DADDE1 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 221 + 225 = 664 (100%)
R 218 of 664 ~ 32.83%
G 221 of 664 ~ 33.28%
B 225 of 664 ~ 33.89%

%32.83
%33.28
%33.89

CMYK color model

#DADDE1 color CMYK value is (3,2,0,12).

  • cyan value is 3.11%
  • magenta value is 1.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,2,0,12)
C3M2Y0K12 
(3%,2%,0%,12%)
(0.03/0.02/0.00/0.12)	

CMYK percentages

%3.11
%1.78
%0
%11.76

Codes

Color #DADDE1 in popluar color models

DADDE1
RGB218221225
HSL214°10.45%86.86%
HSB/HSV214°3.11%88.24%
CMYK3.11%1.78%0.00%
11.76%

Color #DADDE1 in popluar number systems.

HEXDADDE1
Decimal218221225
Binary110110101101110111100001
Octal332335341

Shades and tints

Shades of #DADDE1

#DADDE1
(218,221,225)
#C7C9CD
(199,201,205)
#B4B5B9
(180,181,185)
#A1A1A5
(161,161,165)
#8E8D91
(142,141,145)
#7B797D
(123,121,125)
#686569
(104,101,105)
#555155
(85,81,85)
#423D41
(66,61,65)
#2F292D
(47,41,45)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DADDE1

#DADDE1
(218,221,225)
#DDE0E3
(221,224,227)
#E0E3E5
(224,227,229)
#E3E6E7
(227,230,231)
#E6E9E9
(230,233,233)
#E9ECEB
(233,236,235)
#ECEFED
(236,239,237)
#EFF2EF
(239,242,239)
#F2F5F1
(242,245,241)
#F5F8F3
(245,248,243)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDE1; }

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

This text font color is #DADDE1.


Background Color

.myBgColor { background-color: #DADDE1; }

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

This div background color is #DADDE1.


Border color

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

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

This div border color is #DADDE1.


Opacity

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

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

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

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

This text has shadow with #DADDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADDE1 on black background.


Color preview on white background

This text has color #DADDE1 on white background.



Black color preview on #DADDE1 background

This text has black color on #DADDE1 background.


White color preview on #DADDE1 background

This text has white color on #DADDE1 background.