COLOR #DFEBCE

HEX: #DFEBCE
RGB: (223,235,206)

Color info

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

RGB color model

#DFEBCE color RGB value is (223,235,206).

  • red value is 223;
  • green value is 235;
  • blue value is 206.
RGB:
(223,235,206)
(87%,92%,81%)

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 206 of 255 = 81%

223
235
206

R + G + B ~ 87%. #DFEBCE is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 206 = 664 (100%)
R 223 of 664 ~ 33.58%
G 235 of 664 ~ 35.39%
B 206 of 664 ~ 31.02%

%33.58
%35.39
%31.02

CMYK color model

#DFEBCE color CMYK value is (5,0,12,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(5,0,12,8)
C5M0Y12K8 
(5%,0%,12%,8%)
(0.05/0.00/0.12/0.08)	

CMYK percentages

%5.11
%0
%12.34
%7.84

Codes

Color #DFEBCE in popluar color models

DFEBCE
RGB223235206
HSL85°42.03%86.47%
HSB/HSV85°12.34%92.16%
CMYK5.11%0.00%12.34%
7.84%

Color #DFEBCE in popluar number systems.

HEXDFEBCE
Decimal223235206
Binary110111111110101111001110
Octal337353316

Shades and tints

Shades of #DFEBCE

#DFEBCE
(223,235,206)
#CBD6BC
(203,214,188)
#B7C1AA
(183,193,170)
#A3AC98
(163,172,152)
#8F9786
(143,151,134)
#7B8274
(123,130,116)
#676D62
(103,109,98)
#535850
(83,88,80)
#3F433E
(63,67,62)
#2B2E2C
(43,46,44)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #DFEBCE

#DFEBCE
(223,235,206)
#E1ECD2
(225,236,210)
#E3EDD6
(227,237,214)
#E5EEDA
(229,238,218)
#E7EFDE
(231,239,222)
#E9F0E2
(233,240,226)
#EBF1E6
(235,241,230)
#EDF2EA
(237,242,234)
#EFF3EE
(239,243,238)
#F1F4F2
(241,244,242)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEBCE color. Also use rgb(223,235,206) instead hex code.

Text Font Color

.myTextColor { color: #DFEBCE; }

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

This text font color is #DFEBCE.


Background Color

.myBgColor { background-color: #DFEBCE; }

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

This div background color is #DFEBCE.


Border color

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

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

This div border color is #DFEBCE.


Opacity

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

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

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

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

This text has shadow with #DFEBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBCE on black background.


Color preview on white background

This text has color #DFEBCE on white background.



Black color preview on #DFEBCE background

This text has black color on #DFEBCE background.


White color preview on #DFEBCE background

This text has white color on #DFEBCE background.