COLOR #DAE78B

HEX: #DAE78B
RGB: (218,231,139)

Color info

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

RGB color model

#DAE78B color RGB value is (218,231,139).

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

RGB channels and saturation

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

218
231
139

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

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 139 = 588 (100%)
R 218 of 588 ~ 37.07%
G 231 of 588 ~ 39.29%
B 139 of 588 ~ 23.64%

%37.07
%39.29
%23.64

CMYK color model

#DAE78B color CMYK value is (6,0,40,9).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 39.83%
  • key color value is 9.41%
CMYK:
(6,0,40,9)
C6M0Y40K9 
(6%,0%,40%,9%)
(0.06/0.00/0.40/0.09)	

CMYK percentages

%5.63
%0
%39.83
%9.41

Codes

Color #DAE78B in popluar color models

DAE78B
RGB218231139
HSL68°65.71%72.55%
HSB/HSV68°39.83%90.59%
CMYK5.63%0.00%39.83%
9.41%

Color #DAE78B in popluar number systems.

HEXDAE78B
Decimal218231139
Binary110110101110011110001011
Octal332347213

Shades and tints

Shades of #DAE78B

#DAE78B
(218,231,139)
#C7D27F
(199,210,127)
#B4BD73
(180,189,115)
#A1A867
(161,168,103)
#8E935B
(142,147,91)
#7B7E4F
(123,126,79)
#686943
(104,105,67)
#555437
(85,84,55)
#423F2B
(66,63,43)
#2F2A1F
(47,42,31)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #DAE78B

#DAE78B
(218,231,139)
#DDE995
(221,233,149)
#E0EB9F
(224,235,159)
#E3EDA9
(227,237,169)
#E6EFB3
(230,239,179)
#E9F1BD
(233,241,189)
#ECF3C7
(236,243,199)
#EFF5D1
(239,245,209)
#F2F7DB
(242,247,219)
#F5F9E5
(245,249,229)
#F8FBEF
(248,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE78B; }

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

This text font color is #DAE78B.


Background Color

.myBgColor { background-color: #DAE78B; }

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

This div background color is #DAE78B.


Border color

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

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

This div border color is #DAE78B.


Opacity

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

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

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

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

This text has shadow with #DAE78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE78B on black background.


Color preview on white background

This text has color #DAE78B on white background.



Black color preview on #DAE78B background

This text has black color on #DAE78B background.


White color preview on #DAE78B background

This text has white color on #DAE78B background.