COLOR #DAE393

HEX: #DAE393 RGB: (218,227,147)

Color info

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

RGB color model

#DAE393 color RGB value is (218,227,147).

RGB: (218,227,147) (85%, 89%, 58%)

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 147 of 255 = 58%

218
227
147

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

Portions of RGB colors in percentages

R + G + B = 218 + 227 + 147 = 592 (100%)
R 218 of 592 ~ 36.82%
G 227 of 592 ~ 38.34%
B 147 of 592 ~ 24.83'%

%36.82
%38.34
%24.83

CMYK color model

#DAE393 color CMYK value is (4,0,35,11).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 35.24%
  • key color value is 10.98%
CMYK: (4,0,35,11) C4M0Y35K11 (4%,0%,35%,11%) (0.04/0.00/0.35/0.11) 

CMYK percentages

%3.96
%0
%35.24
%10.98

Codes

Color #DAE393 in popluar color models

DA E3 93
RGB 218 227 147
HSL 67° 58.82% 73.33%
HSB/HSV 67° 35.24% 89.02%
CMYK 3.96% 0.00% 35.24%
10.98%

Color #DAE393 in popluar number systems.

HEX DA E3 93
Decimal 218 227 147
Binary 11011010 11100011 10010011
Octal 332 343 223

Shades and tints

Shades of #DAE393

#DAE393
(218,227,147)
#C7CF86
(199,207,134)
#B4BB79
(180,187,121)
#A1A76C
(161,167,108)
#8E935F
(142,147,95)
#7B7F52
(123,127,82)
#686B45
(104,107,69)
#555738
(85,87,56)
#42432B
(66,67,43)
#2F2F1E
(47,47,30)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #DAE393

#DAE393
(218,227,147)
#DDE59C
(221,229,156)
#E0E7A5
(224,231,165)
#E3E9AE
(227,233,174)
#E6EBB7
(230,235,183)
#E9EDC0
(233,237,192)
#ECEFC9
(236,239,201)
#EFF1D2
(239,241,210)
#F2F3DB
(242,243,219)
#F5F5E4
(245,245,228)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE393 color. Also use rgb(218,227,147) instead hex code.

Text Font Color

.myTextColor { color: #DAE393; }

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

This text font color is #DAE393.

Background Color

.myBgColor { background-color: #DAE393; }

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

This div background color is #DAE393.

Border color

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

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

This div border color is #DAE393.

Opacity

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

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

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

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

This text has shadow with #DAE393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE393.

Preview

Color preview on black background

This text has color #DAE393 on black background.


Color preview on white background

This text has color #DAE393 on white background.


Black color preview on #DAE393 background

This text has black color on #DAE393 background.


White color preview on #DAE393 background

This text has white color on #DAE393 background.


Related colors

Complementary color

Complementary color for #hex is #251C6C.


I love getcolorcode.com

Triadic colors

1 #93DAE3 and #E393DA with #DAE393 are triadic colors.

2 #93E3DA and #E3DA93 with #DAE393 are triadic colors.