COLOR #DAF08C

HEX: #DAF08C
RGB: (218,240,140)

Color info

#DAF08C contains mainly red and green colors. Web safe color of #DAF08C is #CCFF99 (or #CF9).

RGB color model

#DAF08C color RGB value is (218,240,140).

  • red value is 218;
  • green value is 240;
  • blue value is 140.
RGB:
(218,240,140)
(85%,94%,55%)

RGB channels and saturation

R 218 of 255 = 85%
G 240 of 255 = 94%
B 140 of 255 = 55%

218
240
140

R + G + B ~ 78%. #DAF08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 240 + 140 = 598 (100%)
R 218 of 598 ~ 36.45%
G 240 of 598 ~ 40.13%
B 140 of 598 ~ 23.41%

%36.45
%40.13
%23.41

CMYK color model

#DAF08C color CMYK value is (9,0,42,6).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 5.88%
CMYK:
(9,0,42,6)
C9M0Y42K6 
(9%,0%,42%,6%)
(0.09/0.00/0.42/0.06)	

CMYK percentages

%9.17
%0
%41.67
%5.88

Codes

Color #DAF08C in popluar color models

DAF08C
RGB218240140
HSL73°76.92%74.51%
HSB/HSV73°41.67%94.12%
CMYK9.17%0.00%41.67%
5.88%

Color #DAF08C in popluar number systems.

HEXDAF08C
Decimal218240140
Binary110110101111000010001100
Octal332360214

Shades and tints

Shades of #DAF08C

#DAF08C
(218,240,140)
#C7DB80
(199,219,128)
#B4C674
(180,198,116)
#A1B168
(161,177,104)
#8E9C5C
(142,156,92)
#7B8750
(123,135,80)
#687244
(104,114,68)
#555D38
(85,93,56)
#42482C
(66,72,44)
#2F3320
(47,51,32)
#1C1E14
(28,30,20)
#000000
(0,0,0)

Tints of #DAF08C

#DAF08C
(218,240,140)
#DDF196
(221,241,150)
#E0F2A0
(224,242,160)
#E3F3AA
(227,243,170)
#E6F4B4
(230,244,180)
#E9F5BE
(233,245,190)
#ECF6C8
(236,246,200)
#EFF7D2
(239,247,210)
#F2F8DC
(242,248,220)
#F5F9E6
(245,249,230)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF08C color. Also use rgb(218,240,140) instead hex code.

Text Font Color

.myTextColor { color: #DAF08C; }

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

This text font color is #DAF08C.


Background Color

.myBgColor { background-color: #DAF08C; }

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

This div background color is #DAF08C.


Border color

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

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

This div border color is #DAF08C.


Opacity

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

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

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

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

This text has shadow with #DAF08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF08C on black background.


Color preview on white background

This text has color #DAF08C on white background.



Black color preview on #DAF08C background

This text has black color on #DAF08C background.


White color preview on #DAF08C background

This text has white color on #DAF08C background.