COLOR #DFF3E1

HEX: #DFF3E1
RGB: (223,243,225)

Color info

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

RGB color model

#DFF3E1 color RGB value is (223,243,225).

  • red value is 223;
  • green value is 243;
  • blue value is 225.
RGB:
(223,243,225)
(87%,95%,88%)

RGB channels and saturation

R 223 of 255 = 87%
G 243 of 255 = 95%
B 225 of 255 = 88%

223
243
225

R + G + B ~ 90%. #DFF3E1 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 243 + 225 = 691 (100%)
R 223 of 691 ~ 32.27%
G 243 of 691 ~ 35.17%
B 225 of 691 ~ 32.56%

%32.27
%35.17
%32.56

CMYK color model

#DFF3E1 color CMYK value is (8,0,7,5).

  • cyan value is 8.23%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 4.71%
CMYK:
(8,0,7,5)
C8M0Y7K5 
(8%,0%,7%,5%)
(0.08/0.00/0.07/0.05)	

CMYK percentages

%8.23
%0
%7.41
%4.71

Codes

Color #DFF3E1 in popluar color models

DFF3E1
RGB223243225
HSL126°45.45%91.37%
HSB/HSV126°8.23%95.29%
CMYK8.23%0.00%7.41%
4.71%

Color #DFF3E1 in popluar number systems.

HEXDFF3E1
Decimal223243225
Binary110111111111001111100001
Octal337363341

Shades and tints

Shades of #DFF3E1

#DFF3E1
(223,243,225)
#CBDDCD
(203,221,205)
#B7C7B9
(183,199,185)
#A3B1A5
(163,177,165)
#8F9B91
(143,155,145)
#7B857D
(123,133,125)
#676F69
(103,111,105)
#535955
(83,89,85)
#3F4341
(63,67,65)
#2B2D2D
(43,45,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #DFF3E1

#DFF3E1
(223,243,225)
#E1F4E3
(225,244,227)
#E3F5E5
(227,245,229)
#E5F6E7
(229,246,231)
#E7F7E9
(231,247,233)
#E9F8EB
(233,248,235)
#EBF9ED
(235,249,237)
#EDFAEF
(237,250,239)
#EFFBF1
(239,251,241)
#F1FCF3
(241,252,243)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF3E1 color. Also use rgb(223,243,225) instead hex code.

Text Font Color

.myTextColor { color: #DFF3E1; }

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

This text font color is #DFF3E1.


Background Color

.myBgColor { background-color: #DFF3E1; }

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

This div background color is #DFF3E1.


Border color

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

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

This div border color is #DFF3E1.


Opacity

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

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

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

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

This text has shadow with #DFF3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF3E1 on black background.


Color preview on white background

This text has color #DFF3E1 on white background.



Black color preview on #DFF3E1 background

This text has black color on #DFF3E1 background.


White color preview on #DFF3E1 background

This text has white color on #DFF3E1 background.