COLOR #DDF9B7

HEX: #DDF9B7
RGB: (221,249,183)

Color info

#DDF9B7 contains mainly red and green colors. Web safe color of #DDF9B7 is #CCFFCC (or #CFC).

RGB color model

#DDF9B7 color RGB value is (221,249,183).

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

RGB channels and saturation

R 221 of 255 = 87%
G 249 of 255 = 98%
B 183 of 255 = 72%

221
249
183

R + G + B ~ 86%. #DDF9B7 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 249 + 183 = 653 (100%)
R 221 of 653 ~ 33.84%
G 249 of 653 ~ 38.13%
B 183 of 653 ~ 28.02%

%33.84
%38.13
%28.02

CMYK color model

#DDF9B7 color CMYK value is (11,0,27,2).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 2.35%
CMYK:
(11,0,27,2)
C11M0Y27K2 
(11%,0%,27%,2%)
(0.11/0.00/0.27/0.02)	

CMYK percentages

%11.24
%0
%26.51
%2.35

Codes

Color #DDF9B7 in popluar color models

DDF9B7
RGB221249183
HSL85°84.62%84.71%
HSB/HSV85°26.51%97.65%
CMYK11.24%0.00%26.51%
2.35%

Color #DDF9B7 in popluar number systems.

HEXDDF9B7
Decimal221249183
Binary110111011111100110110111
Octal335371267

Shades and tints

Shades of #DDF9B7

#DDF9B7
(221,249,183)
#C9E3A7
(201,227,167)
#B5CD97
(181,205,151)
#A1B787
(161,183,135)
#8DA177
(141,161,119)
#798B67
(121,139,103)
#657557
(101,117,87)
#515F47
(81,95,71)
#3D4937
(61,73,55)
#293327
(41,51,39)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #DDF9B7

#DDF9B7
(221,249,183)
#E0F9BD
(224,249,189)
#E3F9C3
(227,249,195)
#E6F9C9
(230,249,201)
#E9F9CF
(233,249,207)
#ECF9D5
(236,249,213)
#EFF9DB
(239,249,219)
#F2F9E1
(242,249,225)
#F5F9E7
(245,249,231)
#F8F9ED
(248,249,237)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF9B7; }

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

This text font color is #DDF9B7.


Background Color

.myBgColor { background-color: #DDF9B7; }

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

This div background color is #DDF9B7.


Border color

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

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

This div border color is #DDF9B7.


Opacity

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

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

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

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

This text has shadow with #DDF9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF9B7 on black background.


Color preview on white background

This text has color #DDF9B7 on white background.



Black color preview on #DDF9B7 background

This text has black color on #DDF9B7 background.


White color preview on #DDF9B7 background

This text has white color on #DDF9B7 background.