COLOR #DDF9BE

HEX: #DDF9BE
RGB: (221,249,190)

Color info

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

RGB color model

#DDF9BE color RGB value is (221,249,190).

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

RGB channels and saturation

R 221 of 255 = 87%
G 249 of 255 = 98%
B 190 of 255 = 75%

221
249
190

R + G + B ~ 87%. #DDF9BE is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 249 + 190 = 660 (100%)
R 221 of 660 ~ 33.48%
G 249 of 660 ~ 37.73%
B 190 of 660 ~ 28.79%

%33.48
%37.73
%28.79

CMYK color model

#DDF9BE color CMYK value is (11,0,24,2).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(11,0,24,2)
C11M0Y24K2 
(11%,0%,24%,2%)
(0.11/0.00/0.24/0.02)	

CMYK percentages

%11.24
%0
%23.69
%2.35

Codes

Color #DDF9BE in popluar color models

DDF9BE
RGB221249190
HSL88°83.10%86.08%
HSB/HSV88°23.69%97.65%
CMYK11.24%0.00%23.69%
2.35%

Color #DDF9BE in popluar number systems.

HEXDDF9BE
Decimal221249190
Binary110111011111100110111110
Octal335371276

Shades and tints

Shades of #DDF9BE

#DDF9BE
(221,249,190)
#C9E3AD
(201,227,173)
#B5CD9C
(181,205,156)
#A1B78B
(161,183,139)
#8DA17A
(141,161,122)
#798B69
(121,139,105)
#657558
(101,117,88)
#515F47
(81,95,71)
#3D4936
(61,73,54)
#293325
(41,51,37)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #DDF9BE

#DDF9BE
(221,249,190)
#E0F9C3
(224,249,195)
#E3F9C8
(227,249,200)
#E6F9CD
(230,249,205)
#E9F9D2
(233,249,210)
#ECF9D7
(236,249,215)
#EFF9DC
(239,249,220)
#F2F9E1
(242,249,225)
#F5F9E6
(245,249,230)
#F8F9EB
(248,249,235)
#FBF9F0
(251,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF9BE; }

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

This text font color is #DDF9BE.


Background Color

.myBgColor { background-color: #DDF9BE; }

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

This div background color is #DDF9BE.


Border color

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

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

This div border color is #DDF9BE.


Opacity

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

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

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

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

This text has shadow with #DDF9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF9BE on black background.


Color preview on white background

This text has color #DDF9BE on white background.



Black color preview on #DDF9BE background

This text has black color on #DDF9BE background.


White color preview on #DDF9BE background

This text has white color on #DDF9BE background.