COLOR #DAF3DA

HEX: #DAF3DA
RGB: (218,243,218)

Color info

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

RGB color model

#DAF3DA color RGB value is (218,243,218).

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

RGB channels and saturation

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

218
243
218

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

Portions of RGB colors in percentages

R + G + B =
218 + 243 + 218 = 679 (100%)
R 218 of 679 ~ 32.11%
G 243 of 679 ~ 35.79%
B 218 of 679 ~ 32.11%

%32.11
%35.79
%32.11

CMYK color model

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

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

CMYK percentages

%10.29
%0
%10.29
%4.71

Codes

Color #DAF3DA in popluar color models

DAF3DA
RGB218243218
HSL120°51.02%90.39%
HSB/HSV120°10.29%95.29%
CMYK10.29%0.00%10.29%
4.71%

Color #DAF3DA in popluar number systems.

HEXDAF3DA
Decimal218243218
Binary110110101111001111011010
Octal332363332

Shades and tints

Shades of #DAF3DA

#DAF3DA
(218,243,218)
#C7DDC7
(199,221,199)
#B4C7B4
(180,199,180)
#A1B1A1
(161,177,161)
#8E9B8E
(142,155,142)
#7B857B
(123,133,123)
#686F68
(104,111,104)
#555955
(85,89,85)
#424342
(66,67,66)
#2F2D2F
(47,45,47)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #DAF3DA

#DAF3DA
(218,243,218)
#DDF4DD
(221,244,221)
#E0F5E0
(224,245,224)
#E3F6E3
(227,246,227)
#E6F7E6
(230,247,230)
#E9F8E9
(233,248,233)
#ECF9EC
(236,249,236)
#EFFAEF
(239,250,239)
#F2FBF2
(242,251,242)
#F5FCF5
(245,252,245)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF3DA; }

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

This text font color is #DAF3DA.


Background Color

.myBgColor { background-color: #DAF3DA; }

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

This div background color is #DAF3DA.


Border color

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

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

This div border color is #DAF3DA.


Opacity

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

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

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

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

This text has shadow with #DAF3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF3DA on black background.


Color preview on white background

This text has color #DAF3DA on white background.



Black color preview on #DAF3DA background

This text has black color on #DAF3DA background.


White color preview on #DAF3DA background

This text has white color on #DAF3DA background.