COLOR #DAE186

HEX: #DAE186
RGB: (218,225,134)

Color info

#DAE186 contains mainly red and green colors. Web safe color of #DAE186 is #CCCC99 (or #CC9).

RGB color model

#DAE186 color RGB value is (218,225,134).

  • red value is 218;
  • green value is 225;
  • blue value is 134.
RGB:
(218,225,134)
(85%,88%,53%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 134 of 255 = 53%

218
225
134

R + G + B ~ 75%. #DAE186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 134 = 577 (100%)
R 218 of 577 ~ 37.78%
G 225 of 577 ~ 38.99%
B 134 of 577 ~ 23.22%

%37.78
%38.99
%23.22

CMYK color model

#DAE186 color CMYK value is (3,0,40,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 11.76%
CMYK:
(3,0,40,12)
C3M0Y40K12 
(3%,0%,40%,12%)
(0.03/0.00/0.40/0.12)	

CMYK percentages

%3.11
%0
%40.44
%11.76

Codes

Color #DAE186 in popluar color models

DAE186
RGB218225134
HSL65°60.26%70.39%
HSB/HSV65°40.44%88.24%
CMYK3.11%0.00%40.44%
11.76%

Color #DAE186 in popluar number systems.

HEXDAE186
Decimal218225134
Binary110110101110000110000110
Octal332341206

Shades and tints

Shades of #DAE186

#DAE186
(218,225,134)
#C7CD7A
(199,205,122)
#B4B96E
(180,185,110)
#A1A562
(161,165,98)
#8E9156
(142,145,86)
#7B7D4A
(123,125,74)
#68693E
(104,105,62)
#555532
(85,85,50)
#424126
(66,65,38)
#2F2D1A
(47,45,26)
#1C190E
(28,25,14)
#000000
(0,0,0)

Tints of #DAE186

#DAE186
(218,225,134)
#DDE391
(221,227,145)
#E0E59C
(224,229,156)
#E3E7A7
(227,231,167)
#E6E9B2
(230,233,178)
#E9EBBD
(233,235,189)
#ECEDC8
(236,237,200)
#EFEFD3
(239,239,211)
#F2F1DE
(242,241,222)
#F5F3E9
(245,243,233)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE186 color. Also use rgb(218,225,134) instead hex code.

Text Font Color

.myTextColor { color: #DAE186; }

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

This text font color is #DAE186.


Background Color

.myBgColor { background-color: #DAE186; }

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

This div background color is #DAE186.


Border color

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

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

This div border color is #DAE186.


Opacity

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

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

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

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

This text has shadow with #DAE186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE186 on black background.


Color preview on white background

This text has color #DAE186 on white background.



Black color preview on #DAE186 background

This text has black color on #DAE186 background.


White color preview on #DAE186 background

This text has white color on #DAE186 background.