COLOR #DFEAE9

HEX: #DFEAE9
RGB: (223,234,233)

Color info

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

RGB color model

#DFEAE9 color RGB value is (223,234,233).

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

RGB channels and saturation

R 223 of 255 = 87%
G 234 of 255 = 92%
B 233 of 255 = 91%

223
234
233

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

Portions of RGB colors in percentages

R + G + B =
223 + 234 + 233 = 690 (100%)
R 223 of 690 ~ 32.32%
G 234 of 690 ~ 33.91%
B 233 of 690 ~ 33.77%

%32.32
%33.91
%33.77

CMYK color model

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

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 8.24%
CMYK:
(5,0,0,8)
C5M0Y0K8 
(5%,0%,0%,8%)
(0.05/0.00/0.00/0.08)	

CMYK percentages

%4.7
%0
%0.43
%8.24

Codes

Color #DFEAE9 in popluar color models

DFEAE9
RGB223234233
HSL175°20.75%89.61%
HSB/HSV175°4.70%91.76%
CMYK4.70%0.00%0.43%
8.24%

Color #DFEAE9 in popluar number systems.

HEXDFEAE9
Decimal223234233
Binary110111111110101011101001
Octal337352351

Shades and tints

Shades of #DFEAE9

#DFEAE9
(223,234,233)
#CBD5D4
(203,213,212)
#B7C0BF
(183,192,191)
#A3ABAA
(163,171,170)
#8F9695
(143,150,149)
#7B8180
(123,129,128)
#676C6B
(103,108,107)
#535756
(83,87,86)
#3F4241
(63,66,65)
#2B2D2C
(43,45,44)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #DFEAE9

#DFEAE9
(223,234,233)
#E1EBEB
(225,235,235)
#E3ECED
(227,236,237)
#E5EDEF
(229,237,239)
#E7EEF1
(231,238,241)
#E9EFF3
(233,239,243)
#EBF0F5
(235,240,245)
#EDF1F7
(237,241,247)
#EFF2F9
(239,242,249)
#F1F3FB
(241,243,251)
#F3F4FD
(243,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEAE9 color. Also use rgb(223,234,233) instead hex code.

Text Font Color

.myTextColor { color: #DFEAE9; }

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

This text font color is #DFEAE9.


Background Color

.myBgColor { background-color: #DFEAE9; }

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

This div background color is #DFEAE9.


Border color

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

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

This div border color is #DFEAE9.


Opacity

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

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

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

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

This text has shadow with #DFEAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEAE9 on black background.


Color preview on white background

This text has color #DFEAE9 on white background.



Black color preview on #DFEAE9 background

This text has black color on #DFEAE9 background.


White color preview on #DFEAE9 background

This text has white color on #DFEAE9 background.