COLOR #DDEF97

HEX: #DDEF97
RGB: (221,239,151)

Color info

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

RGB color model

#DDEF97 color RGB value is (221,239,151).

  • red value is 221;
  • green value is 239;
  • blue value is 151.
RGB:
(221,239,151)
(87%,94%,59%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 151 of 255 = 59%

221
239
151

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

Portions of RGB colors in percentages

R + G + B =
221 + 239 + 151 = 611 (100%)
R 221 of 611 ~ 36.17%
G 239 of 611 ~ 39.12%
B 151 of 611 ~ 24.71%

%36.17
%39.12
%24.71

CMYK color model

#DDEF97 color CMYK value is (8,0,37,6).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 36.82%
  • key color value is 6.27%
CMYK:
(8,0,37,6)
C8M0Y37K6 
(8%,0%,37%,6%)
(0.08/0.00/0.37/0.06)	

CMYK percentages

%7.53
%0
%36.82
%6.27

Codes

Color #DDEF97 in popluar color models

DDEF97
RGB221239151
HSL72°73.33%76.47%
HSB/HSV72°36.82%93.73%
CMYK7.53%0.00%36.82%
6.27%

Color #DDEF97 in popluar number systems.

HEXDDEF97
Decimal221239151
Binary110111011110111110010111
Octal335357227

Shades and tints

Shades of #DDEF97

#DDEF97
(221,239,151)
#C9DA8A
(201,218,138)
#B5C57D
(181,197,125)
#A1B070
(161,176,112)
#8D9B63
(141,155,99)
#798656
(121,134,86)
#657149
(101,113,73)
#515C3C
(81,92,60)
#3D472F
(61,71,47)
#293222
(41,50,34)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #DDEF97

#DDEF97
(221,239,151)
#E0F0A0
(224,240,160)
#E3F1A9
(227,241,169)
#E6F2B2
(230,242,178)
#E9F3BB
(233,243,187)
#ECF4C4
(236,244,196)
#EFF5CD
(239,245,205)
#F2F6D6
(242,246,214)
#F5F7DF
(245,247,223)
#F8F8E8
(248,248,232)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEF97 color. Also use rgb(221,239,151) instead hex code.

Text Font Color

.myTextColor { color: #DDEF97; }

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

This text font color is #DDEF97.


Background Color

.myBgColor { background-color: #DDEF97; }

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

This div background color is #DDEF97.


Border color

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

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

This div border color is #DDEF97.


Opacity

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

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

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

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

This text has shadow with #DDEF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEF97 on black background.


Color preview on white background

This text has color #DDEF97 on white background.



Black color preview on #DDEF97 background

This text has black color on #DDEF97 background.


White color preview on #DDEF97 background

This text has white color on #DDEF97 background.