COLOR #DADEA4

HEX: #DADEA4
RGB: (218,222,164)

Color info

#DADEA4 contains red, green and blue colors in about the same proportion. Web safe color of #DADEA4 is #CCCC99 (or #CC9).

RGB color model

#DADEA4 color RGB value is (218,222,164).

  • red value is 218;
  • green value is 222;
  • blue value is 164.
RGB:
(218,222,164)
(85%,87%,64%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 164 of 255 = 64%

218
222
164

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

Portions of RGB colors in percentages

R + G + B =
218 + 222 + 164 = 604 (100%)
R 218 of 604 ~ 36.09%
G 222 of 604 ~ 36.75%
B 164 of 604 ~ 27.15%

%36.09
%36.75
%27.15

CMYK color model

#DADEA4 color CMYK value is (2,0,26,13).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 26.13%
  • key color value is 12.94%
CMYK:
(2,0,26,13)
C2M0Y26K13 
(2%,0%,26%,13%)
(0.02/0.00/0.26/0.13)	

CMYK percentages

%1.8
%0
%26.13
%12.94

Codes

Color #DADEA4 in popluar color models

DADEA4
RGB218222164
HSL64°46.77%75.69%
HSB/HSV64°26.13%87.06%
CMYK1.80%0.00%26.13%
12.94%

Color #DADEA4 in popluar number systems.

HEXDADEA4
Decimal218222164
Binary110110101101111010100100
Octal332336244

Shades and tints

Shades of #DADEA4

#DADEA4
(218,222,164)
#C7CA96
(199,202,150)
#B4B688
(180,182,136)
#A1A27A
(161,162,122)
#8E8E6C
(142,142,108)
#7B7A5E
(123,122,94)
#686650
(104,102,80)
#555242
(85,82,66)
#423E34
(66,62,52)
#2F2A26
(47,42,38)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DADEA4

#DADEA4
(218,222,164)
#DDE1AC
(221,225,172)
#E0E4B4
(224,228,180)
#E3E7BC
(227,231,188)
#E6EAC4
(230,234,196)
#E9EDCC
(233,237,204)
#ECF0D4
(236,240,212)
#EFF3DC
(239,243,220)
#F2F6E4
(242,246,228)
#F5F9EC
(245,249,236)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADEA4 color. Also use rgb(218,222,164) instead hex code.

Text Font Color

.myTextColor { color: #DADEA4; }

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

This text font color is #DADEA4.


Background Color

.myBgColor { background-color: #DADEA4; }

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

This div background color is #DADEA4.


Border color

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

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

This div border color is #DADEA4.


Opacity

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

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

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

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

This text has shadow with #DADEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADEA4 on black background.


Color preview on white background

This text has color #DADEA4 on white background.



Black color preview on #DADEA4 background

This text has black color on #DADEA4 background.


White color preview on #DADEA4 background

This text has white color on #DADEA4 background.