COLOR #DCEFE3

HEX: #DCEFE3
RGB: (220,239,227)

Color info

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

RGB color model

#DCEFE3 color RGB value is (220,239,227).

  • red value is 220;
  • green value is 239;
  • blue value is 227.
RGB:
(220,239,227)
(86%,94%,89%)

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 227 of 255 = 89%

220
239
227

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

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 227 = 686 (100%)
R 220 of 686 ~ 32.07%
G 239 of 686 ~ 34.84%
B 227 of 686 ~ 33.09%

%32.07
%34.84
%33.09

CMYK color model

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

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 6.27%
CMYK:
(8,0,5,6)
C8M0Y5K6 
(8%,0%,5%,6%)
(0.08/0.00/0.05/0.06)	

CMYK percentages

%7.95
%0
%5.02
%6.27

Codes

Color #DCEFE3 in popluar color models

DCEFE3
RGB220239227
HSL142°37.25%90.00%
HSB/HSV142°7.95%93.73%
CMYK7.95%0.00%5.02%
6.27%

Color #DCEFE3 in popluar number systems.

HEXDCEFE3
Decimal220239227
Binary110111001110111111100011
Octal334357343

Shades and tints

Shades of #DCEFE3

#DCEFE3
(220,239,227)
#C8DACF
(200,218,207)
#B4C5BB
(180,197,187)
#A0B0A7
(160,176,167)
#8C9B93
(140,155,147)
#78867F
(120,134,127)
#64716B
(100,113,107)
#505C57
(80,92,87)
#3C4743
(60,71,67)
#28322F
(40,50,47)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #DCEFE3

#DCEFE3
(220,239,227)
#DFF0E5
(223,240,229)
#E2F1E7
(226,241,231)
#E5F2E9
(229,242,233)
#E8F3EB
(232,243,235)
#EBF4ED
(235,244,237)
#EEF5EF
(238,245,239)
#F1F6F1
(241,246,241)
#F4F7F3
(244,247,243)
#F7F8F5
(247,248,245)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEFE3 color. Also use rgb(220,239,227) instead hex code.

Text Font Color

.myTextColor { color: #DCEFE3; }

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

This text font color is #DCEFE3.


Background Color

.myBgColor { background-color: #DCEFE3; }

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

This div background color is #DCEFE3.


Border color

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

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

This div border color is #DCEFE3.


Opacity

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

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

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

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

This text has shadow with #DCEFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEFE3 on black background.


Color preview on white background

This text has color #DCEFE3 on white background.



Black color preview on #DCEFE3 background

This text has black color on #DCEFE3 background.


White color preview on #DCEFE3 background

This text has white color on #DCEFE3 background.