COLOR #DAE78D

HEX: #DAE78D
RGB: (218,231,141)

Color info

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

RGB color model

#DAE78D color RGB value is (218,231,141).

  • red value is 218;
  • green value is 231;
  • blue value is 141.
RGB:
(218,231,141)
(85%,91%,55%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 141 of 255 = 55%

218
231
141

R + G + B ~ 77%. #DAE78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 141 = 590 (100%)
R 218 of 590 ~ 36.95%
G 231 of 590 ~ 39.15%
B 141 of 590 ~ 23.9%

%36.95
%39.15
%23.9

CMYK color model

#DAE78D color CMYK value is (6,0,39,9).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 38.96%
  • key color value is 9.41%
CMYK:
(6,0,39,9)
C6M0Y39K9 
(6%,0%,39%,9%)
(0.06/0.00/0.39/0.09)	

CMYK percentages

%5.63
%0
%38.96
%9.41

Codes

Color #DAE78D in popluar color models

DAE78D
RGB218231141
HSL69°65.22%72.94%
HSB/HSV69°38.96%90.59%
CMYK5.63%0.00%38.96%
9.41%

Color #DAE78D in popluar number systems.

HEXDAE78D
Decimal218231141
Binary110110101110011110001101
Octal332347215

Shades and tints

Shades of #DAE78D

#DAE78D
(218,231,141)
#C7D281
(199,210,129)
#B4BD75
(180,189,117)
#A1A869
(161,168,105)
#8E935D
(142,147,93)
#7B7E51
(123,126,81)
#686945
(104,105,69)
#555439
(85,84,57)
#423F2D
(66,63,45)
#2F2A21
(47,42,33)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #DAE78D

#DAE78D
(218,231,141)
#DDE997
(221,233,151)
#E0EBA1
(224,235,161)
#E3EDAB
(227,237,171)
#E6EFB5
(230,239,181)
#E9F1BF
(233,241,191)
#ECF3C9
(236,243,201)
#EFF5D3
(239,245,211)
#F2F7DD
(242,247,221)
#F5F9E7
(245,249,231)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE78D color. Also use rgb(218,231,141) instead hex code.

Text Font Color

.myTextColor { color: #DAE78D; }

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

This text font color is #DAE78D.


Background Color

.myBgColor { background-color: #DAE78D; }

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

This div background color is #DAE78D.


Border color

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

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

This div border color is #DAE78D.


Opacity

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

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

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

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

This text has shadow with #DAE78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE78D on black background.


Color preview on white background

This text has color #DAE78D on white background.



Black color preview on #DAE78D background

This text has black color on #DAE78D background.


White color preview on #DAE78D background

This text has white color on #DAE78D background.