COLOR #D4FBE5

HEX: #D4FBE5
RGB: (212,251,229)

Color info

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

RGB color model

#D4FBE5 color RGB value is (212,251,229).

  • red value is 212;
  • green value is 251;
  • blue value is 229.
RGB:
(212,251,229)
(83%,98%,90%)

RGB channels and saturation

R 212 of 255 = 83%
G 251 of 255 = 98%
B 229 of 255 = 90%

212
251
229

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

Portions of RGB colors in percentages

R + G + B =
212 + 251 + 229 = 692 (100%)
R 212 of 692 ~ 30.64%
G 251 of 692 ~ 36.27%
B 229 of 692 ~ 33.09%

%30.64
%36.27
%33.09

CMYK color model

#D4FBE5 color CMYK value is (16,0,9,2).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 1.57%
CMYK:
(16,0,9,2)
C16M0Y9K2 
(16%,0%,9%,2%)
(0.16/0.00/0.09/0.02)	

CMYK percentages

%15.54
%0
%8.76
%1.57

Codes

Color #D4FBE5 in popluar color models

D4FBE5
RGB212251229
HSL146°82.98%90.78%
HSB/HSV146°15.54%98.43%
CMYK15.54%0.00%8.76%
1.57%

Color #D4FBE5 in popluar number systems.

HEXD4FBE5
Decimal212251229
Binary110101001111101111100101
Octal324373345

Shades and tints

Shades of #D4FBE5

#D4FBE5
(212,251,229)
#C1E5D1
(193,229,209)
#AECFBD
(174,207,189)
#9BB9A9
(155,185,169)
#88A395
(136,163,149)
#758D81
(117,141,129)
#62776D
(98,119,109)
#4F6159
(79,97,89)
#3C4B45
(60,75,69)
#293531
(41,53,49)
#161F1D
(22,31,29)
#000000
(0,0,0)

Tints of #D4FBE5

#D4FBE5
(212,251,229)
#D7FBE7
(215,251,231)
#DAFBE9
(218,251,233)
#DDFBEB
(221,251,235)
#E0FBED
(224,251,237)
#E3FBEF
(227,251,239)
#E6FBF1
(230,251,241)
#E9FBF3
(233,251,243)
#ECFBF5
(236,251,245)
#EFFBF7
(239,251,247)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FBE5 color. Also use rgb(212,251,229) instead hex code.

Text Font Color

.myTextColor { color: #D4FBE5; }

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

This text font color is #D4FBE5.


Background Color

.myBgColor { background-color: #D4FBE5; }

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

This div background color is #D4FBE5.


Border color

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

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

This div border color is #D4FBE5.


Opacity

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

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

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

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

This text has shadow with #D4FBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FBE5 on black background.


Color preview on white background

This text has color #D4FBE5 on white background.



Black color preview on #D4FBE5 background

This text has black color on #D4FBE5 background.


White color preview on #D4FBE5 background

This text has white color on #D4FBE5 background.