COLOR #DADEF3

HEX: #DADEF3
RGB: (218,222,243)

Color info

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

RGB color model

#DADEF3 color RGB value is (218,222,243).

  • red value is 218;
  • green value is 222;
  • blue value is 243.
RGB:
(218,222,243)
(85%,87%,95%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 243 of 255 = 95%

218
222
243

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

Portions of RGB colors in percentages

R + G + B =
218 + 222 + 243 = 683 (100%)
R 218 of 683 ~ 31.92%
G 222 of 683 ~ 32.5%
B 243 of 683 ~ 35.58%

%31.92
%32.5
%35.58

CMYK color model

#DADEF3 color CMYK value is (10,9,0,5).

  • cyan value is 10.29%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(10,9,0,5)
C10M9Y0K5 
(10%,9%,0%,5%)
(0.10/0.09/0.00/0.05)	

CMYK percentages

%10.29
%8.64
%0
%4.71

Codes

Color #DADEF3 in popluar color models

DADEF3
RGB218222243
HSL230°51.02%90.39%
HSB/HSV230°10.29%95.29%
CMYK10.29%8.64%0.00%
4.71%

Color #DADEF3 in popluar number systems.

HEXDADEF3
Decimal218222243
Binary110110101101111011110011
Octal332336363

Shades and tints

Shades of #DADEF3

#DADEF3
(218,222,243)
#C7CADD
(199,202,221)
#B4B6C7
(180,182,199)
#A1A2B1
(161,162,177)
#8E8E9B
(142,142,155)
#7B7A85
(123,122,133)
#68666F
(104,102,111)
#555259
(85,82,89)
#423E43
(66,62,67)
#2F2A2D
(47,42,45)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #DADEF3

#DADEF3
(218,222,243)
#DDE1F4
(221,225,244)
#E0E4F5
(224,228,245)
#E3E7F6
(227,231,246)
#E6EAF7
(230,234,247)
#E9EDF8
(233,237,248)
#ECF0F9
(236,240,249)
#EFF3FA
(239,243,250)
#F2F6FB
(242,246,251)
#F5F9FC
(245,249,252)
#F8FCFD
(248,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADEF3; }

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

This text font color is #DADEF3.


Background Color

.myBgColor { background-color: #DADEF3; }

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

This div background color is #DADEF3.


Border color

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

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

This div border color is #DADEF3.


Opacity

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

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

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

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

This text has shadow with #DADEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADEF3 on black background.


Color preview on white background

This text has color #DADEF3 on white background.



Black color preview on #DADEF3 background

This text has black color on #DADEF3 background.


White color preview on #DADEF3 background

This text has white color on #DADEF3 background.