COLOR #DCEEF2

HEX: #DCEEF2
RGB: (220,238,242)

Color info

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

RGB color model

#DCEEF2 color RGB value is (220,238,242).

  • red value is 220;
  • green value is 238;
  • blue value is 242.
RGB:
(220,238,242)
(86%,93%,95%)

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 242 of 255 = 95%

220
238
242

R + G + B ~ 91%. #DCEEF2 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 238 + 242 = 700 (100%)
R 220 of 700 ~ 31.43%
G 238 of 700 ~ 34%
B 242 of 700 ~ 34.57%

%31.43
%34
%34.57

CMYK color model

#DCEEF2 color CMYK value is (9,2,0,5).

  • cyan value is 9.09%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(9,2,0,5)
C9M2Y0K5 
(9%,2%,0%,5%)
(0.09/0.02/0.00/0.05)	

CMYK percentages

%9.09
%1.65
%0
%5.1

Codes

Color #DCEEF2 in popluar color models

DCEEF2
RGB220238242
HSL191°45.83%90.59%
HSB/HSV191°9.09%94.90%
CMYK9.09%1.65%0.00%
5.10%

Color #DCEEF2 in popluar number systems.

HEXDCEEF2
Decimal220238242
Binary110111001110111011110010
Octal334356362

Shades and tints

Shades of #DCEEF2

#DCEEF2
(220,238,242)
#C8D9DC
(200,217,220)
#B4C4C6
(180,196,198)
#A0AFB0
(160,175,176)
#8C9A9A
(140,154,154)
#788584
(120,133,132)
#64706E
(100,112,110)
#505B58
(80,91,88)
#3C4642
(60,70,66)
#28312C
(40,49,44)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #DCEEF2

#DCEEF2
(220,238,242)
#DFEFF3
(223,239,243)
#E2F0F4
(226,240,244)
#E5F1F5
(229,241,245)
#E8F2F6
(232,242,246)
#EBF3F7
(235,243,247)
#EEF4F8
(238,244,248)
#F1F5F9
(241,245,249)
#F4F6FA
(244,246,250)
#F7F7FB
(247,247,251)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEEF2 color. Also use rgb(220,238,242) instead hex code.

Text Font Color

.myTextColor { color: #DCEEF2; }

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

This text font color is #DCEEF2.


Background Color

.myBgColor { background-color: #DCEEF2; }

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

This div background color is #DCEEF2.


Border color

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

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

This div border color is #DCEEF2.


Opacity

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

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

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

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

This text has shadow with #DCEEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEEF2 on black background.


Color preview on white background

This text has color #DCEEF2 on white background.



Black color preview on #DCEEF2 background

This text has black color on #DCEEF2 background.


White color preview on #DCEEF2 background

This text has white color on #DCEEF2 background.