COLOR #DCFAEB

HEX: #DCFAEB
RGB: (220,250,235)

Color info

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

RGB color model

#DCFAEB color RGB value is (220,250,235).

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

RGB channels and saturation

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

220
250
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 250 + 235 = 705 (100%)
R 220 of 705 ~ 31.21%
G 250 of 705 ~ 35.46%
B 235 of 705 ~ 33.33%

%31.21
%35.46
%33.33

CMYK color model

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

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • 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
%1.96

Codes

Color #DCFAEB in popluar color models

DCFAEB
RGB220250235
HSL150°75.00%92.16%
HSB/HSV150°12.00%98.04%
CMYK12.00%0.00%6.00%
1.96%

Color #DCFAEB in popluar number systems.

HEXDCFAEB
Decimal220250235
Binary110111001111101011101011
Octal334372353

Shades and tints

Shades of #DCFAEB

#DCFAEB
(220,250,235)
#C8E4D6
(200,228,214)
#B4CEC1
(180,206,193)
#A0B8AC
(160,184,172)
#8CA297
(140,162,151)
#788C82
(120,140,130)
#64766D
(100,118,109)
#506058
(80,96,88)
#3C4A43
(60,74,67)
#28342E
(40,52,46)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #DCFAEB

#DCFAEB
(220,250,235)
#DFFAEC
(223,250,236)
#E2FAED
(226,250,237)
#E5FAEE
(229,250,238)
#E8FAEF
(232,250,239)
#EBFAF0
(235,250,240)
#EEFAF1
(238,250,241)
#F1FAF2
(241,250,242)
#F4FAF3
(244,250,243)
#F7FAF4
(247,250,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFAEB; }

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

This text font color is #DCFAEB.


Background Color

.myBgColor { background-color: #DCFAEB; }

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

This div background color is #DCFAEB.


Border color

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

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

This div border color is #DCFAEB.


Opacity

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

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

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

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

This text has shadow with #DCFAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFAEB on black background.


Color preview on white background

This text has color #DCFAEB on white background.



Black color preview on #DCFAEB background

This text has black color on #DCFAEB background.


White color preview on #DCFAEB background

This text has white color on #DCFAEB background.