COLOR #DADF97

HEX: #DADF97 RGB: (218,223,151)

Color info

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

RGB color model

#DADF97 color RGB value is (218,223,151).

RGB: (218,223,151) (85%, 87%, 59%)

RGB channels and saturation

R 218 of 255 = 85%
G 223 of 255 = 87%
B 151 of 255 = 59%

218
223
151

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

Portions of RGB colors in percentages

R + G + B = 218 + 223 + 151 = 592 (100%)
R 218 of 592 ~ 36.82%
G 223 of 592 ~ 37.67%
B 151 of 592 ~ 25.51'%

%36.82
%37.67
%25.51

CMYK color model

#DADF97 color CMYK value is (2,0,32,13).

  • cyan value is 2.24%
  • magenta value is 0.00%
  • yellow value is 32.29%
  • key color value is 12.55%

CMYK: (2,0,32,13)
C2M0Y32K13 (2%, 0%, 32%, 13%)
(0.02 / 0.00 / 0.32 / 0.13)

CMYK percentages

%2.24
%0
%32.29
%12.55

Codes

Color #DADF97 in popluar color models

DA DF 97
RGB 218 223 151
HSL 64° 52.94% 73.33%
HSB/HSV 64° 32.29% 87.45%
CMYK 2.24% 0.00% 32.29%
12.55%

Color #DADF97 in popluar number systems.

HEX DA DF 97
Decimal 218 223 151
Binary 11011010 11011111 10010111
Octal 332 337 227

Shades and tints

Shades of #DADF97

#DADF97
(218,223,151)
#C7CB8A
(199,203,138)
#B4B77D
(180,183,125)
#A1A370
(161,163,112)
#8E8F63
(142,143,99)
#7B7B56
(123,123,86)
#686749
(104,103,73)
#55533C
(85,83,60)
#423F2F
(66,63,47)
#2F2B22
(47,43,34)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #DADF97

#DADF97
(218,223,151)
#DDE1A0
(221,225,160)
#E0E3A9
(224,227,169)
#E3E5B2
(227,229,178)
#E6E7BB
(230,231,187)
#E9E9C4
(233,233,196)
#ECEBCD
(236,235,205)
#EFEDD6
(239,237,214)
#F2EFDF
(242,239,223)
#F5F1E8
(245,241,232)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADF97 color. Also use rgb(218,223,151) instead hex code.

Text Font Color

.myTextColor { color: #DADF97; }

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

This text font color is #DADF97.

Background Color

.myBgColor { background-color: #DADF97; }

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

This div background color is #DADF97.

Border color

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

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

This div border color is #DADF97.

Opacity

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

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

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

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

This text has shadow with #DADF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADF97.

Preview

Color preview on black background

This text has color #DADF97 on black background.


Color preview on white background

This text has color #DADF97 on white background.


Black color preview on #DADF97 background

This text has black color on #DADF97 background.


White color preview on #DADF97 background

This text has white color on #DADF97 background.


Related colors

Complementary color

Complementary color for #hex is #252068.


I love getcolorcode.com

Triadic colors

1 #97DADF and #DF97DA with #DADF97 are triadic colors.

2 #97DFDA and #DFDA97 with #DADF97 are triadic colors.