COLOR #DADDE3

HEX: #DADDE3
RGB: (218,221,227)

Color info

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

RGB color model

#DADDE3 color RGB value is (218,221,227).

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

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 227 of 255 = 89%

218
221
227

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

Portions of RGB colors in percentages

R + G + B =
218 + 221 + 227 = 666 (100%)
R 218 of 666 ~ 32.73%
G 221 of 666 ~ 33.18%
B 227 of 666 ~ 34.08%

%32.73
%33.18
%34.08

CMYK color model

#DADDE3 color CMYK value is (4,3,0,11).

  • cyan value is 3.96%
  • magenta value is 2.64%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,3,0,11)
C4M3Y0K11 
(4%,3%,0%,11%)
(0.04/0.03/0.00/0.11)	

CMYK percentages

%3.96
%2.64
%0
%10.98

Codes

Color #DADDE3 in popluar color models

DADDE3
RGB218221227
HSL220°13.85%87.25%
HSB/HSV220°3.96%89.02%
CMYK3.96%2.64%0.00%
10.98%

Color #DADDE3 in popluar number systems.

HEXDADDE3
Decimal218221227
Binary110110101101110111100011
Octal332335343

Shades and tints

Shades of #DADDE3

#DADDE3
(218,221,227)
#C7C9CF
(199,201,207)
#B4B5BB
(180,181,187)
#A1A1A7
(161,161,167)
#8E8D93
(142,141,147)
#7B797F
(123,121,127)
#68656B
(104,101,107)
#555157
(85,81,87)
#423D43
(66,61,67)
#2F292F
(47,41,47)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #DADDE3

#DADDE3
(218,221,227)
#DDE0E5
(221,224,229)
#E0E3E7
(224,227,231)
#E3E6E9
(227,230,233)
#E6E9EB
(230,233,235)
#E9ECED
(233,236,237)
#ECEFEF
(236,239,239)
#EFF2F1
(239,242,241)
#F2F5F3
(242,245,243)
#F5F8F5
(245,248,245)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDE3; }

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

This text font color is #DADDE3.


Background Color

.myBgColor { background-color: #DADDE3; }

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

This div background color is #DADDE3.


Border color

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

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

This div border color is #DADDE3.


Opacity

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

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

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

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

This text has shadow with #DADDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADDE3 on black background.


Color preview on white background

This text has color #DADDE3 on white background.



Black color preview on #DADDE3 background

This text has black color on #DADDE3 background.


White color preview on #DADDE3 background

This text has white color on #DADDE3 background.