COLOR #DCF6EA

HEX: #DCF6EA
RGB: (220,246,234)

Color info

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

RGB color model

#DCF6EA color RGB value is (220,246,234).

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

RGB channels and saturation

R 220 of 255 = 86%
G 246 of 255 = 96%
B 234 of 255 = 92%

220
246
234

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

Portions of RGB colors in percentages

R + G + B =
220 + 246 + 234 = 700 (100%)
R 220 of 700 ~ 31.43%
G 246 of 700 ~ 35.14%
B 234 of 700 ~ 33.43%

%31.43
%35.14
%33.43

CMYK color model

#DCF6EA color CMYK value is (11,0,5,4).

  • cyan value is 10.57%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK:
(11,0,5,4)
C11M0Y5K4 
(11%,0%,5%,4%)
(0.11/0.00/0.05/0.04)	

CMYK percentages

%10.57
%0
%4.88
%3.53

Codes

Color #DCF6EA in popluar color models

DCF6EA
RGB220246234
HSL152°59.09%91.37%
HSB/HSV152°10.57%96.47%
CMYK10.57%0.00%4.88%
3.53%

Color #DCF6EA in popluar number systems.

HEXDCF6EA
Decimal220246234
Binary110111001111011011101010
Octal334366352

Shades and tints

Shades of #DCF6EA

#DCF6EA
(220,246,234)
#C8E0D5
(200,224,213)
#B4CAC0
(180,202,192)
#A0B4AB
(160,180,171)
#8C9E96
(140,158,150)
#788881
(120,136,129)
#64726C
(100,114,108)
#505C57
(80,92,87)
#3C4642
(60,70,66)
#28302D
(40,48,45)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #DCF6EA

#DCF6EA
(220,246,234)
#DFF6EB
(223,246,235)
#E2F6EC
(226,246,236)
#E5F6ED
(229,246,237)
#E8F6EE
(232,246,238)
#EBF6EF
(235,246,239)
#EEF6F0
(238,246,240)
#F1F6F1
(241,246,241)
#F4F6F2
(244,246,242)
#F7F6F3
(247,246,243)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF6EA; }

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

This text font color is #DCF6EA.


Background Color

.myBgColor { background-color: #DCF6EA; }

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

This div background color is #DCF6EA.


Border color

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

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

This div border color is #DCF6EA.


Opacity

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

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

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

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

This text has shadow with #DCF6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF6EA on black background.


Color preview on white background

This text has color #DCF6EA on white background.



Black color preview on #DCF6EA background

This text has black color on #DCF6EA background.


White color preview on #DCF6EA background

This text has white color on #DCF6EA background.