COLOR #DAF5D7

HEX: #DAF5D7
RGB: (218,245,215)

Color info

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

RGB color model

#DAF5D7 color RGB value is (218,245,215).

  • red value is 218;
  • green value is 245;
  • blue value is 215.
RGB:
(218,245,215)
(85%,96%,84%)

RGB channels and saturation

R 218 of 255 = 85%
G 245 of 255 = 96%
B 215 of 255 = 84%

218
245
215

R + G + B ~ 88%. #DAF5D7 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 245 + 215 = 678 (100%)
R 218 of 678 ~ 32.15%
G 245 of 678 ~ 36.14%
B 215 of 678 ~ 31.71%

%32.15
%36.14
%31.71

CMYK color model

#DAF5D7 color CMYK value is (11,0,12,4).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 3.92%
CMYK:
(11,0,12,4)
C11M0Y12K4 
(11%,0%,12%,4%)
(0.11/0.00/0.12/0.04)	

CMYK percentages

%11.02
%0
%12.24
%3.92

Codes

Color #DAF5D7 in popluar color models

DAF5D7
RGB218245215
HSL114°60.00%90.20%
HSB/HSV114°12.24%96.08%
CMYK11.02%0.00%12.24%
3.92%

Color #DAF5D7 in popluar number systems.

HEXDAF5D7
Decimal218245215
Binary110110101111010111010111
Octal332365327

Shades and tints

Shades of #DAF5D7

#DAF5D7
(218,245,215)
#C7DFC4
(199,223,196)
#B4C9B1
(180,201,177)
#A1B39E
(161,179,158)
#8E9D8B
(142,157,139)
#7B8778
(123,135,120)
#687165
(104,113,101)
#555B52
(85,91,82)
#42453F
(66,69,63)
#2F2F2C
(47,47,44)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAF5D7

#DAF5D7
(218,245,215)
#DDF5DA
(221,245,218)
#E0F5DD
(224,245,221)
#E3F5E0
(227,245,224)
#E6F5E3
(230,245,227)
#E9F5E6
(233,245,230)
#ECF5E9
(236,245,233)
#EFF5EC
(239,245,236)
#F2F5EF
(242,245,239)
#F5F5F2
(245,245,242)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF5D7 color. Also use rgb(218,245,215) instead hex code.

Text Font Color

.myTextColor { color: #DAF5D7; }

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

This text font color is #DAF5D7.


Background Color

.myBgColor { background-color: #DAF5D7; }

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

This div background color is #DAF5D7.


Border color

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

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

This div border color is #DAF5D7.


Opacity

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

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

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

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

This text has shadow with #DAF5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF5D7 on black background.


Color preview on white background

This text has color #DAF5D7 on white background.



Black color preview on #DAF5D7 background

This text has black color on #DAF5D7 background.


White color preview on #DAF5D7 background

This text has white color on #DAF5D7 background.