COLOR #DCF3EB

HEX: #DCF3EB
RGB: (220,243,235)

Color info

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

RGB color model

#DCF3EB color RGB value is (220,243,235).

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

RGB channels and saturation

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

220
243
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 243 + 235 = 698 (100%)
R 220 of 698 ~ 31.52%
G 243 of 698 ~ 34.81%
B 235 of 698 ~ 33.67%

%31.52
%34.81
%33.67

CMYK color model

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

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

CMYK percentages

%9.47
%0
%3.29
%4.71

Codes

Color #DCF3EB in popluar color models

DCF3EB
RGB220243235
HSL159°48.94%90.78%
HSB/HSV159°9.47%95.29%
CMYK9.47%0.00%3.29%
4.71%

Color #DCF3EB in popluar number systems.

HEXDCF3EB
Decimal220243235
Binary110111001111001111101011
Octal334363353

Shades and tints

Shades of #DCF3EB

#DCF3EB
(220,243,235)
#C8DDD6
(200,221,214)
#B4C7C1
(180,199,193)
#A0B1AC
(160,177,172)
#8C9B97
(140,155,151)
#788582
(120,133,130)
#646F6D
(100,111,109)
#505958
(80,89,88)
#3C4343
(60,67,67)
#282D2E
(40,45,46)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #DCF3EB

#DCF3EB
(220,243,235)
#DFF4EC
(223,244,236)
#E2F5ED
(226,245,237)
#E5F6EE
(229,246,238)
#E8F7EF
(232,247,239)
#EBF8F0
(235,248,240)
#EEF9F1
(238,249,241)
#F1FAF2
(241,250,242)
#F4FBF3
(244,251,243)
#F7FCF4
(247,252,244)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF3EB; }

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

This text font color is #DCF3EB.


Background Color

.myBgColor { background-color: #DCF3EB; }

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

This div background color is #DCF3EB.


Border color

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

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

This div border color is #DCF3EB.


Opacity

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

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

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

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

This text has shadow with #DCF3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF3EB on black background.


Color preview on white background

This text has color #DCF3EB on white background.



Black color preview on #DCF3EB background

This text has black color on #DCF3EB background.


White color preview on #DCF3EB background

This text has white color on #DCF3EB background.