COLOR #DADFF4

HEX: #DADFF4
RGB: (218,223,244)

Color info

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

RGB color model

#DADFF4 color RGB value is (218,223,244).

  • red value is 218;
  • green value is 223;
  • blue value is 244.
RGB:
(218,223,244)
(85%,87%,96%)

RGB channels and saturation

R 218 of 255 = 85%
G 223 of 255 = 87%
B 244 of 255 = 96%

218
223
244

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

Portions of RGB colors in percentages

R + G + B =
218 + 223 + 244 = 685 (100%)
R 218 of 685 ~ 31.82%
G 223 of 685 ~ 32.55%
B 244 of 685 ~ 35.62%

%31.82
%32.55
%35.62

CMYK color model

#DADFF4 color CMYK value is (11,9,0,4).

  • cyan value is 10.66%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(11,9,0,4)
C11M9Y0K4 
(11%,9%,0%,4%)
(0.11/0.09/0.00/0.04)	

CMYK percentages

%10.66
%8.61
%0
%4.31

Codes

Color #DADFF4 in popluar color models

DADFF4
RGB218223244
HSL228°54.17%90.59%
HSB/HSV228°10.66%95.69%
CMYK10.66%8.61%0.00%
4.31%

Color #DADFF4 in popluar number systems.

HEXDADFF4
Decimal218223244
Binary110110101101111111110100
Octal332337364

Shades and tints

Shades of #DADFF4

#DADFF4
(218,223,244)
#C7CBDE
(199,203,222)
#B4B7C8
(180,183,200)
#A1A3B2
(161,163,178)
#8E8F9C
(142,143,156)
#7B7B86
(123,123,134)
#686770
(104,103,112)
#55535A
(85,83,90)
#423F44
(66,63,68)
#2F2B2E
(47,43,46)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #DADFF4

#DADFF4
(218,223,244)
#DDE1F5
(221,225,245)
#E0E3F6
(224,227,246)
#E3E5F7
(227,229,247)
#E6E7F8
(230,231,248)
#E9E9F9
(233,233,249)
#ECEBFA
(236,235,250)
#EFEDFB
(239,237,251)
#F2EFFC
(242,239,252)
#F5F1FD
(245,241,253)
#F8F3FE
(248,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADFF4 color. Also use rgb(218,223,244) instead hex code.

Text Font Color

.myTextColor { color: #DADFF4; }

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

This text font color is #DADFF4.


Background Color

.myBgColor { background-color: #DADFF4; }

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

This div background color is #DADFF4.


Border color

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

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

This div border color is #DADFF4.


Opacity

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

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

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

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

This text has shadow with #DADFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADFF4 on black background.


Color preview on white background

This text has color #DADFF4 on white background.



Black color preview on #DADFF4 background

This text has black color on #DADFF4 background.


White color preview on #DADFF4 background

This text has white color on #DADFF4 background.