COLOR #DCFAEA

HEX: #DCFAEA
RGB: (220,250,234)

Color info

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

RGB color model

#DCFAEA color RGB value is (220,250,234).

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

RGB channels and saturation

R 220 of 255 = 86%
G 250 of 255 = 98%
B 234 of 255 = 92%

220
250
234

R + G + B ~ 92%. #DCFAEA is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 250 + 234 = 704 (100%)
R 220 of 704 ~ 31.25%
G 250 of 704 ~ 35.51%
B 234 of 704 ~ 33.24%

%31.25
%35.51
%33.24

CMYK color model

#DCFAEA color CMYK value is (12,0,6,2).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK:
(12,0,6,2)
C12M0Y6K2 
(12%,0%,6%,2%)
(0.12/0.00/0.06/0.02)	

CMYK percentages

%12
%0
%6.4
%1.96

Codes

Color #DCFAEA in popluar color models

DCFAEA
RGB220250234
HSL148°75.00%92.16%
HSB/HSV148°12.00%98.04%
CMYK12.00%0.00%6.40%
1.96%

Color #DCFAEA in popluar number systems.

HEXDCFAEA
Decimal220250234
Binary110111001111101011101010
Octal334372352

Shades and tints

Shades of #DCFAEA

#DCFAEA
(220,250,234)
#C8E4D5
(200,228,213)
#B4CEC0
(180,206,192)
#A0B8AB
(160,184,171)
#8CA296
(140,162,150)
#788C81
(120,140,129)
#64766C
(100,118,108)
#506057
(80,96,87)
#3C4A42
(60,74,66)
#28342D
(40,52,45)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #DCFAEA

#DCFAEA
(220,250,234)
#DFFAEB
(223,250,235)
#E2FAEC
(226,250,236)
#E5FAED
(229,250,237)
#E8FAEE
(232,250,238)
#EBFAEF
(235,250,239)
#EEFAF0
(238,250,240)
#F1FAF1
(241,250,241)
#F4FAF2
(244,250,242)
#F7FAF3
(247,250,243)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFAEA; }

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

This text font color is #DCFAEA.


Background Color

.myBgColor { background-color: #DCFAEA; }

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

This div background color is #DCFAEA.


Border color

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

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

This div border color is #DCFAEA.


Opacity

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

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

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

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

This text has shadow with #DCFAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFAEA on black background.


Color preview on white background

This text has color #DCFAEA on white background.



Black color preview on #DCFAEA background

This text has black color on #DCFAEA background.


White color preview on #DCFAEA background

This text has white color on #DCFAEA background.