COLOR #DFEFC0

HEX: #DFEFC0
RGB: (223,239,192)

Color info

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

RGB color model

#DFEFC0 color RGB value is (223,239,192).

  • red value is 223;
  • green value is 239;
  • blue value is 192.
RGB:
(223,239,192)
(87%,94%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 239 of 255 = 94%
B 192 of 255 = 75%

223
239
192

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

Portions of RGB colors in percentages

R + G + B =
223 + 239 + 192 = 654 (100%)
R 223 of 654 ~ 34.1%
G 239 of 654 ~ 36.54%
B 192 of 654 ~ 29.36%

%34.1
%36.54
%29.36

CMYK color model

#DFEFC0 color CMYK value is (7,0,20,6).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK:
(7,0,20,6)
C7M0Y20K6 
(7%,0%,20%,6%)
(0.07/0.00/0.20/0.06)	

CMYK percentages

%6.69
%0
%19.67
%6.27

Codes

Color #DFEFC0 in popluar color models

DFEFC0
RGB223239192
HSL80°59.49%84.51%
HSB/HSV80°19.67%93.73%
CMYK6.69%0.00%19.67%
6.27%

Color #DFEFC0 in popluar number systems.

HEXDFEFC0
Decimal223239192
Binary110111111110111111000000
Octal337357300

Shades and tints

Shades of #DFEFC0

#DFEFC0
(223,239,192)
#CBDAAF
(203,218,175)
#B7C59E
(183,197,158)
#A3B08D
(163,176,141)
#8F9B7C
(143,155,124)
#7B866B
(123,134,107)
#67715A
(103,113,90)
#535C49
(83,92,73)
#3F4738
(63,71,56)
#2B3227
(43,50,39)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #DFEFC0

#DFEFC0
(223,239,192)
#E1F0C5
(225,240,197)
#E3F1CA
(227,241,202)
#E5F2CF
(229,242,207)
#E7F3D4
(231,243,212)
#E9F4D9
(233,244,217)
#EBF5DE
(235,245,222)
#EDF6E3
(237,246,227)
#EFF7E8
(239,247,232)
#F1F8ED
(241,248,237)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEFC0; }

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

This text font color is #DFEFC0.


Background Color

.myBgColor { background-color: #DFEFC0; }

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

This div background color is #DFEFC0.


Border color

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

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

This div border color is #DFEFC0.


Opacity

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

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

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

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

This text has shadow with #DFEFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEFC0 on black background.


Color preview on white background

This text has color #DFEFC0 on white background.



Black color preview on #DFEFC0 background

This text has black color on #DFEFC0 background.


White color preview on #DFEFC0 background

This text has white color on #DFEFC0 background.