COLOR #DAE7A3

HEX: #DAE7A3 RGB: (218,231,163)

Color info

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

RGB color model

#DAE7A3 color RGB value is (218,231,163).

RGB: (218,231,163) (85%, 91%, 64%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 163 of 255 = 64%

218
231
163

R + G + B ~ 80%. #DAE7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 231 + 163 = 612 (100%)
R 218 of 612 ~ 35.62%
G 231 of 612 ~ 37.75%
B 163 of 612 ~ 26.63'%

%35.62
%37.75
%26.63

CMYK color model

#DAE7A3 color CMYK value is (6,0,29,9).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 9.41%

CMYK: (6,0,29,9)
C6M0Y29K9 (6%, 0%, 29%, 9%)
(0.06 / 0.00 / 0.29 / 0.09)

CMYK percentages

%5.63
%0
%29.44
%9.41

Codes

Color #DAE7A3 in popluar color models

DA E7 A3
RGB 218 231 163
HSL 71° 58.62% 77.25%
HSB/HSV 71° 29.44% 90.59%
CMYK 5.63% 0.00% 29.44%
9.41%

Color #DAE7A3 in popluar number systems.

HEX DA E7 A3
Decimal 218 231 163
Binary 11011010 11100111 10100011
Octal 332 347 243

Shades and tints

Shades of #DAE7A3

#DAE7A3
(218,231,163)
#C7D295
(199,210,149)
#B4BD87
(180,189,135)
#A1A879
(161,168,121)
#8E936B
(142,147,107)
#7B7E5D
(123,126,93)
#68694F
(104,105,79)
#555441
(85,84,65)
#423F33
(66,63,51)
#2F2A25
(47,42,37)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #DAE7A3

#DAE7A3
(218,231,163)
#DDE9AB
(221,233,171)
#E0EBB3
(224,235,179)
#E3EDBB
(227,237,187)
#E6EFC3
(230,239,195)
#E9F1CB
(233,241,203)
#ECF3D3
(236,243,211)
#EFF5DB
(239,245,219)
#F2F7E3
(242,247,227)
#F5F9EB
(245,249,235)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7A3; }

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

This text font color is #DAE7A3.

Background Color

.myBgColor { background-color: #DAE7A3; }

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

This div background color is #DAE7A3.

Border color

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

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

This div border color is #DAE7A3.

Opacity

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

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

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

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

This text has shadow with #DAE7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE7A3.

Preview

Color preview on black background

This text has color #DAE7A3 on black background.


Color preview on white background

This text has color #DAE7A3 on white background.


Black color preview on #DAE7A3 background

This text has black color on #DAE7A3 background.


White color preview on #DAE7A3 background

This text has white color on #DAE7A3 background.


Related colors

Complementary color

Complementary color for #hex is #25185C.


I love getcolorcode.com

Triadic colors

1 #A3DAE7 and #E7A3DA with #DAE7A3 are triadic colors.

2 #A3E7DA and #E7DAA3 with #DAE7A3 are triadic colors.