COLOR #D4FBC3

HEX: #D4FBC3
RGB: (212,251,195)

Color info

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

RGB color model

#D4FBC3 color RGB value is (212,251,195).

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

RGB channels and saturation

R 212 of 255 = 83%
G 251 of 255 = 98%
B 195 of 255 = 76%

212
251
195

R + G + B ~ 86%. #D4FBC3 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 251 + 195 = 658 (100%)
R 212 of 658 ~ 32.22%
G 251 of 658 ~ 38.15%
B 195 of 658 ~ 29.64%

%32.22
%38.15
%29.64

CMYK color model

#D4FBC3 color CMYK value is (16,0,22,2).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 1.57%
CMYK:
(16,0,22,2)
C16M0Y22K2 
(16%,0%,22%,2%)
(0.16/0.00/0.22/0.02)	

CMYK percentages

%15.54
%0
%22.31
%1.57

Codes

Color #D4FBC3 in popluar color models

D4FBC3
RGB212251195
HSL102°87.50%87.45%
HSB/HSV102°22.31%98.43%
CMYK15.54%0.00%22.31%
1.57%

Color #D4FBC3 in popluar number systems.

HEXD4FBC3
Decimal212251195
Binary110101001111101111000011
Octal324373303

Shades and tints

Shades of #D4FBC3

#D4FBC3
(212,251,195)
#C1E5B2
(193,229,178)
#AECFA1
(174,207,161)
#9BB990
(155,185,144)
#88A37F
(136,163,127)
#758D6E
(117,141,110)
#62775D
(98,119,93)
#4F614C
(79,97,76)
#3C4B3B
(60,75,59)
#29352A
(41,53,42)
#161F19
(22,31,25)
#000000
(0,0,0)

Tints of #D4FBC3

#D4FBC3
(212,251,195)
#D7FBC8
(215,251,200)
#DAFBCD
(218,251,205)
#DDFBD2
(221,251,210)
#E0FBD7
(224,251,215)
#E3FBDC
(227,251,220)
#E6FBE1
(230,251,225)
#E9FBE6
(233,251,230)
#ECFBEB
(236,251,235)
#EFFBF0
(239,251,240)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FBC3; }

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

This text font color is #D4FBC3.


Background Color

.myBgColor { background-color: #D4FBC3; }

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

This div background color is #D4FBC3.


Border color

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

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

This div border color is #D4FBC3.


Opacity

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

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

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

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

This text has shadow with #D4FBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FBC3 on black background.


Color preview on white background

This text has color #D4FBC3 on white background.



Black color preview on #D4FBC3 background

This text has black color on #D4FBC3 background.


White color preview on #D4FBC3 background

This text has white color on #D4FBC3 background.