COLOR #DFEBE5

HEX: #DFEBE5
RGB: (223,235,229)

Color info

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

RGB color model

#DFEBE5 color RGB value is (223,235,229).

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

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 229 of 255 = 90%

223
235
229

R + G + B ~ 90%. #DFEBE5 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 229 = 687 (100%)
R 223 of 687 ~ 32.46%
G 235 of 687 ~ 34.21%
B 229 of 687 ~ 33.33%

%32.46
%34.21
%33.33

CMYK color model

#DFEBE5 color CMYK value is (5,0,3,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(5,0,3,8)
C5M0Y3K8 
(5%,0%,3%,8%)
(0.05/0.00/0.03/0.08)	

CMYK percentages

%5.11
%0
%2.55
%7.84

Codes

Color #DFEBE5 in popluar color models

DFEBE5
RGB223235229
HSL150°23.08%89.80%
HSB/HSV150°5.11%92.16%
CMYK5.11%0.00%2.55%
7.84%

Color #DFEBE5 in popluar number systems.

HEXDFEBE5
Decimal223235229
Binary110111111110101111100101
Octal337353345

Shades and tints

Shades of #DFEBE5

#DFEBE5
(223,235,229)
#CBD6D1
(203,214,209)
#B7C1BD
(183,193,189)
#A3ACA9
(163,172,169)
#8F9795
(143,151,149)
#7B8281
(123,130,129)
#676D6D
(103,109,109)
#535859
(83,88,89)
#3F4345
(63,67,69)
#2B2E31
(43,46,49)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #DFEBE5

#DFEBE5
(223,235,229)
#E1ECE7
(225,236,231)
#E3EDE9
(227,237,233)
#E5EEEB
(229,238,235)
#E7EFED
(231,239,237)
#E9F0EF
(233,240,239)
#EBF1F1
(235,241,241)
#EDF2F3
(237,242,243)
#EFF3F5
(239,243,245)
#F1F4F7
(241,244,247)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBE5; }

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

This text font color is #DFEBE5.


Background Color

.myBgColor { background-color: #DFEBE5; }

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

This div background color is #DFEBE5.


Border color

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

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

This div border color is #DFEBE5.


Opacity

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

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

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

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

This text has shadow with #DFEBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBE5 on black background.


Color preview on white background

This text has color #DFEBE5 on white background.



Black color preview on #DFEBE5 background

This text has black color on #DFEBE5 background.


White color preview on #DFEBE5 background

This text has white color on #DFEBE5 background.