COLOR #DAF3DC

HEX: #DAF3DC
RGB: (218,243,220)

Color info

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

RGB color model

#DAF3DC color RGB value is (218,243,220).

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

RGB channels and saturation

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

218
243
220

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

Portions of RGB colors in percentages

R + G + B =
218 + 243 + 220 = 681 (100%)
R 218 of 681 ~ 32.01%
G 243 of 681 ~ 35.68%
B 220 of 681 ~ 32.31%

%32.01
%35.68
%32.31

CMYK color model

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

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

CMYK percentages

%10.29
%0
%9.47
%4.71

Codes

Color #DAF3DC in popluar color models

DAF3DC
RGB218243220
HSL125°51.02%90.39%
HSB/HSV125°10.29%95.29%
CMYK10.29%0.00%9.47%
4.71%

Color #DAF3DC in popluar number systems.

HEXDAF3DC
Decimal218243220
Binary110110101111001111011100
Octal332363334

Shades and tints

Shades of #DAF3DC

#DAF3DC
(218,243,220)
#C7DDC8
(199,221,200)
#B4C7B4
(180,199,180)
#A1B1A0
(161,177,160)
#8E9B8C
(142,155,140)
#7B8578
(123,133,120)
#686F64
(104,111,100)
#555950
(85,89,80)
#42433C
(66,67,60)
#2F2D28
(47,45,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #DAF3DC

#DAF3DC
(218,243,220)
#DDF4DF
(221,244,223)
#E0F5E2
(224,245,226)
#E3F6E5
(227,246,229)
#E6F7E8
(230,247,232)
#E9F8EB
(233,248,235)
#ECF9EE
(236,249,238)
#EFFAF1
(239,250,241)
#F2FBF4
(242,251,244)
#F5FCF7
(245,252,247)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF3DC; }

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

This text font color is #DAF3DC.


Background Color

.myBgColor { background-color: #DAF3DC; }

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

This div background color is #DAF3DC.


Border color

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

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

This div border color is #DAF3DC.


Opacity

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

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

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

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

This text has shadow with #DAF3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF3DC on black background.


Color preview on white background

This text has color #DAF3DC on white background.



Black color preview on #DAF3DC background

This text has black color on #DAF3DC background.


White color preview on #DAF3DC background

This text has white color on #DAF3DC background.