COLOR #DFE3C7

HEX: #DFE3C7
RGB: (223,227,199)

Color info

#DFE3C7 contains red, green and blue colors in about the same proportion. Web safe color of #DFE3C7 is #CCCCCC (or #CCC).

RGB color model

#DFE3C7 color RGB value is (223,227,199).

  • red value is 223;
  • green value is 227;
  • blue value is 199.
RGB:
(223,227,199)
(87%,89%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 199 of 255 = 78%

223
227
199

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

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 199 = 649 (100%)
R 223 of 649 ~ 34.36%
G 227 of 649 ~ 34.98%
B 199 of 649 ~ 30.66%

%34.36
%34.98
%30.66

CMYK color model

#DFE3C7 color CMYK value is (2,0,12,11).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK:
(2,0,12,11)
C2M0Y12K11 
(2%,0%,12%,11%)
(0.02/0.00/0.12/0.11)	

CMYK percentages

%1.76
%0
%12.33
%10.98

Codes

Color #DFE3C7 in popluar color models

DFE3C7
RGB223227199
HSL69°33.33%83.53%
HSB/HSV69°12.33%89.02%
CMYK1.76%0.00%12.33%
10.98%

Color #DFE3C7 in popluar number systems.

HEXDFE3C7
Decimal223227199
Binary110111111110001111000111
Octal337343307

Shades and tints

Shades of #DFE3C7

#DFE3C7
(223,227,199)
#CBCFB5
(203,207,181)
#B7BBA3
(183,187,163)
#A3A791
(163,167,145)
#8F937F
(143,147,127)
#7B7F6D
(123,127,109)
#676B5B
(103,107,91)
#535749
(83,87,73)
#3F4337
(63,67,55)
#2B2F25
(43,47,37)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #DFE3C7

#DFE3C7
(223,227,199)
#E1E5CC
(225,229,204)
#E3E7D1
(227,231,209)
#E5E9D6
(229,233,214)
#E7EBDB
(231,235,219)
#E9EDE0
(233,237,224)
#EBEFE5
(235,239,229)
#EDF1EA
(237,241,234)
#EFF3EF
(239,243,239)
#F1F5F4
(241,245,244)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE3C7 color. Also use rgb(223,227,199) instead hex code.

Text Font Color

.myTextColor { color: #DFE3C7; }

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

This text font color is #DFE3C7.


Background Color

.myBgColor { background-color: #DFE3C7; }

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

This div background color is #DFE3C7.


Border color

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

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

This div border color is #DFE3C7.


Opacity

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

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

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

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

This text has shadow with #DFE3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3C7 on black background.


Color preview on white background

This text has color #DFE3C7 on white background.



Black color preview on #DFE3C7 background

This text has black color on #DFE3C7 background.


White color preview on #DFE3C7 background

This text has white color on #DFE3C7 background.