COLOR #D4F9BE

HEX: #D4F9BE
RGB: (212,249,190)

Color info

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

RGB color model

#D4F9BE color RGB value is (212,249,190).

  • red value is 212;
  • green value is 249;
  • blue value is 190.
RGB:
(212,249,190)
(83%,98%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 249 of 255 = 98%
B 190 of 255 = 75%

212
249
190

R + G + B ~ 85%. #D4F9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 249 + 190 = 651 (100%)
R 212 of 651 ~ 32.57%
G 249 of 651 ~ 38.25%
B 190 of 651 ~ 29.19%

%32.57
%38.25
%29.19

CMYK color model

#D4F9BE color CMYK value is (15,0,24,2).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(15,0,24,2)
C15M0Y24K2 
(15%,0%,24%,2%)
(0.15/0.00/0.24/0.02)	

CMYK percentages

%14.86
%0
%23.69
%2.35

Codes

Color #D4F9BE in popluar color models

D4F9BE
RGB212249190
HSL98°83.10%86.08%
HSB/HSV98°23.69%97.65%
CMYK14.86%0.00%23.69%
2.35%

Color #D4F9BE in popluar number systems.

HEXD4F9BE
Decimal212249190
Binary110101001111100110111110
Octal324371276

Shades and tints

Shades of #D4F9BE

#D4F9BE
(212,249,190)
#C1E3AD
(193,227,173)
#AECD9C
(174,205,156)
#9BB78B
(155,183,139)
#88A17A
(136,161,122)
#758B69
(117,139,105)
#627558
(98,117,88)
#4F5F47
(79,95,71)
#3C4936
(60,73,54)
#293325
(41,51,37)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #D4F9BE

#D4F9BE
(212,249,190)
#D7F9C3
(215,249,195)
#DAF9C8
(218,249,200)
#DDF9CD
(221,249,205)
#E0F9D2
(224,249,210)
#E3F9D7
(227,249,215)
#E6F9DC
(230,249,220)
#E9F9E1
(233,249,225)
#ECF9E6
(236,249,230)
#EFF9EB
(239,249,235)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F9BE color. Also use rgb(212,249,190) instead hex code.

Text Font Color

.myTextColor { color: #D4F9BE; }

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

This text font color is #D4F9BE.


Background Color

.myBgColor { background-color: #D4F9BE; }

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

This div background color is #D4F9BE.


Border color

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

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

This div border color is #D4F9BE.


Opacity

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

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

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

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

This text has shadow with #D4F9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F9BE on black background.


Color preview on white background

This text has color #D4F9BE on white background.



Black color preview on #D4F9BE background

This text has black color on #D4F9BE background.


White color preview on #D4F9BE background

This text has white color on #D4F9BE background.