COLOR #DFEBE8

HEX: #DFEBE8
RGB: (223,235,232)

Color info

#DFEBE8 contains red, green and blue colors in about the same proportion. Web safe color of #DFEBE8 is #CCFFFF (or #CFF).

RGB color model

#DFEBE8 color RGB value is (223,235,232).

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

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 232 of 255 = 91%

223
235
232

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

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 232 = 690 (100%)
R 223 of 690 ~ 32.32%
G 235 of 690 ~ 34.06%
B 232 of 690 ~ 33.62%

%32.32
%34.06
%33.62

CMYK color model

#DFEBE8 color CMYK value is (5,0,1,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(5,0,1,8)
C5M0Y1K8 
(5%,0%,1%,8%)
(0.05/0.00/0.01/0.08)	

CMYK percentages

%5.11
%0
%1.28
%7.84

Codes

Color #DFEBE8 in popluar color models

DFEBE8
RGB223235232
HSL165°23.08%89.80%
HSB/HSV165°5.11%92.16%
CMYK5.11%0.00%1.28%
7.84%

Color #DFEBE8 in popluar number systems.

HEXDFEBE8
Decimal223235232
Binary110111111110101111101000
Octal337353350

Shades and tints

Shades of #DFEBE8

#DFEBE8
(223,235,232)
#CBD6D3
(203,214,211)
#B7C1BE
(183,193,190)
#A3ACA9
(163,172,169)
#8F9794
(143,151,148)
#7B827F
(123,130,127)
#676D6A
(103,109,106)
#535855
(83,88,85)
#3F4340
(63,67,64)
#2B2E2B
(43,46,43)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #DFEBE8

#DFEBE8
(223,235,232)
#E1ECEA
(225,236,234)
#E3EDEC
(227,237,236)
#E5EEEE
(229,238,238)
#E7EFF0
(231,239,240)
#E9F0F2
(233,240,242)
#EBF1F4
(235,241,244)
#EDF2F6
(237,242,246)
#EFF3F8
(239,243,248)
#F1F4FA
(241,244,250)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBE8; }

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

This text font color is #DFEBE8.


Background Color

.myBgColor { background-color: #DFEBE8; }

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

This div background color is #DFEBE8.


Border color

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

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

This div border color is #DFEBE8.


Opacity

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

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

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

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

This text has shadow with #DFEBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBE8 on black background.


Color preview on white background

This text has color #DFEBE8 on white background.



Black color preview on #DFEBE8 background

This text has black color on #DFEBE8 background.


White color preview on #DFEBE8 background

This text has white color on #DFEBE8 background.