COLOR #D6FCE1

HEX: #D6FCE1
RGB: (214,252,225)

Color info

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

RGB color model

#D6FCE1 color RGB value is (214,252,225).

  • red value is 214;
  • green value is 252;
  • blue value is 225.
RGB:
(214,252,225)
(84%,99%,88%)

RGB channels and saturation

R 214 of 255 = 84%
G 252 of 255 = 99%
B 225 of 255 = 88%

214
252
225

R + G + B ~ 90%. #D6FCE1 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 252 + 225 = 691 (100%)
R 214 of 691 ~ 30.97%
G 252 of 691 ~ 36.47%
B 225 of 691 ~ 32.56%

%30.97
%36.47
%32.56

CMYK color model

#D6FCE1 color CMYK value is (15,0,11,1).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(15,0,11,1)
C15M0Y11K1 
(15%,0%,11%,1%)
(0.15/0.00/0.11/0.01)	

CMYK percentages

%15.08
%0
%10.71
%1.18

Codes

Color #D6FCE1 in popluar color models

D6FCE1
RGB214252225
HSL137°86.36%91.37%
HSB/HSV137°15.08%98.82%
CMYK15.08%0.00%10.71%
1.18%

Color #D6FCE1 in popluar number systems.

HEXD6FCE1
Decimal214252225
Binary110101101111110011100001
Octal326374341

Shades and tints

Shades of #D6FCE1

#D6FCE1
(214,252,225)
#C3E6CD
(195,230,205)
#B0D0B9
(176,208,185)
#9DBAA5
(157,186,165)
#8AA491
(138,164,145)
#778E7D
(119,142,125)
#647869
(100,120,105)
#516255
(81,98,85)
#3E4C41
(62,76,65)
#2B362D
(43,54,45)
#182019
(24,32,25)
#000000
(0,0,0)

Tints of #D6FCE1

#D6FCE1
(214,252,225)
#D9FCE3
(217,252,227)
#DCFCE5
(220,252,229)
#DFFCE7
(223,252,231)
#E2FCE9
(226,252,233)
#E5FCEB
(229,252,235)
#E8FCED
(232,252,237)
#EBFCEF
(235,252,239)
#EEFCF1
(238,252,241)
#F1FCF3
(241,252,243)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FCE1 color. Also use rgb(214,252,225) instead hex code.

Text Font Color

.myTextColor { color: #D6FCE1; }

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

This text font color is #D6FCE1.


Background Color

.myBgColor { background-color: #D6FCE1; }

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

This div background color is #D6FCE1.


Border color

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

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

This div border color is #D6FCE1.


Opacity

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

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

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

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

This text has shadow with #D6FCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FCE1 on black background.


Color preview on white background

This text has color #D6FCE1 on white background.



Black color preview on #D6FCE1 background

This text has black color on #D6FCE1 background.


White color preview on #D6FCE1 background

This text has white color on #D6FCE1 background.