COLOR #DAF5DA

HEX: #DAF5DA RGB: (218,245,218)

Color info

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

RGB color model

#DAF5DA color RGB value is (218,245,218).

RGB: (218,245,218) (85%, 96%, 85%)

RGB channels and saturation

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

218
245
218

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

Portions of RGB colors in percentages

R + G + B = 218 + 245 + 218 = 681 (100%)
R 218 of 681 ~ 32.01%
G 245 of 681 ~ 35.98%
B 218 of 681 ~ 32.01'%

%32.01
%35.98
%32.01

CMYK color model

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

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 3.92%

CMYK: (11,0,11,4)
C11M0Y11K4 (11%, 0%, 11%, 4%)
(0.11 / 0.00 / 0.11 / 0.04)

CMYK percentages

%11.02
%0
%11.02
%3.92

Codes

Color #DAF5DA in popluar color models

DA F5 DA
RGB 218 245 218
HSL 120° 57.45% 90.78%
HSB/HSV 120° 11.02% 96.08%
CMYK 11.02% 0.00% 11.02%
3.92%

Color #DAF5DA in popluar number systems.

HEX DA F5 DA
Decimal 218 245 218
Binary 11011010 11110101 11011010
Octal 332 365 332

Shades and tints

Shades of #DAF5DA

#DAF5DA
(218,245,218)
#C7DFC7
(199,223,199)
#B4C9B4
(180,201,180)
#A1B3A1
(161,179,161)
#8E9D8E
(142,157,142)
#7B877B
(123,135,123)
#687168
(104,113,104)
#555B55
(85,91,85)
#424542
(66,69,66)
#2F2F2F
(47,47,47)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #DAF5DA

#DAF5DA
(218,245,218)
#DDF5DD
(221,245,221)
#E0F5E0
(224,245,224)
#E3F5E3
(227,245,227)
#E6F5E6
(230,245,230)
#E9F5E9
(233,245,233)
#ECF5EC
(236,245,236)
#EFF5EF
(239,245,239)
#F2F5F2
(242,245,242)
#F5F5F5
(245,245,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF5DA; }

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

This text font color is #DAF5DA.

Background Color

.myBgColor { background-color: #DAF5DA; }

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

This div background color is #DAF5DA.

Border color

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

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

This div border color is #DAF5DA.

Opacity

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

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

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

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

This text has shadow with #DAF5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF5DA.

Preview

Color preview on black background

This text has color #DAF5DA on black background.


Color preview on white background

This text has color #DAF5DA on white background.


Black color preview on #DAF5DA background

This text has black color on #DAF5DA background.


White color preview on #DAF5DA background

This text has white color on #DAF5DA background.


Related colors

Complementary color

Complementary color for #hex is #250A25.


I love getcolorcode.com

Triadic colors

1 #DADAF5 and #F5DADA with #DAF5DA are triadic colors.

2 #DAF5DA and #F5DADA with #DAF5DA are triadic colors.