COLOR #DAE4A3

HEX: #DAE4A3 RGB: (218,228,163)

Color info

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

RGB color model

#DAE4A3 color RGB value is (218,228,163).

RGB: (218,228,163) (85%, 89%, 64%)

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 163 of 255 = 64%

218
228
163

R + G + B ~ 79%. #DAE4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 228 + 163 = 609 (100%)
R 218 of 609 ~ 35.8%
G 228 of 609 ~ 37.44%
B 163 of 609 ~ 26.77'%

%35.8
%37.44
%26.77

CMYK color model

#DAE4A3 color CMYK value is (4,0,29,11).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 10.59%

CMYK: (4,0,29,11)
C4M0Y29K11 (4%, 0%, 29%, 11%)
(0.04 / 0.00 / 0.29 / 0.11)

CMYK percentages

%4.39
%0
%28.51
%10.59

Codes

Color #DAE4A3 in popluar color models

DA E4 A3
RGB 218 228 163
HSL 69° 54.62% 76.67%
HSB/HSV 69° 28.51% 89.41%
CMYK 4.39% 0.00% 28.51%
10.59%

Color #DAE4A3 in popluar number systems.

HEX DA E4 A3
Decimal 218 228 163
Binary 11011010 11100100 10100011
Octal 332 344 243

Shades and tints

Shades of #DAE4A3

#DAE4A3
(218,228,163)
#C7D095
(199,208,149)
#B4BC87
(180,188,135)
#A1A879
(161,168,121)
#8E946B
(142,148,107)
#7B805D
(123,128,93)
#686C4F
(104,108,79)
#555841
(85,88,65)
#424433
(66,68,51)
#2F3025
(47,48,37)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #DAE4A3

#DAE4A3
(218,228,163)
#DDE6AB
(221,230,171)
#E0E8B3
(224,232,179)
#E3EABB
(227,234,187)
#E6ECC3
(230,236,195)
#E9EECB
(233,238,203)
#ECF0D3
(236,240,211)
#EFF2DB
(239,242,219)
#F2F4E3
(242,244,227)
#F5F6EB
(245,246,235)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE4A3 color. Also use rgb(218,228,163) instead hex code.

Text Font Color

.myTextColor { color: #DAE4A3; }

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

This text font color is #DAE4A3.

Background Color

.myBgColor { background-color: #DAE4A3; }

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

This div background color is #DAE4A3.

Border color

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

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

This div border color is #DAE4A3.

Opacity

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

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

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

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

This text has shadow with #DAE4A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE4A3.

Preview

Color preview on black background

This text has color #DAE4A3 on black background.


Color preview on white background

This text has color #DAE4A3 on white background.


Black color preview on #DAE4A3 background

This text has black color on #DAE4A3 background.


White color preview on #DAE4A3 background

This text has white color on #DAE4A3 background.


Related colors

Complementary color

Complementary color for #hex is #251B5C.


I love getcolorcode.com

Triadic colors

1 #A3DAE4 and #E4A3DA with #DAE4A3 are triadic colors.

2 #A3E4DA and #E4DAA3 with #DAE4A3 are triadic colors.