COLOR #DADCE2

HEX: #DADCE2
RGB: (218,220,226)

Color info

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

RGB color model

#DADCE2 color RGB value is (218,220,226).

  • red value is 218;
  • green value is 220;
  • blue value is 226.
RGB:
(218,220,226)
(85%,86%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 220 of 255 = 86%
B 226 of 255 = 89%

218
220
226

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

Portions of RGB colors in percentages

R + G + B =
218 + 220 + 226 = 664 (100%)
R 218 of 664 ~ 32.83%
G 220 of 664 ~ 33.13%
B 226 of 664 ~ 34.04%

%32.83
%33.13
%34.04

CMYK color model

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

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

CMYK percentages

%3.54
%2.65
%0
%11.37

Codes

Color #DADCE2 in popluar color models

DADCE2
RGB218220226
HSL225°12.12%87.06%
HSB/HSV225°3.54%88.63%
CMYK3.54%2.65%0.00%
11.37%

Color #DADCE2 in popluar number systems.

HEXDADCE2
Decimal218220226
Binary110110101101110011100010
Octal332334342

Shades and tints

Shades of #DADCE2

#DADCE2
(218,220,226)
#C7C8CE
(199,200,206)
#B4B4BA
(180,180,186)
#A1A0A6
(161,160,166)
#8E8C92
(142,140,146)
#7B787E
(123,120,126)
#68646A
(104,100,106)
#555056
(85,80,86)
#423C42
(66,60,66)
#2F282E
(47,40,46)
#1C141A
(28,20,26)
#000000
(0,0,0)

Tints of #DADCE2

#DADCE2
(218,220,226)
#DDDFE4
(221,223,228)
#E0E2E6
(224,226,230)
#E3E5E8
(227,229,232)
#E6E8EA
(230,232,234)
#E9EBEC
(233,235,236)
#ECEEEE
(236,238,238)
#EFF1F0
(239,241,240)
#F2F4F2
(242,244,242)
#F5F7F4
(245,247,244)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADCE2; }

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

This text font color is #DADCE2.


Background Color

.myBgColor { background-color: #DADCE2; }

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

This div background color is #DADCE2.


Border color

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

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

This div border color is #DADCE2.


Opacity

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

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

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

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

This text has shadow with #DADCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADCE2 on black background.


Color preview on white background

This text has color #DADCE2 on white background.



Black color preview on #DADCE2 background

This text has black color on #DADCE2 background.


White color preview on #DADCE2 background

This text has white color on #DADCE2 background.