COLOR #DDEBBF

HEX: #DDEBBF
RGB: (221,235,191)

Color info

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

RGB color model

#DDEBBF color RGB value is (221,235,191).

  • red value is 221;
  • green value is 235;
  • blue value is 191.
RGB:
(221,235,191)
(87%,92%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 191 of 255 = 75%

221
235
191

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

Portions of RGB colors in percentages

R + G + B =
221 + 235 + 191 = 647 (100%)
R 221 of 647 ~ 34.16%
G 235 of 647 ~ 36.32%
B 191 of 647 ~ 29.52%

%34.16
%36.32
%29.52

CMYK color model

#DDEBBF color CMYK value is (6,0,19,8).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 7.84%
CMYK:
(6,0,19,8)
C6M0Y19K8 
(6%,0%,19%,8%)
(0.06/0.00/0.19/0.08)	

CMYK percentages

%5.96
%0
%18.72
%7.84

Codes

Color #DDEBBF in popluar color models

DDEBBF
RGB221235191
HSL79°52.38%83.53%
HSB/HSV79°18.72%92.16%
CMYK5.96%0.00%18.72%
7.84%

Color #DDEBBF in popluar number systems.

HEXDDEBBF
Decimal221235191
Binary110111011110101110111111
Octal335353277

Shades and tints

Shades of #DDEBBF

#DDEBBF
(221,235,191)
#C9D6AE
(201,214,174)
#B5C19D
(181,193,157)
#A1AC8C
(161,172,140)
#8D977B
(141,151,123)
#79826A
(121,130,106)
#656D59
(101,109,89)
#515848
(81,88,72)
#3D4337
(61,67,55)
#292E26
(41,46,38)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDEBBF

#DDEBBF
(221,235,191)
#E0ECC4
(224,236,196)
#E3EDC9
(227,237,201)
#E6EECE
(230,238,206)
#E9EFD3
(233,239,211)
#ECF0D8
(236,240,216)
#EFF1DD
(239,241,221)
#F2F2E2
(242,242,226)
#F5F3E7
(245,243,231)
#F8F4EC
(248,244,236)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEBBF color. Also use rgb(221,235,191) instead hex code.

Text Font Color

.myTextColor { color: #DDEBBF; }

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

This text font color is #DDEBBF.


Background Color

.myBgColor { background-color: #DDEBBF; }

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

This div background color is #DDEBBF.


Border color

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

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

This div border color is #DDEBBF.


Opacity

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

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

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

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

This text has shadow with #DDEBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEBBF on black background.


Color preview on white background

This text has color #DDEBBF on white background.



Black color preview on #DDEBBF background

This text has black color on #DDEBBF background.


White color preview on #DDEBBF background

This text has white color on #DDEBBF background.