COLOR #DFEBD6

HEX: #DFEBD6
RGB: (223,235,214)

Color info

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

RGB color model

#DFEBD6 color RGB value is (223,235,214).

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

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 214 of 255 = 84%

223
235
214

R + G + B ~ 88%. #DFEBD6 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 214 = 672 (100%)
R 223 of 672 ~ 33.18%
G 235 of 672 ~ 34.97%
B 214 of 672 ~ 31.85%

%33.18
%34.97
%31.85

CMYK color model

#DFEBD6 color CMYK value is (5,0,9,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(5,0,9,8)
C5M0Y9K8 
(5%,0%,9%,8%)
(0.05/0.00/0.09/0.08)	

CMYK percentages

%5.11
%0
%8.94
%7.84

Codes

Color #DFEBD6 in popluar color models

DFEBD6
RGB223235214
HSL94°34.43%88.04%
HSB/HSV94°8.94%92.16%
CMYK5.11%0.00%8.94%
7.84%

Color #DFEBD6 in popluar number systems.

HEXDFEBD6
Decimal223235214
Binary110111111110101111010110
Octal337353326

Shades and tints

Shades of #DFEBD6

#DFEBD6
(223,235,214)
#CBD6C3
(203,214,195)
#B7C1B0
(183,193,176)
#A3AC9D
(163,172,157)
#8F978A
(143,151,138)
#7B8277
(123,130,119)
#676D64
(103,109,100)
#535851
(83,88,81)
#3F433E
(63,67,62)
#2B2E2B
(43,46,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #DFEBD6

#DFEBD6
(223,235,214)
#E1ECD9
(225,236,217)
#E3EDDC
(227,237,220)
#E5EEDF
(229,238,223)
#E7EFE2
(231,239,226)
#E9F0E5
(233,240,229)
#EBF1E8
(235,241,232)
#EDF2EB
(237,242,235)
#EFF3EE
(239,243,238)
#F1F4F1
(241,244,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBD6; }

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

This text font color is #DFEBD6.


Background Color

.myBgColor { background-color: #DFEBD6; }

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

This div background color is #DFEBD6.


Border color

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

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

This div border color is #DFEBD6.


Opacity

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

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

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

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

This text has shadow with #DFEBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBD6 on black background.


Color preview on white background

This text has color #DFEBD6 on white background.



Black color preview on #DFEBD6 background

This text has black color on #DFEBD6 background.


White color preview on #DFEBD6 background

This text has white color on #DFEBD6 background.