COLOR #DAD9EB

HEX: #DAD9EB
RGB: (218,217,235)

Color info

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

RGB color model

#DAD9EB color RGB value is (218,217,235).

  • red value is 218;
  • green value is 217;
  • blue value is 235.
RGB:
(218,217,235)
(85%,85%,92%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 235 of 255 = 92%

218
217
235

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

Portions of RGB colors in percentages

R + G + B =
218 + 217 + 235 = 670 (100%)
R 218 of 670 ~ 32.54%
G 217 of 670 ~ 32.39%
B 235 of 670 ~ 35.07%

%32.54
%32.39
%35.07

CMYK color model

#DAD9EB color CMYK value is (7,8,0,8).

  • cyan value is 7.23%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,8,0,8)
C7M8Y0K8 
(7%,8%,0%,8%)
(0.07/0.08/0.00/0.08)	

CMYK percentages

%7.23
%7.66
%0
%7.84

Codes

Color #DAD9EB in popluar color models

DAD9EB
RGB218217235
HSL243°31.03%88.63%
HSB/HSV243°7.66%92.16%
CMYK7.23%7.66%0.00%
7.84%

Color #DAD9EB in popluar number systems.

HEXDAD9EB
Decimal218217235
Binary110110101101100111101011
Octal332331353

Shades and tints

Shades of #DAD9EB

#DAD9EB
(218,217,235)
#C7C6D6
(199,198,214)
#B4B3C1
(180,179,193)
#A1A0AC
(161,160,172)
#8E8D97
(142,141,151)
#7B7A82
(123,122,130)
#68676D
(104,103,109)
#555458
(85,84,88)
#424143
(66,65,67)
#2F2E2E
(47,46,46)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #DAD9EB

#DAD9EB
(218,217,235)
#DDDCEC
(221,220,236)
#E0DFED
(224,223,237)
#E3E2EE
(227,226,238)
#E6E5EF
(230,229,239)
#E9E8F0
(233,232,240)
#ECEBF1
(236,235,241)
#EFEEF2
(239,238,242)
#F2F1F3
(242,241,243)
#F5F4F4
(245,244,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD9EB color. Also use rgb(218,217,235) instead hex code.

Text Font Color

.myTextColor { color: #DAD9EB; }

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

This text font color is #DAD9EB.


Background Color

.myBgColor { background-color: #DAD9EB; }

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

This div background color is #DAD9EB.


Border color

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

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

This div border color is #DAD9EB.


Opacity

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

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

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

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

This text has shadow with #DAD9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD9EB on black background.


Color preview on white background

This text has color #DAD9EB on white background.



Black color preview on #DAD9EB background

This text has black color on #DAD9EB background.


White color preview on #DAD9EB background

This text has white color on #DAD9EB background.