COLOR #DCF5E8

HEX: #DCF5E8 RGB: (220,245,232)

Color info

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

RGB color model

#DCF5E8 color RGB value is (220,245,232).

RGB: (220,245,232) (86%, 96%, 91%)

RGB channels and saturation

R 220 of 255 = 86%
G 245 of 255 = 96%
B 232 of 255 = 91%

220
245
232

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

Portions of RGB colors in percentages

R + G + B = 220 + 245 + 232 = 697 (100%)
R 220 of 697 ~ 31.56%
G 245 of 697 ~ 35.15%
B 232 of 697 ~ 33.29'%

%31.56
%35.15
%33.29

CMYK color model

#DCF5E8 color CMYK value is (10,0,5,4).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 3.92%

CMYK: (10,0,5,4)
C10M0Y5K4 (10%, 0%, 5%, 4%)
(0.10 / 0.00 / 0.05 / 0.04)

CMYK percentages

%10.2
%0
%5.31
%3.92

Codes

Color #DCF5E8 in popluar color models

DC F5 E8
RGB 220 245 232
HSL 149° 55.56% 91.18%
HSB/HSV 149° 10.20% 96.08%
CMYK 10.20% 0.00% 5.31%
3.92%

Color #DCF5E8 in popluar number systems.

HEX DC F5 E8
Decimal 220 245 232
Binary 11011100 11110101 11101000
Octal 334 365 350

Shades and tints

Shades of #DCF5E8

#DCF5E8
(220,245,232)
#C8DFD3
(200,223,211)
#B4C9BE
(180,201,190)
#A0B3A9
(160,179,169)
#8C9D94
(140,157,148)
#78877F
(120,135,127)
#64716A
(100,113,106)
#505B55
(80,91,85)
#3C4540
(60,69,64)
#282F2B
(40,47,43)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #DCF5E8

#DCF5E8
(220,245,232)
#DFF5EA
(223,245,234)
#E2F5EC
(226,245,236)
#E5F5EE
(229,245,238)
#E8F5F0
(232,245,240)
#EBF5F2
(235,245,242)
#EEF5F4
(238,245,244)
#F1F5F6
(241,245,246)
#F4F5F8
(244,245,248)
#F7F5FA
(247,245,250)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF5E8 color. Also use rgb(220,245,232) instead hex code.

Text Font Color

.myTextColor { color: #DCF5E8; }

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

This text font color is #DCF5E8.

Background Color

.myBgColor { background-color: #DCF5E8; }

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

This div background color is #DCF5E8.

Border color

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

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

This div border color is #DCF5E8.

Opacity

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

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

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

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

This text has shadow with #DCF5E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF5E8.

Preview

Color preview on black background

This text has color #DCF5E8 on black background.


Color preview on white background

This text has color #DCF5E8 on white background.


Black color preview on #DCF5E8 background

This text has black color on #DCF5E8 background.


White color preview on #DCF5E8 background

This text has white color on #DCF5E8 background.


Related colors

Complementary color

Complementary color for #hex is #230A17.


I love getcolorcode.com

Triadic colors

1 #E8DCF5 and #F5E8DC with #DCF5E8 are triadic colors.

2 #E8F5DC and #F5DCE8 with #DCF5E8 are triadic colors.