COLOR #DAF9C8

HEX: #DAF9C8
RGB: (218,249,200)

Color info

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

RGB color model

#DAF9C8 color RGB value is (218,249,200).

  • red value is 218;
  • green value is 249;
  • blue value is 200.
RGB:
(218,249,200)
(85%,98%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 249 of 255 = 98%
B 200 of 255 = 78%

218
249
200

R + G + B ~ 87%. #DAF9C8 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 249 + 200 = 667 (100%)
R 218 of 667 ~ 32.68%
G 249 of 667 ~ 37.33%
B 200 of 667 ~ 29.99%

%32.68
%37.33
%29.99

CMYK color model

#DAF9C8 color CMYK value is (12,0,20,2).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 2.35%
CMYK:
(12,0,20,2)
C12M0Y20K2 
(12%,0%,20%,2%)
(0.12/0.00/0.20/0.02)	

CMYK percentages

%12.45
%0
%19.68
%2.35

Codes

Color #DAF9C8 in popluar color models

DAF9C8
RGB218249200
HSL98°80.33%88.04%
HSB/HSV98°19.68%97.65%
CMYK12.45%0.00%19.68%
2.35%

Color #DAF9C8 in popluar number systems.

HEXDAF9C8
Decimal218249200
Binary110110101111100111001000
Octal332371310

Shades and tints

Shades of #DAF9C8

#DAF9C8
(218,249,200)
#C7E3B6
(199,227,182)
#B4CDA4
(180,205,164)
#A1B792
(161,183,146)
#8EA180
(142,161,128)
#7B8B6E
(123,139,110)
#68755C
(104,117,92)
#555F4A
(85,95,74)
#424938
(66,73,56)
#2F3326
(47,51,38)
#1C1D14
(28,29,20)
#000000
(0,0,0)

Tints of #DAF9C8

#DAF9C8
(218,249,200)
#DDF9CD
(221,249,205)
#E0F9D2
(224,249,210)
#E3F9D7
(227,249,215)
#E6F9DC
(230,249,220)
#E9F9E1
(233,249,225)
#ECF9E6
(236,249,230)
#EFF9EB
(239,249,235)
#F2F9F0
(242,249,240)
#F5F9F5
(245,249,245)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF9C8; }

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

This text font color is #DAF9C8.


Background Color

.myBgColor { background-color: #DAF9C8; }

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

This div background color is #DAF9C8.


Border color

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

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

This div border color is #DAF9C8.


Opacity

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

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

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

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

This text has shadow with #DAF9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF9C8 on black background.


Color preview on white background

This text has color #DAF9C8 on white background.



Black color preview on #DAF9C8 background

This text has black color on #DAF9C8 background.


White color preview on #DAF9C8 background

This text has white color on #DAF9C8 background.