COLOR #DAFAE4

HEX: #DAFAE4
RGB: (218,250,228)

Color info

#DAFAE4 contains red, green and blue colors in about the same proportion. Web safe color of #DAFAE4 is #CCFFCC (or #CFC).

RGB color model

#DAFAE4 color RGB value is (218,250,228).

  • red value is 218;
  • green value is 250;
  • blue value is 228.
RGB:
(218,250,228)
(85%,98%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 250 of 255 = 98%
B 228 of 255 = 89%

218
250
228

R + G + B ~ 91%. #DAFAE4 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 250 + 228 = 696 (100%)
R 218 of 696 ~ 31.32%
G 250 of 696 ~ 35.92%
B 228 of 696 ~ 32.76%

%31.32
%35.92
%32.76

CMYK color model

#DAFAE4 color CMYK value is (13,0,9,2).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(13,0,9,2)
C13M0Y9K2 
(13%,0%,9%,2%)
(0.13/0.00/0.09/0.02)	

CMYK percentages

%12.8
%0
%8.8
%1.96

Codes

Color #DAFAE4 in popluar color models

DAFAE4
RGB218250228
HSL139°76.19%91.76%
HSB/HSV139°12.80%98.04%
CMYK12.80%0.00%8.80%
1.96%

Color #DAFAE4 in popluar number systems.

HEXDAFAE4
Decimal218250228
Binary110110101111101011100100
Octal332372344

Shades and tints

Shades of #DAFAE4

#DAFAE4
(218,250,228)
#C7E4D0
(199,228,208)
#B4CEBC
(180,206,188)
#A1B8A8
(161,184,168)
#8EA294
(142,162,148)
#7B8C80
(123,140,128)
#68766C
(104,118,108)
#556058
(85,96,88)
#424A44
(66,74,68)
#2F3430
(47,52,48)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #DAFAE4

#DAFAE4
(218,250,228)
#DDFAE6
(221,250,230)
#E0FAE8
(224,250,232)
#E3FAEA
(227,250,234)
#E6FAEC
(230,250,236)
#E9FAEE
(233,250,238)
#ECFAF0
(236,250,240)
#EFFAF2
(239,250,242)
#F2FAF4
(242,250,244)
#F5FAF6
(245,250,246)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFAE4 color. Also use rgb(218,250,228) instead hex code.

Text Font Color

.myTextColor { color: #DAFAE4; }

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

This text font color is #DAFAE4.


Background Color

.myBgColor { background-color: #DAFAE4; }

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

This div background color is #DAFAE4.


Border color

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

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

This div border color is #DAFAE4.


Opacity

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

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

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

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

This text has shadow with #DAFAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFAE4 on black background.


Color preview on white background

This text has color #DAFAE4 on white background.



Black color preview on #DAFAE4 background

This text has black color on #DAFAE4 background.


White color preview on #DAFAE4 background

This text has white color on #DAFAE4 background.