COLOR #DCEAE0

HEX: #DCEAE0
RGB: (220,234,224)

Color info

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

RGB color model

#DCEAE0 color RGB value is (220,234,224).

  • red value is 220;
  • green value is 234;
  • blue value is 224.
RGB:
(220,234,224)
(86%,92%,88%)

RGB channels and saturation

R 220 of 255 = 86%
G 234 of 255 = 92%
B 224 of 255 = 88%

220
234
224

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

Portions of RGB colors in percentages

R + G + B =
220 + 234 + 224 = 678 (100%)
R 220 of 678 ~ 32.45%
G 234 of 678 ~ 34.51%
B 224 of 678 ~ 33.04%

%32.45
%34.51
%33.04

CMYK color model

#DCEAE0 color CMYK value is (6,0,4,8).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 8.24%
CMYK:
(6,0,4,8)
C6M0Y4K8 
(6%,0%,4%,8%)
(0.06/0.00/0.04/0.08)	

CMYK percentages

%5.98
%0
%4.27
%8.24

Codes

Color #DCEAE0 in popluar color models

DCEAE0
RGB220234224
HSL137°25.00%89.02%
HSB/HSV137°5.98%91.76%
CMYK5.98%0.00%4.27%
8.24%

Color #DCEAE0 in popluar number systems.

HEXDCEAE0
Decimal220234224
Binary110111001110101011100000
Octal334352340

Shades and tints

Shades of #DCEAE0

#DCEAE0
(220,234,224)
#C8D5CC
(200,213,204)
#B4C0B8
(180,192,184)
#A0ABA4
(160,171,164)
#8C9690
(140,150,144)
#78817C
(120,129,124)
#646C68
(100,108,104)
#505754
(80,87,84)
#3C4240
(60,66,64)
#282D2C
(40,45,44)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #DCEAE0

#DCEAE0
(220,234,224)
#DFEBE2
(223,235,226)
#E2ECE4
(226,236,228)
#E5EDE6
(229,237,230)
#E8EEE8
(232,238,232)
#EBEFEA
(235,239,234)
#EEF0EC
(238,240,236)
#F1F1EE
(241,241,238)
#F4F2F0
(244,242,240)
#F7F3F2
(247,243,242)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEAE0 color. Also use rgb(220,234,224) instead hex code.

Text Font Color

.myTextColor { color: #DCEAE0; }

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

This text font color is #DCEAE0.


Background Color

.myBgColor { background-color: #DCEAE0; }

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

This div background color is #DCEAE0.


Border color

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

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

This div border color is #DCEAE0.


Opacity

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

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

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

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

This text has shadow with #DCEAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEAE0 on black background.


Color preview on white background

This text has color #DCEAE0 on white background.



Black color preview on #DCEAE0 background

This text has black color on #DCEAE0 background.


White color preview on #DCEAE0 background

This text has white color on #DCEAE0 background.