COLOR #DAF7C0

HEX: #DAF7C0
RGB: (218,247,192)

Color info

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

RGB color model

#DAF7C0 color RGB value is (218,247,192).

  • red value is 218;
  • green value is 247;
  • blue value is 192.
RGB:
(218,247,192)
(85%,97%,75%)

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 192 of 255 = 75%

218
247
192

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

Portions of RGB colors in percentages

R + G + B =
218 + 247 + 192 = 657 (100%)
R 218 of 657 ~ 33.18%
G 247 of 657 ~ 37.6%
B 192 of 657 ~ 29.22%

%33.18
%37.6
%29.22

CMYK color model

#DAF7C0 color CMYK value is (12,0,22,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 3.14%
CMYK:
(12,0,22,3)
C12M0Y22K3 
(12%,0%,22%,3%)
(0.12/0.00/0.22/0.03)	

CMYK percentages

%11.74
%0
%22.27
%3.14

Codes

Color #DAF7C0 in popluar color models

DAF7C0
RGB218247192
HSL92°77.46%86.08%
HSB/HSV92°22.27%96.86%
CMYK11.74%0.00%22.27%
3.14%

Color #DAF7C0 in popluar number systems.

HEXDAF7C0
Decimal218247192
Binary110110101111011111000000
Octal332367300

Shades and tints

Shades of #DAF7C0

#DAF7C0
(218,247,192)
#C7E1AF
(199,225,175)
#B4CB9E
(180,203,158)
#A1B58D
(161,181,141)
#8E9F7C
(142,159,124)
#7B896B
(123,137,107)
#68735A
(104,115,90)
#555D49
(85,93,73)
#424738
(66,71,56)
#2F3127
(47,49,39)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAF7C0

#DAF7C0
(218,247,192)
#DDF7C5
(221,247,197)
#E0F7CA
(224,247,202)
#E3F7CF
(227,247,207)
#E6F7D4
(230,247,212)
#E9F7D9
(233,247,217)
#ECF7DE
(236,247,222)
#EFF7E3
(239,247,227)
#F2F7E8
(242,247,232)
#F5F7ED
(245,247,237)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF7C0; }

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

This text font color is #DAF7C0.


Background Color

.myBgColor { background-color: #DAF7C0; }

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

This div background color is #DAF7C0.


Border color

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

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

This div border color is #DAF7C0.


Opacity

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

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

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

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

This text has shadow with #DAF7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF7C0 on black background.


Color preview on white background

This text has color #DAF7C0 on white background.



Black color preview on #DAF7C0 background

This text has black color on #DAF7C0 background.


White color preview on #DAF7C0 background

This text has white color on #DAF7C0 background.