COLOR #DDFBE3

HEX: #DDFBE3
RGB: (221,251,227)

Color info

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

RGB color model

#DDFBE3 color RGB value is (221,251,227).

  • red value is 221;
  • green value is 251;
  • blue value is 227.
RGB:
(221,251,227)
(87%,98%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 251 of 255 = 98%
B 227 of 255 = 89%

221
251
227

R + G + B ~ 91%. #DDFBE3 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 251 + 227 = 699 (100%)
R 221 of 699 ~ 31.62%
G 251 of 699 ~ 35.91%
B 227 of 699 ~ 32.47%

%31.62
%35.91
%32.47

CMYK color model

#DDFBE3 color CMYK value is (12,0,10,2).

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 1.57%
CMYK:
(12,0,10,2)
C12M0Y10K2 
(12%,0%,10%,2%)
(0.12/0.00/0.10/0.02)	

CMYK percentages

%11.95
%0
%9.56
%1.57

Codes

Color #DDFBE3 in popluar color models

DDFBE3
RGB221251227
HSL132°78.95%92.55%
HSB/HSV132°11.95%98.43%
CMYK11.95%0.00%9.56%
1.57%

Color #DDFBE3 in popluar number systems.

HEXDDFBE3
Decimal221251227
Binary110111011111101111100011
Octal335373343

Shades and tints

Shades of #DDFBE3

#DDFBE3
(221,251,227)
#C9E5CF
(201,229,207)
#B5CFBB
(181,207,187)
#A1B9A7
(161,185,167)
#8DA393
(141,163,147)
#798D7F
(121,141,127)
#65776B
(101,119,107)
#516157
(81,97,87)
#3D4B43
(61,75,67)
#29352F
(41,53,47)
#151F1B
(21,31,27)
#000000
(0,0,0)

Tints of #DDFBE3

#DDFBE3
(221,251,227)
#E0FBE5
(224,251,229)
#E3FBE7
(227,251,231)
#E6FBE9
(230,251,233)
#E9FBEB
(233,251,235)
#ECFBED
(236,251,237)
#EFFBEF
(239,251,239)
#F2FBF1
(242,251,241)
#F5FBF3
(245,251,243)
#F8FBF5
(248,251,245)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFBE3 color. Also use rgb(221,251,227) instead hex code.

Text Font Color

.myTextColor { color: #DDFBE3; }

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

This text font color is #DDFBE3.


Background Color

.myBgColor { background-color: #DDFBE3; }

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

This div background color is #DDFBE3.


Border color

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

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

This div border color is #DDFBE3.


Opacity

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

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

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

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

This text has shadow with #DDFBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFBE3 on black background.


Color preview on white background

This text has color #DDFBE3 on white background.



Black color preview on #DDFBE3 background

This text has black color on #DDFBE3 background.


White color preview on #DDFBE3 background

This text has white color on #DDFBE3 background.