COLOR #DCE9EA

HEX: #DCE9EA RGB: (220,233,234)

Color info

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

RGB color model

#DCE9EA color RGB value is (220,233,234).

RGB: (220,233,234) (86%, 91%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 234 of 255 = 92%

220
233
234

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

Portions of RGB colors in percentages

R + G + B = 220 + 233 + 234 = 687 (100%)
R 220 of 687 ~ 32.02%
G 233 of 687 ~ 33.92%
B 234 of 687 ~ 34.06'%

%32.02
%33.92
%34.06

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (6,0,0,8)
C6M0Y0K8 (6%, 0%, 0%, 8%)
(0.06 / 0.00 / 0.00 / 0.08)

CMYK percentages

%5.98
%0.43
%0
%8.24

Codes

Color #DCE9EA in popluar color models

DC E9 EA
RGB 220 233 234
HSL 184° 25.00% 89.02%
HSB/HSV 184° 5.98% 91.76%
CMYK 5.98% 0.43% 0.00%
8.24%

Color #DCE9EA in popluar number systems.

HEX DC E9 EA
Decimal 220 233 234
Binary 11011100 11101001 11101010
Octal 334 351 352

Shades and tints

Shades of #DCE9EA

#DCE9EA
(220,233,234)
#C8D4D5
(200,212,213)
#B4BFC0
(180,191,192)
#A0AAAB
(160,170,171)
#8C9596
(140,149,150)
#788081
(120,128,129)
#646B6C
(100,107,108)
#505657
(80,86,87)
#3C4142
(60,65,66)
#282C2D
(40,44,45)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #DCE9EA

#DCE9EA
(220,233,234)
#DFEBEB
(223,235,235)
#E2EDEC
(226,237,236)
#E5EFED
(229,239,237)
#E8F1EE
(232,241,238)
#EBF3EF
(235,243,239)
#EEF5F0
(238,245,240)
#F1F7F1
(241,247,241)
#F4F9F2
(244,249,242)
#F7FBF3
(247,251,243)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE9EA; }

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

This text font color is #DCE9EA.

Background Color

.myBgColor { background-color: #DCE9EA; }

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

This div background color is #DCE9EA.

Border color

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

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

This div border color is #DCE9EA.

Opacity

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

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

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

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

This text has shadow with #DCE9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE9EA.

Preview

Color preview on black background

This text has color #DCE9EA on black background.


Color preview on white background

This text has color #DCE9EA on white background.


Black color preview on #DCE9EA background

This text has black color on #DCE9EA background.


White color preview on #DCE9EA background

This text has white color on #DCE9EA background.


Related colors

Complementary color

Complementary color for #hex is #231615.


I love getcolorcode.com

Triadic colors

1 #EADCE9 and #E9EADC with #DCE9EA are triadic colors.

2 #EAE9DC and #E9DCEA with #DCE9EA are triadic colors.