COLOR #DFEFE7

HEX: #DFEFE7 RGB: (223,239,231)

Color info

#DFEFE7 contains red, green and blue colors in about the same proportion. Web safe color of #DFEFE7 is #CCFFFF (or #CFF).

RGB color model

#DFEFE7 color RGB value is (223,239,231).

RGB: (223,239,231) (87%, 94%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 239 of 255 = 94%
B 231 of 255 = 91%

223
239
231

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

Portions of RGB colors in percentages

R + G + B = 223 + 239 + 231 = 693 (100%)
R 223 of 693 ~ 32.18%
G 239 of 693 ~ 34.49%
B 231 of 693 ~ 33.33'%

%32.18
%34.49
%33.33

CMYK color model

#DFEFE7 color CMYK value is (7,0,3,6).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK: (7,0,3,6) C7M0Y3K6 (7%,0%,3%,6%) (0.07/0.00/0.03/0.06) 

CMYK percentages

%6.69
%0
%3.35
%6.27

Codes

Color #DFEFE7 in popluar color models

DF EF E7
RGB 223 239 231
HSL 150° 33.33% 90.59%
HSB/HSV 150° 6.69% 93.73%
CMYK 6.69% 0.00% 3.35%
6.27%

Color #DFEFE7 in popluar number systems.

HEX DF EF E7
Decimal 223 239 231
Binary 11011111 11101111 11100111
Octal 337 357 347

Shades and tints

Shades of #DFEFE7

#DFEFE7
(223,239,231)
#CBDAD2
(203,218,210)
#B7C5BD
(183,197,189)
#A3B0A8
(163,176,168)
#8F9B93
(143,155,147)
#7B867E
(123,134,126)
#677169
(103,113,105)
#535C54
(83,92,84)
#3F473F
(63,71,63)
#2B322A
(43,50,42)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #DFEFE7

#DFEFE7
(223,239,231)
#E1F0E9
(225,240,233)
#E3F1EB
(227,241,235)
#E5F2ED
(229,242,237)
#E7F3EF
(231,243,239)
#E9F4F1
(233,244,241)
#EBF5F3
(235,245,243)
#EDF6F5
(237,246,245)
#EFF7F7
(239,247,247)
#F1F8F9
(241,248,249)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEFE7 color. Also use rgb(223,239,231) instead hex code.

Text Font Color

.myTextColor { color: #DFEFE7; }

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

This text font color is #DFEFE7.

Background Color

.myBgColor { background-color: #DFEFE7; }

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

This div background color is #DFEFE7.

Border color

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

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

This div border color is #DFEFE7.

Opacity

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

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

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

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

This text has shadow with #DFEFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEFE7.

Preview

Color preview on black background

This text has color #DFEFE7 on black background.


Color preview on white background

This text has color #DFEFE7 on white background.


Black color preview on #DFEFE7 background

This text has black color on #DFEFE7 background.


White color preview on #DFEFE7 background

This text has white color on #DFEFE7 background.


Related colors

Complementary color

Complementary color for #hex is #201018.


I love getcolorcode.com

Triadic colors

1 #E7DFEF and #EFE7DF with #DFEFE7 are triadic colors.

2 #E7EFDF and #EFDFE7 with #DFEFE7 are triadic colors.