COLOR #D8DAF3

HEX: #D8DAF3 RGB: (216,218,243)

Color info

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

RGB color model

#D8DAF3 color RGB value is (216,218,243).

RGB: (216,218,243) (85%, 85%, 95%)

RGB channels and saturation

R 216 of 255 = 85%
G 218 of 255 = 85%
B 243 of 255 = 95%

216
218
243

R + G + B ~ 88%. #D8DAF3 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 218 + 243 = 677 (100%)
R 216 of 677 ~ 31.91%
G 218 of 677 ~ 32.2%
B 243 of 677 ~ 35.89'%

%31.91
%32.2
%35.89

CMYK color model

#D8DAF3 color CMYK value is (11,10,0,5).

  • cyan value is 11.11%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (11,10,0,5)
C11M10Y0K5 (11%, 10%, 0%, 5%)
(0.11 / 0.10 / 0.00 / 0.05)

CMYK percentages

%11.11
%10.29
%0
%4.71

Codes

Color #D8DAF3 in popluar color models

D8 DA F3
RGB 216 218 243
HSL 236° 52.94% 90.00%
HSB/HSV 236° 11.11% 95.29%
CMYK 11.11% 10.29% 0.00%
4.71%

Color #D8DAF3 in popluar number systems.

HEX D8 DA F3
Decimal 216 218 243
Binary 11011000 11011010 11110011
Octal 330 332 363

Shades and tints

Shades of #D8DAF3

#D8DAF3
(216,218,243)
#C5C7DD
(197,199,221)
#B2B4C7
(178,180,199)
#9FA1B1
(159,161,177)
#8C8E9B
(140,142,155)
#797B85
(121,123,133)
#66686F
(102,104,111)
#535559
(83,85,89)
#404243
(64,66,67)
#2D2F2D
(45,47,45)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #D8DAF3

#D8DAF3
(216,218,243)
#DBDDF4
(219,221,244)
#DEE0F5
(222,224,245)
#E1E3F6
(225,227,246)
#E4E6F7
(228,230,247)
#E7E9F8
(231,233,248)
#EAECF9
(234,236,249)
#EDEFFA
(237,239,250)
#F0F2FB
(240,242,251)
#F3F5FC
(243,245,252)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DAF3; }

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

This text font color is #D8DAF3.

Background Color

.myBgColor { background-color: #D8DAF3; }

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

This div background color is #D8DAF3.

Border color

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

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

This div border color is #D8DAF3.

Opacity

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

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

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

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

This text has shadow with #D8DAF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DAF3.

Preview

Color preview on black background

This text has color #D8DAF3 on black background.


Color preview on white background

This text has color #D8DAF3 on white background.


Black color preview on #D8DAF3 background

This text has black color on #D8DAF3 background.


White color preview on #D8DAF3 background

This text has white color on #D8DAF3 background.


Related colors

Complementary color

Complementary color for #hex is #27250C.


I love getcolorcode.com

Triadic colors

1 #F3D8DA and #DAF3D8 with #D8DAF3 are triadic colors.

2 #F3DAD8 and #DAD8F3 with #D8DAF3 are triadic colors.