COLOR #DDEFBA

HEX: #DDEFBA
RGB: (221,239,186)

Color info

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

RGB color model

#DDEFBA color RGB value is (221,239,186).

  • red value is 221;
  • green value is 239;
  • blue value is 186.
RGB:
(221,239,186)
(87%,94%,73%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 186 of 255 = 73%

221
239
186

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

Portions of RGB colors in percentages

R + G + B =
221 + 239 + 186 = 646 (100%)
R 221 of 646 ~ 34.21%
G 239 of 646 ~ 37%
B 186 of 646 ~ 28.79%

%34.21
%37
%28.79

CMYK color model

#DDEFBA color CMYK value is (8,0,22,6).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(8,0,22,6)
C8M0Y22K6 
(8%,0%,22%,6%)
(0.08/0.00/0.22/0.06)	

CMYK percentages

%7.53
%0
%22.18
%6.27

Codes

Color #DDEFBA in popluar color models

DDEFBA
RGB221239186
HSL80°62.35%83.33%
HSB/HSV80°22.18%93.73%
CMYK7.53%0.00%22.18%
6.27%

Color #DDEFBA in popluar number systems.

HEXDDEFBA
Decimal221239186
Binary110111011110111110111010
Octal335357272

Shades and tints

Shades of #DDEFBA

#DDEFBA
(221,239,186)
#C9DAAA
(201,218,170)
#B5C59A
(181,197,154)
#A1B08A
(161,176,138)
#8D9B7A
(141,155,122)
#79866A
(121,134,106)
#65715A
(101,113,90)
#515C4A
(81,92,74)
#3D473A
(61,71,58)
#29322A
(41,50,42)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #DDEFBA

#DDEFBA
(221,239,186)
#E0F0C0
(224,240,192)
#E3F1C6
(227,241,198)
#E6F2CC
(230,242,204)
#E9F3D2
(233,243,210)
#ECF4D8
(236,244,216)
#EFF5DE
(239,245,222)
#F2F6E4
(242,246,228)
#F5F7EA
(245,247,234)
#F8F8F0
(248,248,240)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEFBA color. Also use rgb(221,239,186) instead hex code.

Text Font Color

.myTextColor { color: #DDEFBA; }

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

This text font color is #DDEFBA.


Background Color

.myBgColor { background-color: #DDEFBA; }

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

This div background color is #DDEFBA.


Border color

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

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

This div border color is #DDEFBA.


Opacity

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

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

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

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

This text has shadow with #DDEFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEFBA on black background.


Color preview on white background

This text has color #DDEFBA on white background.



Black color preview on #DDEFBA background

This text has black color on #DDEFBA background.


White color preview on #DDEFBA background

This text has white color on #DDEFBA background.