COLOR #DAF0E3

HEX: #DAF0E3 RGB: (218,240,227)

Color info

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

RGB color model

#DAF0E3 color RGB value is (218,240,227).

RGB: (218,240,227) (85%, 94%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 240 of 255 = 94%
B 227 of 255 = 89%

218
240
227

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

Portions of RGB colors in percentages

R + G + B = 218 + 240 + 227 = 685 (100%)
R 218 of 685 ~ 31.82%
G 240 of 685 ~ 35.04%
B 227 of 685 ~ 33.14'%

%31.82
%35.04
%33.14

CMYK color model

#DAF0E3 color CMYK value is (9,0,5,6).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 5.88%

CMYK: (9,0,5,6)
C9M0Y5K6 (9%, 0%, 5%, 6%)
(0.09 / 0.00 / 0.05 / 0.06)

CMYK percentages

%9.17
%0
%5.42
%5.88

Codes

Color #DAF0E3 in popluar color models

DA F0 E3
RGB 218 240 227
HSL 145° 42.31% 89.80%
HSB/HSV 145° 9.17% 94.12%
CMYK 9.17% 0.00% 5.42%
5.88%

Color #DAF0E3 in popluar number systems.

HEX DA F0 E3
Decimal 218 240 227
Binary 11011010 11110000 11100011
Octal 332 360 343

Shades and tints

Shades of #DAF0E3

#DAF0E3
(218,240,227)
#C7DBCF
(199,219,207)
#B4C6BB
(180,198,187)
#A1B1A7
(161,177,167)
#8E9C93
(142,156,147)
#7B877F
(123,135,127)
#68726B
(104,114,107)
#555D57
(85,93,87)
#424843
(66,72,67)
#2F332F
(47,51,47)
#1C1E1B
(28,30,27)
#000000
(0,0,0)

Tints of #DAF0E3

#DAF0E3
(218,240,227)
#DDF1E5
(221,241,229)
#E0F2E7
(224,242,231)
#E3F3E9
(227,243,233)
#E6F4EB
(230,244,235)
#E9F5ED
(233,245,237)
#ECF6EF
(236,246,239)
#EFF7F1
(239,247,241)
#F2F8F3
(242,248,243)
#F5F9F5
(245,249,245)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF0E3; }

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

This text font color is #DAF0E3.

Background Color

.myBgColor { background-color: #DAF0E3; }

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

This div background color is #DAF0E3.

Border color

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

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

This div border color is #DAF0E3.

Opacity

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

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

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

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

This text has shadow with #DAF0E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF0E3.

Preview

Color preview on black background

This text has color #DAF0E3 on black background.


Color preview on white background

This text has color #DAF0E3 on white background.


Black color preview on #DAF0E3 background

This text has black color on #DAF0E3 background.


White color preview on #DAF0E3 background

This text has white color on #DAF0E3 background.


Related colors

Complementary color

Complementary color for #hex is #250F1C.


I love getcolorcode.com

Triadic colors

1 #E3DAF0 and #F0E3DA with #DAF0E3 are triadic colors.

2 #E3F0DA and #F0DAE3 with #DAF0E3 are triadic colors.