COLOR #DCEAE6

HEX: #DCEAE6
RGB: (220,234,230)

Color info

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

RGB color model

#DCEAE6 color RGB value is (220,234,230).

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

RGB channels and saturation

R 220 of 255 = 86%
G 234 of 255 = 92%
B 230 of 255 = 90%

220
234
230

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

Portions of RGB colors in percentages

R + G + B =
220 + 234 + 230 = 684 (100%)
R 220 of 684 ~ 32.16%
G 234 of 684 ~ 34.21%
B 230 of 684 ~ 33.63%

%32.16
%34.21
%33.63

CMYK color model

#DCEAE6 color CMYK value is (6,0,2,8).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(6,0,2,8)
C6M0Y2K8 
(6%,0%,2%,8%)
(0.06/0.00/0.02/0.08)	

CMYK percentages

%5.98
%0
%1.71
%8.24

Codes

Color #DCEAE6 in popluar color models

DCEAE6
RGB220234230
HSL163°25.00%89.02%
HSB/HSV163°5.98%91.76%
CMYK5.98%0.00%1.71%
8.24%

Color #DCEAE6 in popluar number systems.

HEXDCEAE6
Decimal220234230
Binary110111001110101011100110
Octal334352346

Shades and tints

Shades of #DCEAE6

#DCEAE6
(220,234,230)
#C8D5D2
(200,213,210)
#B4C0BE
(180,192,190)
#A0ABAA
(160,171,170)
#8C9696
(140,150,150)
#788182
(120,129,130)
#646C6E
(100,108,110)
#50575A
(80,87,90)
#3C4246
(60,66,70)
#282D32
(40,45,50)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #DCEAE6

#DCEAE6
(220,234,230)
#DFEBE8
(223,235,232)
#E2ECEA
(226,236,234)
#E5EDEC
(229,237,236)
#E8EEEE
(232,238,238)
#EBEFF0
(235,239,240)
#EEF0F2
(238,240,242)
#F1F1F4
(241,241,244)
#F4F2F6
(244,242,246)
#F7F3F8
(247,243,248)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEAE6; }

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

This text font color is #DCEAE6.


Background Color

.myBgColor { background-color: #DCEAE6; }

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

This div background color is #DCEAE6.


Border color

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

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

This div border color is #DCEAE6.


Opacity

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

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

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

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

This text has shadow with #DCEAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEAE6 on black background.


Color preview on white background

This text has color #DCEAE6 on white background.



Black color preview on #DCEAE6 background

This text has black color on #DCEAE6 background.


White color preview on #DCEAE6 background

This text has white color on #DCEAE6 background.