COLOR #D4FFE7

HEX: #D4FFE7
RGB: (212,255,231)

Color info

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

RGB color model

#D4FFE7 color RGB value is (212,255,231).

  • red value is 212;
  • green value is 255;
  • blue value is 231.
RGB:
(212,255,231)
(83%,100%,91%)

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 231 of 255 = 91%

212
255
231

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

Portions of RGB colors in percentages

R + G + B =
212 + 255 + 231 = 698 (100%)
R 212 of 698 ~ 30.37%
G 255 of 698 ~ 36.53%
B 231 of 698 ~ 33.09%

%30.37
%36.53
%33.09

CMYK color model

#D4FFE7 color CMYK value is (17,0,9,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK:
(17,0,9,0)
C17M0Y9K0 
(17%,0%,9%,0%)
(0.17/0.00/0.09/0.00)	

CMYK percentages

%16.86
%0
%9.41
%0

Codes

Color #D4FFE7 in popluar color models

D4FFE7
RGB212255231
HSL147°100.00%91.57%
HSB/HSV147°16.86%100.00%
CMYK16.86%0.00%9.41%
0.00%

Color #D4FFE7 in popluar number systems.

HEXD4FFE7
Decimal212255231
Binary110101001111111111100111
Octal324377347

Shades and tints

Shades of #D4FFE7

#D4FFE7
(212,255,231)
#C1E8D2
(193,232,210)
#AED1BD
(174,209,189)
#9BBAA8
(155,186,168)
#88A393
(136,163,147)
#758C7E
(117,140,126)
#627569
(98,117,105)
#4F5E54
(79,94,84)
#3C473F
(60,71,63)
#29302A
(41,48,42)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #D4FFE7

#D4FFE7
(212,255,231)
#D7FFE9
(215,255,233)
#DAFFEB
(218,255,235)
#DDFFED
(221,255,237)
#E0FFEF
(224,255,239)
#E3FFF1
(227,255,241)
#E6FFF3
(230,255,243)
#E9FFF5
(233,255,245)
#ECFFF7
(236,255,247)
#EFFFF9
(239,255,249)
#F2FFFB
(242,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FFE7 color. Also use rgb(212,255,231) instead hex code.

Text Font Color

.myTextColor { color: #D4FFE7; }

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

This text font color is #D4FFE7.


Background Color

.myBgColor { background-color: #D4FFE7; }

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

This div background color is #D4FFE7.


Border color

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

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

This div border color is #D4FFE7.


Opacity

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

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

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

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

This text has shadow with #D4FFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FFE7 on black background.


Color preview on white background

This text has color #D4FFE7 on white background.



Black color preview on #D4FFE7 background

This text has black color on #D4FFE7 background.


White color preview on #D4FFE7 background

This text has white color on #D4FFE7 background.