COLOR #DADBE5

HEX: #DADBE5 RGB: (218,219,229)

Color info

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

RGB color model

#DADBE5 color RGB value is (218,219,229).

RGB: (218,219,229) (85%, 86%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 219 of 255 = 86%
B 229 of 255 = 90%

218
219
229

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

Portions of RGB colors in percentages

R + G + B = 218 + 219 + 229 = 666 (100%)
R 218 of 666 ~ 32.73%
G 219 of 666 ~ 32.88%
B 229 of 666 ~ 34.38'%

%32.73
%32.88
%34.38

CMYK color model

#DADBE5 color CMYK value is (5,4,0,10).

  • cyan value is 4.80%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (5,4,0,10)
C5M4Y0K10 (5%, 4%, 0%, 10%)
(0.05 / 0.04 / 0.00 / 0.10)

CMYK percentages

%4.8
%4.37
%0
%10.2

Codes

Color #DADBE5 in popluar color models

DA DB E5
RGB 218 219 229
HSL 235° 17.46% 87.65%
HSB/HSV 235° 4.80% 89.80%
CMYK 4.80% 4.37% 0.00%
10.20%

Color #DADBE5 in popluar number systems.

HEX DA DB E5
Decimal 218 219 229
Binary 11011010 11011011 11100101
Octal 332 333 345

Shades and tints

Shades of #DADBE5

#DADBE5
(218,219,229)
#C7C8D1
(199,200,209)
#B4B5BD
(180,181,189)
#A1A2A9
(161,162,169)
#8E8F95
(142,143,149)
#7B7C81
(123,124,129)
#68696D
(104,105,109)
#555659
(85,86,89)
#424345
(66,67,69)
#2F3031
(47,48,49)
#1C1D1D
(28,29,29)
#000000
(0,0,0)

Tints of #DADBE5

#DADBE5
(218,219,229)
#DDDEE7
(221,222,231)
#E0E1E9
(224,225,233)
#E3E4EB
(227,228,235)
#E6E7ED
(230,231,237)
#E9EAEF
(233,234,239)
#ECEDF1
(236,237,241)
#EFF0F3
(239,240,243)
#F2F3F5
(242,243,245)
#F5F6F7
(245,246,247)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADBE5; }

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

This text font color is #DADBE5.

Background Color

.myBgColor { background-color: #DADBE5; }

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

This div background color is #DADBE5.

Border color

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

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

This div border color is #DADBE5.

Opacity

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

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

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

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

This text has shadow with #DADBE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADBE5.

Preview

Color preview on black background

This text has color #DADBE5 on black background.


Color preview on white background

This text has color #DADBE5 on white background.


Black color preview on #DADBE5 background

This text has black color on #DADBE5 background.


White color preview on #DADBE5 background

This text has white color on #DADBE5 background.


Related colors

Complementary color

Complementary color for #hex is #25241A.


I love getcolorcode.com

Triadic colors

1 #E5DADB and #DBE5DA with #DADBE5 are triadic colors.

2 #E5DBDA and #DBDAE5 with #DADBE5 are triadic colors.