COLOR #DAF5C6

HEX: #DAF5C6
RGB: (218,245,198)

Color info

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

RGB color model

#DAF5C6 color RGB value is (218,245,198).

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

RGB channels and saturation

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

218
245
198

R + G + B ~ 86%. #DAF5C6 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 245 + 198 = 661 (100%)
R 218 of 661 ~ 32.98%
G 245 of 661 ~ 37.07%
B 198 of 661 ~ 29.95%

%32.98
%37.07
%29.95

CMYK color model

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

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 3.92%
CMYK:
(11,0,19,4)
C11M0Y19K4 
(11%,0%,19%,4%)
(0.11/0.00/0.19/0.04)	

CMYK percentages

%11.02
%0
%19.18
%3.92

Codes

Color #DAF5C6 in popluar color models

DAF5C6
RGB218245198
HSL94°70.15%86.86%
HSB/HSV94°19.18%96.08%
CMYK11.02%0.00%19.18%
3.92%

Color #DAF5C6 in popluar number systems.

HEXDAF5C6
Decimal218245198
Binary110110101111010111000110
Octal332365306

Shades and tints

Shades of #DAF5C6

#DAF5C6
(218,245,198)
#C7DFB4
(199,223,180)
#B4C9A2
(180,201,162)
#A1B390
(161,179,144)
#8E9D7E
(142,157,126)
#7B876C
(123,135,108)
#68715A
(104,113,90)
#555B48
(85,91,72)
#424536
(66,69,54)
#2F2F24
(47,47,36)
#1C1912
(28,25,18)
#000000
(0,0,0)

Tints of #DAF5C6

#DAF5C6
(218,245,198)
#DDF5CB
(221,245,203)
#E0F5D0
(224,245,208)
#E3F5D5
(227,245,213)
#E6F5DA
(230,245,218)
#E9F5DF
(233,245,223)
#ECF5E4
(236,245,228)
#EFF5E9
(239,245,233)
#F2F5EE
(242,245,238)
#F5F5F3
(245,245,243)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF5C6; }

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

This text font color is #DAF5C6.


Background Color

.myBgColor { background-color: #DAF5C6; }

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

This div background color is #DAF5C6.


Border color

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

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

This div border color is #DAF5C6.


Opacity

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

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

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

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

This text has shadow with #DAF5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF5C6 on black background.


Color preview on white background

This text has color #DAF5C6 on white background.



Black color preview on #DAF5C6 background

This text has black color on #DAF5C6 background.


White color preview on #DAF5C6 background

This text has white color on #DAF5C6 background.