COLOR #DCF2EB

HEX: #DCF2EB
RGB: (220,242,235)

Color info

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

RGB color model

#DCF2EB color RGB value is (220,242,235).

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

RGB channels and saturation

R 220 of 255 = 86%
G 242 of 255 = 95%
B 235 of 255 = 92%

220
242
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 242 + 235 = 697 (100%)
R 220 of 697 ~ 31.56%
G 242 of 697 ~ 34.72%
B 235 of 697 ~ 33.72%

%31.56
%34.72
%33.72

CMYK color model

#DCF2EB color CMYK value is (9,0,3,5).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK:
(9,0,3,5)
C9M0Y3K5 
(9%,0%,3%,5%)
(0.09/0.00/0.03/0.05)	

CMYK percentages

%9.09
%0
%2.89
%5.1

Codes

Color #DCF2EB in popluar color models

DCF2EB
RGB220242235
HSL161°45.83%90.59%
HSB/HSV161°9.09%94.90%
CMYK9.09%0.00%2.89%
5.10%

Color #DCF2EB in popluar number systems.

HEXDCF2EB
Decimal220242235
Binary110111001111001011101011
Octal334362353

Shades and tints

Shades of #DCF2EB

#DCF2EB
(220,242,235)
#C8DCD6
(200,220,214)
#B4C6C1
(180,198,193)
#A0B0AC
(160,176,172)
#8C9A97
(140,154,151)
#788482
(120,132,130)
#646E6D
(100,110,109)
#505858
(80,88,88)
#3C4243
(60,66,67)
#282C2E
(40,44,46)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #DCF2EB

#DCF2EB
(220,242,235)
#DFF3EC
(223,243,236)
#E2F4ED
(226,244,237)
#E5F5EE
(229,245,238)
#E8F6EF
(232,246,239)
#EBF7F0
(235,247,240)
#EEF8F1
(238,248,241)
#F1F9F2
(241,249,242)
#F4FAF3
(244,250,243)
#F7FBF4
(247,251,244)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF2EB; }

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

This text font color is #DCF2EB.


Background Color

.myBgColor { background-color: #DCF2EB; }

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

This div background color is #DCF2EB.


Border color

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

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

This div border color is #DCF2EB.


Opacity

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

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

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

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

This text has shadow with #DCF2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF2EB on black background.


Color preview on white background

This text has color #DCF2EB on white background.



Black color preview on #DCF2EB background

This text has black color on #DCF2EB background.


White color preview on #DCF2EB background

This text has white color on #DCF2EB background.