COLOR #DAD8F7

HEX: #DAD8F7
RGB: (218,216,247)

Color info

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

RGB color model

#DAD8F7 color RGB value is (218,216,247).

  • red value is 218;
  • green value is 216;
  • blue value is 247.
RGB:
(218,216,247)
(85%,85%,97%)

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 247 of 255 = 97%

218
216
247

R + G + B ~ 89%. #DAD8F7 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 216 + 247 = 681 (100%)
R 218 of 681 ~ 32.01%
G 216 of 681 ~ 31.72%
B 247 of 681 ~ 36.27%

%32.01
%31.72
%36.27

CMYK color model

#DAD8F7 color CMYK value is (12,13,0,3).

  • cyan value is 11.74%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(12,13,0,3)
C12M13Y0K3 
(12%,13%,0%,3%)
(0.12/0.13/0.00/0.03)	

CMYK percentages

%11.74
%12.55
%0
%3.14

Codes

Color #DAD8F7 in popluar color models

DAD8F7
RGB218216247
HSL244°65.96%90.78%
HSB/HSV244°12.55%96.86%
CMYK11.74%12.55%0.00%
3.14%

Color #DAD8F7 in popluar number systems.

HEXDAD8F7
Decimal218216247
Binary110110101101100011110111
Octal332330367

Shades and tints

Shades of #DAD8F7

#DAD8F7
(218,216,247)
#C7C5E1
(199,197,225)
#B4B2CB
(180,178,203)
#A19FB5
(161,159,181)
#8E8C9F
(142,140,159)
#7B7989
(123,121,137)
#686673
(104,102,115)
#55535D
(85,83,93)
#424047
(66,64,71)
#2F2D31
(47,45,49)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #DAD8F7

#DAD8F7
(218,216,247)
#DDDBF7
(221,219,247)
#E0DEF7
(224,222,247)
#E3E1F7
(227,225,247)
#E6E4F7
(230,228,247)
#E9E7F7
(233,231,247)
#ECEAF7
(236,234,247)
#EFEDF7
(239,237,247)
#F2F0F7
(242,240,247)
#F5F3F7
(245,243,247)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD8F7 color. Also use rgb(218,216,247) instead hex code.

Text Font Color

.myTextColor { color: #DAD8F7; }

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

This text font color is #DAD8F7.


Background Color

.myBgColor { background-color: #DAD8F7; }

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

This div background color is #DAD8F7.


Border color

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

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

This div border color is #DAD8F7.


Opacity

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

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

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

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

This text has shadow with #DAD8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD8F7 on black background.


Color preview on white background

This text has color #DAD8F7 on white background.



Black color preview on #DAD8F7 background

This text has black color on #DAD8F7 background.


White color preview on #DAD8F7 background

This text has white color on #DAD8F7 background.