COLOR #DCFCE3

HEX: #DCFCE3
RGB: (220,252,227)

Color info

#DCFCE3 contains red, green and blue colors in about the same proportion. Web safe color of #DCFCE3 is #CCFFCC (or #CFC).

RGB color model

#DCFCE3 color RGB value is (220,252,227).

  • red value is 220;
  • green value is 252;
  • blue value is 227.
RGB:
(220,252,227)
(86%,99%,89%)

RGB channels and saturation

R 220 of 255 = 86%
G 252 of 255 = 99%
B 227 of 255 = 89%

220
252
227

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

Portions of RGB colors in percentages

R + G + B =
220 + 252 + 227 = 699 (100%)
R 220 of 699 ~ 31.47%
G 252 of 699 ~ 36.05%
B 227 of 699 ~ 32.47%

%31.47
%36.05
%32.47

CMYK color model

#DCFCE3 color CMYK value is (13,0,10,1).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(13,0,10,1)
C13M0Y10K1 
(13%,0%,10%,1%)
(0.13/0.00/0.10/0.01)	

CMYK percentages

%12.7
%0
%9.92
%1.18

Codes

Color #DCFCE3 in popluar color models

DCFCE3
RGB220252227
HSL133°84.21%92.55%
HSB/HSV133°12.70%98.82%
CMYK12.70%0.00%9.92%
1.18%

Color #DCFCE3 in popluar number systems.

HEXDCFCE3
Decimal220252227
Binary110111001111110011100011
Octal334374343

Shades and tints

Shades of #DCFCE3

#DCFCE3
(220,252,227)
#C8E6CF
(200,230,207)
#B4D0BB
(180,208,187)
#A0BAA7
(160,186,167)
#8CA493
(140,164,147)
#788E7F
(120,142,127)
#64786B
(100,120,107)
#506257
(80,98,87)
#3C4C43
(60,76,67)
#28362F
(40,54,47)
#14201B
(20,32,27)
#000000
(0,0,0)

Tints of #DCFCE3

#DCFCE3
(220,252,227)
#DFFCE5
(223,252,229)
#E2FCE7
(226,252,231)
#E5FCE9
(229,252,233)
#E8FCEB
(232,252,235)
#EBFCED
(235,252,237)
#EEFCEF
(238,252,239)
#F1FCF1
(241,252,241)
#F4FCF3
(244,252,243)
#F7FCF5
(247,252,245)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFCE3 color. Also use rgb(220,252,227) instead hex code.

Text Font Color

.myTextColor { color: #DCFCE3; }

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

This text font color is #DCFCE3.


Background Color

.myBgColor { background-color: #DCFCE3; }

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

This div background color is #DCFCE3.


Border color

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

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

This div border color is #DCFCE3.


Opacity

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

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

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

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

This text has shadow with #DCFCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFCE3 on black background.


Color preview on white background

This text has color #DCFCE3 on white background.



Black color preview on #DCFCE3 background

This text has black color on #DCFCE3 background.


White color preview on #DCFCE3 background

This text has white color on #DCFCE3 background.