COLOR #DFF3E2

HEX: #DFF3E2 RGB: (223,243,226)

Color info

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

RGB color model

#DFF3E2 color RGB value is (223,243,226).

RGB: (223,243,226) (87%, 95%, 89%)

RGB channels and saturation

R 223 of 255 = 87%
G 243 of 255 = 95%
B 226 of 255 = 89%

223
243
226

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

Portions of RGB colors in percentages

R + G + B = 223 + 243 + 226 = 692 (100%)
R 223 of 692 ~ 32.23%
G 243 of 692 ~ 35.12%
B 226 of 692 ~ 32.66'%

%32.23
%35.12
%32.66

CMYK color model

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

  • cyan value is 8.23%
  • magenta value is 0.00%
  • yellow value is 7.00%
  • 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
%4.71

Codes

Color #DFF3E2 in popluar color models

DF F3 E2
RGB 223 243 226
HSL 129° 45.45% 91.37%
HSB/HSV 129° 8.23% 95.29%
CMYK 8.23% 0.00% 7.00%
4.71%

Color #DFF3E2 in popluar number systems.

HEX DF F3 E2
Decimal 223 243 226
Binary 11011111 11110011 11100010
Octal 337 363 342

Shades and tints

Shades of #DFF3E2

#DFF3E2
(223,243,226)
#CBDDCE
(203,221,206)
#B7C7BA
(183,199,186)
#A3B1A6
(163,177,166)
#8F9B92
(143,155,146)
#7B857E
(123,133,126)
#676F6A
(103,111,106)
#535956
(83,89,86)
#3F4342
(63,67,66)
#2B2D2E
(43,45,46)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #DFF3E2

#DFF3E2
(223,243,226)
#E1F4E4
(225,244,228)
#E3F5E6
(227,245,230)
#E5F6E8
(229,246,232)
#E7F7EA
(231,247,234)
#E9F8EC
(233,248,236)
#EBF9EE
(235,249,238)
#EDFAF0
(237,250,240)
#EFFBF2
(239,251,242)
#F1FCF4
(241,252,244)
#F3FDF6
(243,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF3E2; }

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

This text font color is #DFF3E2.

Background Color

.myBgColor { background-color: #DFF3E2; }

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

This div background color is #DFF3E2.

Border color

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

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

This div border color is #DFF3E2.

Opacity

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

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

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

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

This text has shadow with #DFF3E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF3E2.

Preview

Color preview on black background

This text has color #DFF3E2 on black background.


Color preview on white background

This text has color #DFF3E2 on white background.


Black color preview on #DFF3E2 background

This text has black color on #DFF3E2 background.


White color preview on #DFF3E2 background

This text has white color on #DFF3E2 background.


Related colors

Complementary color

Complementary color for #hex is #200C1D.


I love getcolorcode.com

Triadic colors

1 #E2DFF3 and #F3E2DF with #DFF3E2 are triadic colors.

2 #E2F3DF and #F3DFE2 with #DFF3E2 are triadic colors.