COLOR #DDF0B0

HEX: #DDF0B0 RGB: (221,240,176)

Color info

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

RGB color model

#DDF0B0 color RGB value is (221,240,176).

RGB: (221,240,176) (87%, 94%, 69%)

RGB channels and saturation

R 221 of 255 = 87%
G 240 of 255 = 94%
B 176 of 255 = 69%

221
240
176

R + G + B ~ 83%. #DDF0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 240 + 176 = 637 (100%)
R 221 of 637 ~ 34.69%
G 240 of 637 ~ 37.68%
B 176 of 637 ~ 27.63'%

%34.69
%37.68
%27.63

CMYK color model

#DDF0B0 color CMYK value is (8,0,27,6).

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 5.88%

CMYK: (8,0,27,6)
C8M0Y27K6 (8%, 0%, 27%, 6%)
(0.08 / 0.00 / 0.27 / 0.06)

CMYK percentages

%7.92
%0
%26.67
%5.88

Codes

Color #DDF0B0 in popluar color models

DD F0 B0
RGB 221 240 176
HSL 78° 68.09% 81.57%
HSB/HSV 78° 26.67% 94.12%
CMYK 7.92% 0.00% 26.67%
5.88%

Color #DDF0B0 in popluar number systems.

HEX DD F0 B0
Decimal 221 240 176
Binary 11011101 11110000 10110000
Octal 335 360 260

Shades and tints

Shades of #DDF0B0

#DDF0B0
(221,240,176)
#C9DBA0
(201,219,160)
#B5C690
(181,198,144)
#A1B180
(161,177,128)
#8D9C70
(141,156,112)
#798760
(121,135,96)
#657250
(101,114,80)
#515D40
(81,93,64)
#3D4830
(61,72,48)
#293320
(41,51,32)
#151E10
(21,30,16)
#000000
(0,0,0)

Tints of #DDF0B0

#DDF0B0
(221,240,176)
#E0F1B7
(224,241,183)
#E3F2BE
(227,242,190)
#E6F3C5
(230,243,197)
#E9F4CC
(233,244,204)
#ECF5D3
(236,245,211)
#EFF6DA
(239,246,218)
#F2F7E1
(242,247,225)
#F5F8E8
(245,248,232)
#F8F9EF
(248,249,239)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF0B0 color. Also use rgb(221,240,176) instead hex code.

Text Font Color

.myTextColor { color: #DDF0B0; }

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

This text font color is #DDF0B0.

Background Color

.myBgColor { background-color: #DDF0B0; }

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

This div background color is #DDF0B0.

Border color

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

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

This div border color is #DDF0B0.

Opacity

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

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

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

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

This text has shadow with #DDF0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF0B0.

Preview

Color preview on black background

This text has color #DDF0B0 on black background.


Color preview on white background

This text has color #DDF0B0 on white background.


Black color preview on #DDF0B0 background

This text has black color on #DDF0B0 background.


White color preview on #DDF0B0 background

This text has white color on #DDF0B0 background.


Related colors

Complementary color

Complementary color for #hex is #220F4F.


I love getcolorcode.com

Triadic colors

1 #B0DDF0 and #F0B0DD with #DDF0B0 are triadic colors.

2 #B0F0DD and #F0DDB0 with #DDF0B0 are triadic colors.