COLOR #DAF6DD

HEX: #DAF6DD
RGB: (218,246,221)

Color info

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

RGB color model

#DAF6DD color RGB value is (218,246,221).

  • red value is 218;
  • green value is 246;
  • blue value is 221.
RGB:
(218,246,221)
(85%,96%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 246 of 255 = 96%
B 221 of 255 = 87%

218
246
221

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

Portions of RGB colors in percentages

R + G + B =
218 + 246 + 221 = 685 (100%)
R 218 of 685 ~ 31.82%
G 246 of 685 ~ 35.91%
B 221 of 685 ~ 32.26%

%31.82
%35.91
%32.26

CMYK color model

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

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 3.53%
CMYK:
(11,0,10,4)
C11M0Y10K4 
(11%,0%,10%,4%)
(0.11/0.00/0.10/0.04)	

CMYK percentages

%11.38
%0
%10.16
%3.53

Codes

Color #DAF6DD in popluar color models

DAF6DD
RGB218246221
HSL126°60.87%90.98%
HSB/HSV126°11.38%96.47%
CMYK11.38%0.00%10.16%
3.53%

Color #DAF6DD in popluar number systems.

HEXDAF6DD
Decimal218246221
Binary110110101111011011011101
Octal332366335

Shades and tints

Shades of #DAF6DD

#DAF6DD
(218,246,221)
#C7E0C9
(199,224,201)
#B4CAB5
(180,202,181)
#A1B4A1
(161,180,161)
#8E9E8D
(142,158,141)
#7B8879
(123,136,121)
#687265
(104,114,101)
#555C51
(85,92,81)
#42463D
(66,70,61)
#2F3029
(47,48,41)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #DAF6DD

#DAF6DD
(218,246,221)
#DDF6E0
(221,246,224)
#E0F6E3
(224,246,227)
#E3F6E6
(227,246,230)
#E6F6E9
(230,246,233)
#E9F6EC
(233,246,236)
#ECF6EF
(236,246,239)
#EFF6F2
(239,246,242)
#F2F6F5
(242,246,245)
#F5F6F8
(245,246,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF6DD; }

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

This text font color is #DAF6DD.


Background Color

.myBgColor { background-color: #DAF6DD; }

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

This div background color is #DAF6DD.


Border color

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

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

This div border color is #DAF6DD.


Opacity

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

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

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

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

This text has shadow with #DAF6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF6DD on black background.


Color preview on white background

This text has color #DAF6DD on white background.



Black color preview on #DAF6DD background

This text has black color on #DAF6DD background.


White color preview on #DAF6DD background

This text has white color on #DAF6DD background.