COLOR #DDF3B8

HEX: #DDF3B8
RGB: (221,243,184)

Color info

#DDF3B8 contains red, green and blue colors in about the same proportion. Web safe color of #DDF3B8 is #CCFFCC (or #CFC).

RGB color model

#DDF3B8 color RGB value is (221,243,184).

  • red value is 221;
  • green value is 243;
  • blue value is 184.
RGB:
(221,243,184)
(87%,95%,72%)

RGB channels and saturation

R 221 of 255 = 87%
G 243 of 255 = 95%
B 184 of 255 = 72%

221
243
184

R + G + B ~ 85%. #DDF3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 243 + 184 = 648 (100%)
R 221 of 648 ~ 34.1%
G 243 of 648 ~ 37.5%
B 184 of 648 ~ 28.4%

%34.1
%37.5
%28.4

CMYK color model

#DDF3B8 color CMYK value is (9,0,24,5).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 4.71%
CMYK:
(9,0,24,5)
C9M0Y24K5 
(9%,0%,24%,5%)
(0.09/0.00/0.24/0.05)	

CMYK percentages

%9.05
%0
%24.28
%4.71

Codes

Color #DDF3B8 in popluar color models

DDF3B8
RGB221243184
HSL82°71.08%83.73%
HSB/HSV82°24.28%95.29%
CMYK9.05%0.00%24.28%
4.71%

Color #DDF3B8 in popluar number systems.

HEXDDF3B8
Decimal221243184
Binary110111011111001110111000
Octal335363270

Shades and tints

Shades of #DDF3B8

#DDF3B8
(221,243,184)
#C9DDA8
(201,221,168)
#B5C798
(181,199,152)
#A1B188
(161,177,136)
#8D9B78
(141,155,120)
#798568
(121,133,104)
#656F58
(101,111,88)
#515948
(81,89,72)
#3D4338
(61,67,56)
#292D28
(41,45,40)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDF3B8

#DDF3B8
(221,243,184)
#E0F4BE
(224,244,190)
#E3F5C4
(227,245,196)
#E6F6CA
(230,246,202)
#E9F7D0
(233,247,208)
#ECF8D6
(236,248,214)
#EFF9DC
(239,249,220)
#F2FAE2
(242,250,226)
#F5FBE8
(245,251,232)
#F8FCEE
(248,252,238)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF3B8; }

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

This text font color is #DDF3B8.


Background Color

.myBgColor { background-color: #DDF3B8; }

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

This div background color is #DDF3B8.


Border color

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

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

This div border color is #DDF3B8.


Opacity

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

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

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

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

This text has shadow with #DDF3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF3B8 on black background.


Color preview on white background

This text has color #DDF3B8 on white background.



Black color preview on #DDF3B8 background

This text has black color on #DDF3B8 background.


White color preview on #DDF3B8 background

This text has white color on #DDF3B8 background.