COLOR #DFEBE1

HEX: #DFEBE1
RGB: (223,235,225)

Color info

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

RGB color model

#DFEBE1 color RGB value is (223,235,225).

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

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 225 of 255 = 88%

223
235
225

R + G + B ~ 89%. #DFEBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 225 = 683 (100%)
R 223 of 683 ~ 32.65%
G 235 of 683 ~ 34.41%
B 225 of 683 ~ 32.94%

%32.65
%34.41
%32.94

CMYK color model

#DFEBE1 color CMYK value is (5,0,4,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(5,0,4,8)
C5M0Y4K8 
(5%,0%,4%,8%)
(0.05/0.00/0.04/0.08)	

CMYK percentages

%5.11
%0
%4.26
%7.84

Codes

Color #DFEBE1 in popluar color models

DFEBE1
RGB223235225
HSL130°23.08%89.80%
HSB/HSV130°5.11%92.16%
CMYK5.11%0.00%4.26%
7.84%

Color #DFEBE1 in popluar number systems.

HEXDFEBE1
Decimal223235225
Binary110111111110101111100001
Octal337353341

Shades and tints

Shades of #DFEBE1

#DFEBE1
(223,235,225)
#CBD6CD
(203,214,205)
#B7C1B9
(183,193,185)
#A3ACA5
(163,172,165)
#8F9791
(143,151,145)
#7B827D
(123,130,125)
#676D69
(103,109,105)
#535855
(83,88,85)
#3F4341
(63,67,65)
#2B2E2D
(43,46,45)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #DFEBE1

#DFEBE1
(223,235,225)
#E1ECE3
(225,236,227)
#E3EDE5
(227,237,229)
#E5EEE7
(229,238,231)
#E7EFE9
(231,239,233)
#E9F0EB
(233,240,235)
#EBF1ED
(235,241,237)
#EDF2EF
(237,242,239)
#EFF3F1
(239,243,241)
#F1F4F3
(241,244,243)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBE1; }

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

This text font color is #DFEBE1.


Background Color

.myBgColor { background-color: #DFEBE1; }

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

This div background color is #DFEBE1.


Border color

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

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

This div border color is #DFEBE1.


Opacity

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

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

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

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

This text has shadow with #DFEBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBE1 on black background.


Color preview on white background

This text has color #DFEBE1 on white background.



Black color preview on #DFEBE1 background

This text has black color on #DFEBE1 background.


White color preview on #DFEBE1 background

This text has white color on #DFEBE1 background.