COLOR #DDF3B0

HEX: #DDF3B0 RGB: (221,243,176)

Color info

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

RGB color model

#DDF3B0 color RGB value is (221,243,176).

RGB: (221,243,176) (87%, 95%, 69%)

RGB channels and saturation

R 221 of 255 = 87%
G 243 of 255 = 95%
B 176 of 255 = 69%

221
243
176

R + G + B ~ 84%. #DDF3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 243 + 176 = 640 (100%)
R 221 of 640 ~ 34.53%
G 243 of 640 ~ 37.97%
B 176 of 640 ~ 27.5'%

%34.53
%37.97
%27.5

CMYK color model

#DDF3B0 color CMYK value is (9,0,28,5).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 27.57%
  • key color value is 4.71%

CMYK: (9,0,28,5)
C9M0Y28K5 (9%, 0%, 28%, 5%)
(0.09 / 0.00 / 0.28 / 0.05)

CMYK percentages

%9.05
%0
%27.57
%4.71

Codes

Color #DDF3B0 in popluar color models

DD F3 B0
RGB 221 243 176
HSL 80° 73.63% 82.16%
HSB/HSV 80° 27.57% 95.29%
CMYK 9.05% 0.00% 27.57%
4.71%

Color #DDF3B0 in popluar number systems.

HEX DD F3 B0
Decimal 221 243 176
Binary 11011101 11110011 10110000
Octal 335 363 260

Shades and tints

Shades of #DDF3B0

#DDF3B0
(221,243,176)
#C9DDA0
(201,221,160)
#B5C790
(181,199,144)
#A1B180
(161,177,128)
#8D9B70
(141,155,112)
#798560
(121,133,96)
#656F50
(101,111,80)
#515940
(81,89,64)
#3D4330
(61,67,48)
#292D20
(41,45,32)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #DDF3B0

#DDF3B0
(221,243,176)
#E0F4B7
(224,244,183)
#E3F5BE
(227,245,190)
#E6F6C5
(230,246,197)
#E9F7CC
(233,247,204)
#ECF8D3
(236,248,211)
#EFF9DA
(239,249,218)
#F2FAE1
(242,250,225)
#F5FBE8
(245,251,232)
#F8FCEF
(248,252,239)
#FBFDF6
(251,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF3B0; }

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

This text font color is #DDF3B0.

Background Color

.myBgColor { background-color: #DDF3B0; }

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

This div background color is #DDF3B0.

Border color

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

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

This div border color is #DDF3B0.

Opacity

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

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

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

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

This text has shadow with #DDF3B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF3B0.

Preview

Color preview on black background

This text has color #DDF3B0 on black background.


Color preview on white background

This text has color #DDF3B0 on white background.


Black color preview on #DDF3B0 background

This text has black color on #DDF3B0 background.


White color preview on #DDF3B0 background

This text has white color on #DDF3B0 background.


Related colors

Complementary color

Complementary color for #hex is #220C4F.


I love getcolorcode.com

Triadic colors

1 #B0DDF3 and #F3B0DD with #DDF3B0 are triadic colors.

2 #B0F3DD and #F3DDB0 with #DDF3B0 are triadic colors.