COLOR #DAFEE3

HEX: #DAFEE3 RGB: (218,254,227)

Color info

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

RGB color model

#DAFEE3 color RGB value is (218,254,227).

RGB: (218,254,227) (85%, 100%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 254 of 255 = 100%
B 227 of 255 = 89%

218
254
227

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

Portions of RGB colors in percentages

R + G + B = 218 + 254 + 227 = 699 (100%)
R 218 of 699 ~ 31.19%
G 254 of 699 ~ 36.34%
B 227 of 699 ~ 32.47'%

%31.19
%36.34
%32.47

CMYK color model

#DAFEE3 color CMYK value is (14,0,11,0).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 0.39%

CMYK: (14,0,11,0)
C14M0Y11K0 (14%, 0%, 11%, 0%)
(0.14 / 0.00 / 0.11 / 0.00)

CMYK percentages

%14.17
%0
%10.63
%0.39

Codes

Color #DAFEE3 in popluar color models

DA FE E3
RGB 218 254 227
HSL 135° 94.74% 92.55%
HSB/HSV 135° 14.17% 99.61%
CMYK 14.17% 0.00% 10.63%
0.39%

Color #DAFEE3 in popluar number systems.

HEX DA FE E3
Decimal 218 254 227
Binary 11011010 11111110 11100011
Octal 332 376 343

Shades and tints

Shades of #DAFEE3

#DAFEE3
(218,254,227)
#C7E7CF
(199,231,207)
#B4D0BB
(180,208,187)
#A1B9A7
(161,185,167)
#8EA293
(142,162,147)
#7B8B7F
(123,139,127)
#68746B
(104,116,107)
#555D57
(85,93,87)
#424643
(66,70,67)
#2F2F2F
(47,47,47)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #DAFEE3

#DAFEE3
(218,254,227)
#DDFEE5
(221,254,229)
#E0FEE7
(224,254,231)
#E3FEE9
(227,254,233)
#E6FEEB
(230,254,235)
#E9FEED
(233,254,237)
#ECFEEF
(236,254,239)
#EFFEF1
(239,254,241)
#F2FEF3
(242,254,243)
#F5FEF5
(245,254,245)
#F8FEF7
(248,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFEE3 color. Also use rgb(218,254,227) instead hex code.

Text Font Color

.myTextColor { color: #DAFEE3; }

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

This text font color is #DAFEE3.

Background Color

.myBgColor { background-color: #DAFEE3; }

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

This div background color is #DAFEE3.

Border color

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

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

This div border color is #DAFEE3.

Opacity

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

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

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

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

This text has shadow with #DAFEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFEE3.

Preview

Color preview on black background

This text has color #DAFEE3 on black background.


Color preview on white background

This text has color #DAFEE3 on white background.


Black color preview on #DAFEE3 background

This text has black color on #DAFEE3 background.


White color preview on #DAFEE3 background

This text has white color on #DAFEE3 background.


Related colors

Complementary color

Complementary color for #hex is #25011C.


I love getcolorcode.com

Triadic colors

1 #E3DAFE and #FEE3DA with #DAFEE3 are triadic colors.

2 #E3FEDA and #FEDAE3 with #DAFEE3 are triadic colors.