COLOR #DADBE7

HEX: #DADBE7 RGB: (218,219,231)

Color info

#DADBE7 contains red, green and blue colors in about the same proportion. Web safe color of #DADBE7 is #CCCCFF (or #CCF).

RGB color model

#DADBE7 color RGB value is (218,219,231).

RGB: (218,219,231) (85%, 86%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 219 of 255 = 86%
B 231 of 255 = 91%

218
219
231

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

Portions of RGB colors in percentages

R + G + B = 218 + 219 + 231 = 668 (100%)
R 218 of 668 ~ 32.63%
G 219 of 668 ~ 32.78%
B 231 of 668 ~ 34.58'%

%32.63
%32.78
%34.58

CMYK color model

#DADBE7 color CMYK value is (6,5,0,9).

  • cyan value is 5.63%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (6,5,0,9)
C6M5Y0K9 (6%, 5%, 0%, 9%)
(0.06 / 0.05 / 0.00 / 0.09)

CMYK percentages

%5.63
%5.19
%0
%9.41

Codes

Color #DADBE7 in popluar color models

DA DB E7
RGB 218 219 231
HSL 235° 21.31% 88.04%
HSB/HSV 235° 5.63% 90.59%
CMYK 5.63% 5.19% 0.00%
9.41%

Color #DADBE7 in popluar number systems.

HEX DA DB E7
Decimal 218 219 231
Binary 11011010 11011011 11100111
Octal 332 333 347

Shades and tints

Shades of #DADBE7

#DADBE7
(218,219,231)
#C7C8D2
(199,200,210)
#B4B5BD
(180,181,189)
#A1A2A8
(161,162,168)
#8E8F93
(142,143,147)
#7B7C7E
(123,124,126)
#686969
(104,105,105)
#555654
(85,86,84)
#42433F
(66,67,63)
#2F302A
(47,48,42)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #DADBE7

#DADBE7
(218,219,231)
#DDDEE9
(221,222,233)
#E0E1EB
(224,225,235)
#E3E4ED
(227,228,237)
#E6E7EF
(230,231,239)
#E9EAF1
(233,234,241)
#ECEDF3
(236,237,243)
#EFF0F5
(239,240,245)
#F2F3F7
(242,243,247)
#F5F6F9
(245,246,249)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADBE7; }

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

This text font color is #DADBE7.

Background Color

.myBgColor { background-color: #DADBE7; }

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

This div background color is #DADBE7.

Border color

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

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

This div border color is #DADBE7.

Opacity

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

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

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

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

This text has shadow with #DADBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADBE7.

Preview

Color preview on black background

This text has color #DADBE7 on black background.


Color preview on white background

This text has color #DADBE7 on white background.


Black color preview on #DADBE7 background

This text has black color on #DADBE7 background.


White color preview on #DADBE7 background

This text has white color on #DADBE7 background.


Related colors

Complementary color

Complementary color for #hex is #252418.


I love getcolorcode.com

Triadic colors

1 #E7DADB and #DBE7DA with #DADBE7 are triadic colors.

2 #E7DBDA and #DBDAE7 with #DADBE7 are triadic colors.