COLOR #DCE9E6

HEX: #DCE9E6
RGB: (220,233,230)

Color info

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

RGB color model

#DCE9E6 color RGB value is (220,233,230).

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

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 230 of 255 = 90%

220
233
230

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

Portions of RGB colors in percentages

R + G + B =
220 + 233 + 230 = 683 (100%)
R 220 of 683 ~ 32.21%
G 233 of 683 ~ 34.11%
B 230 of 683 ~ 33.67%

%32.21
%34.11
%33.67

CMYK color model

#DCE9E6 color CMYK value is (6,0,1,9).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK:
(6,0,1,9)
C6M0Y1K9 
(6%,0%,1%,9%)
(0.06/0.00/0.01/0.09)	

CMYK percentages

%5.58
%0
%1.29
%8.63

Codes

Color #DCE9E6 in popluar color models

DCE9E6
RGB220233230
HSL166°22.81%88.82%
HSB/HSV166°5.58%91.37%
CMYK5.58%0.00%1.29%
8.63%

Color #DCE9E6 in popluar number systems.

HEXDCE9E6
Decimal220233230
Binary110111001110100111100110
Octal334351346

Shades and tints

Shades of #DCE9E6

#DCE9E6
(220,233,230)
#C8D4D2
(200,212,210)
#B4BFBE
(180,191,190)
#A0AAAA
(160,170,170)
#8C9596
(140,149,150)
#788082
(120,128,130)
#646B6E
(100,107,110)
#50565A
(80,86,90)
#3C4146
(60,65,70)
#282C32
(40,44,50)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #DCE9E6

#DCE9E6
(220,233,230)
#DFEBE8
(223,235,232)
#E2EDEA
(226,237,234)
#E5EFEC
(229,239,236)
#E8F1EE
(232,241,238)
#EBF3F0
(235,243,240)
#EEF5F2
(238,245,242)
#F1F7F4
(241,247,244)
#F4F9F6
(244,249,246)
#F7FBF8
(247,251,248)
#FAFDFA
(250,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE9E6; }

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

This text font color is #DCE9E6.


Background Color

.myBgColor { background-color: #DCE9E6; }

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

This div background color is #DCE9E6.


Border color

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

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

This div border color is #DCE9E6.


Opacity

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

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

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

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

This text has shadow with #DCE9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE9E6 on black background.


Color preview on white background

This text has color #DCE9E6 on white background.



Black color preview on #DCE9E6 background

This text has black color on #DCE9E6 background.


White color preview on #DCE9E6 background

This text has white color on #DCE9E6 background.