COLOR #DADE82

HEX: #DADE82 RGB: (218,222,130)

Color info

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

RGB color model

#DADE82 color RGB value is (218,222,130).

RGB: (218,222,130) (85%, 87%, 51%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 130 of 255 = 51%

218
222
130

R + G + B ~ 74%. #DADE82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 222 + 130 = 570 (100%)
R 218 of 570 ~ 38.25%
G 222 of 570 ~ 38.95%
B 130 of 570 ~ 22.81'%

%38.25
%38.95
%22.81

CMYK color model

#DADE82 color CMYK value is (2,0,41,13).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 41.44%
  • key color value is 12.94%

CMYK: (2,0,41,13)
C2M0Y41K13 (2%, 0%, 41%, 13%)
(0.02 / 0.00 / 0.41 / 0.13)

CMYK percentages

%1.8
%0
%41.44
%12.94

Codes

Color #DADE82 in popluar color models

DA DE 82
RGB 218 222 130
HSL 63° 58.23% 69.02%
HSB/HSV 63° 41.44% 87.06%
CMYK 1.80% 0.00% 41.44%
12.94%

Color #DADE82 in popluar number systems.

HEX DA DE 82
Decimal 218 222 130
Binary 11011010 11011110 10000010
Octal 332 336 202

Shades and tints

Shades of #DADE82

#DADE82
(218,222,130)
#C7CA77
(199,202,119)
#B4B66C
(180,182,108)
#A1A261
(161,162,97)
#8E8E56
(142,142,86)
#7B7A4B
(123,122,75)
#686640
(104,102,64)
#555235
(85,82,53)
#423E2A
(66,62,42)
#2F2A1F
(47,42,31)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DADE82

#DADE82
(218,222,130)
#DDE18D
(221,225,141)
#E0E498
(224,228,152)
#E3E7A3
(227,231,163)
#E6EAAE
(230,234,174)
#E9EDB9
(233,237,185)
#ECF0C4
(236,240,196)
#EFF3CF
(239,243,207)
#F2F6DA
(242,246,218)
#F5F9E5
(245,249,229)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADE82; }

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

This text font color is #DADE82.

Background Color

.myBgColor { background-color: #DADE82; }

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

This div background color is #DADE82.

Border color

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

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

This div border color is #DADE82.

Opacity

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

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

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

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

This text has shadow with #DADE82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADE82.

Preview

Color preview on black background

This text has color #DADE82 on black background.


Color preview on white background

This text has color #DADE82 on white background.


Black color preview on #DADE82 background

This text has black color on #DADE82 background.


White color preview on #DADE82 background

This text has white color on #DADE82 background.


Related colors

Complementary color

Complementary color for #hex is #25217D.


I love getcolorcode.com

Triadic colors

1 #82DADE and #DE82DA with #DADE82 are triadic colors.

2 #82DEDA and #DEDA82 with #DADE82 are triadic colors.