COLOR #DDF997

HEX: #DDF997
RGB: (221,249,151)

Color info

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

RGB color model

#DDF997 color RGB value is (221,249,151).

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

RGB channels and saturation

R 221 of 255 = 87%
G 249 of 255 = 98%
B 151 of 255 = 59%

221
249
151

R + G + B ~ 81%. #DDF997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 249 + 151 = 621 (100%)
R 221 of 621 ~ 35.59%
G 249 of 621 ~ 40.1%
B 151 of 621 ~ 24.32%

%35.59
%40.1
%24.32

CMYK color model

#DDF997 color CMYK value is (11,0,39,2).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 39.36%
  • key color value is 2.35%
CMYK:
(11,0,39,2)
C11M0Y39K2 
(11%,0%,39%,2%)
(0.11/0.00/0.39/0.02)	

CMYK percentages

%11.24
%0
%39.36
%2.35

Codes

Color #DDF997 in popluar color models

DDF997
RGB221249151
HSL77°89.09%78.43%
HSB/HSV77°39.36%97.65%
CMYK11.24%0.00%39.36%
2.35%

Color #DDF997 in popluar number systems.

HEXDDF997
Decimal221249151
Binary110111011111100110010111
Octal335371227

Shades and tints

Shades of #DDF997

#DDF997
(221,249,151)
#C9E38A
(201,227,138)
#B5CD7D
(181,205,125)
#A1B770
(161,183,112)
#8DA163
(141,161,99)
#798B56
(121,139,86)
#657549
(101,117,73)
#515F3C
(81,95,60)
#3D492F
(61,73,47)
#293322
(41,51,34)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #DDF997

#DDF997
(221,249,151)
#E0F9A0
(224,249,160)
#E3F9A9
(227,249,169)
#E6F9B2
(230,249,178)
#E9F9BB
(233,249,187)
#ECF9C4
(236,249,196)
#EFF9CD
(239,249,205)
#F2F9D6
(242,249,214)
#F5F9DF
(245,249,223)
#F8F9E8
(248,249,232)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF997; }

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

This text font color is #DDF997.


Background Color

.myBgColor { background-color: #DDF997; }

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

This div background color is #DDF997.


Border color

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

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

This div border color is #DDF997.


Opacity

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

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

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

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

This text has shadow with #DDF997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF997 on black background.


Color preview on white background

This text has color #DDF997 on white background.



Black color preview on #DDF997 background

This text has black color on #DDF997 background.


White color preview on #DDF997 background

This text has white color on #DDF997 background.