COLOR #DAF3E3

HEX: #DAF3E3
RGB: (218,243,227)

Color info

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

RGB color model

#DAF3E3 color RGB value is (218,243,227).

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

RGB channels and saturation

R 218 of 255 = 85%
G 243 of 255 = 95%
B 227 of 255 = 89%

218
243
227

R + G + B ~ 90%. #DAF3E3 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 243 + 227 = 688 (100%)
R 218 of 688 ~ 31.69%
G 243 of 688 ~ 35.32%
B 227 of 688 ~ 32.99%

%31.69
%35.32
%32.99

CMYK color model

#DAF3E3 color CMYK value is (10,0,7,5).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 4.71%
CMYK:
(10,0,7,5)
C10M0Y7K5 
(10%,0%,7%,5%)
(0.10/0.00/0.07/0.05)	

CMYK percentages

%10.29
%0
%6.58
%4.71

Codes

Color #DAF3E3 in popluar color models

DAF3E3
RGB218243227
HSL142°51.02%90.39%
HSB/HSV142°10.29%95.29%
CMYK10.29%0.00%6.58%
4.71%

Color #DAF3E3 in popluar number systems.

HEXDAF3E3
Decimal218243227
Binary110110101111001111100011
Octal332363343

Shades and tints

Shades of #DAF3E3

#DAF3E3
(218,243,227)
#C7DDCF
(199,221,207)
#B4C7BB
(180,199,187)
#A1B1A7
(161,177,167)
#8E9B93
(142,155,147)
#7B857F
(123,133,127)
#686F6B
(104,111,107)
#555957
(85,89,87)
#424343
(66,67,67)
#2F2D2F
(47,45,47)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #DAF3E3

#DAF3E3
(218,243,227)
#DDF4E5
(221,244,229)
#E0F5E7
(224,245,231)
#E3F6E9
(227,246,233)
#E6F7EB
(230,247,235)
#E9F8ED
(233,248,237)
#ECF9EF
(236,249,239)
#EFFAF1
(239,250,241)
#F2FBF3
(242,251,243)
#F5FCF5
(245,252,245)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF3E3; }

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

This text font color is #DAF3E3.


Background Color

.myBgColor { background-color: #DAF3E3; }

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

This div background color is #DAF3E3.


Border color

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

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

This div border color is #DAF3E3.


Opacity

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

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

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

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

This text has shadow with #DAF3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF3E3 on black background.


Color preview on white background

This text has color #DAF3E3 on white background.



Black color preview on #DAF3E3 background

This text has black color on #DAF3E3 background.


White color preview on #DAF3E3 background

This text has white color on #DAF3E3 background.