COLOR #D4FBC7

HEX: #D4FBC7 RGB: (212,251,199)

Color info

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

RGB color model

#D4FBC7 color RGB value is (212,251,199).

RGB: (212,251,199) (83%, 98%, 78%)

RGB channels and saturation

R 212 of 255 = 83%
G 251 of 255 = 98%
B 199 of 255 = 78%

212
251
199

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

Portions of RGB colors in percentages

R + G + B = 212 + 251 + 199 = 662 (100%)
R 212 of 662 ~ 32.02%
G 251 of 662 ~ 37.92%
B 199 of 662 ~ 30.06'%

%32.02
%37.92
%30.06

CMYK color model

#D4FBC7 color CMYK value is (16,0,21,2).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 20.72%
  • key color value is 1.57%
CMYK: (16,0,21,2) C16M0Y21K2 (16%,0%,21%,2%) (0.16/0.00/0.21/0.02) 

CMYK percentages

%15.54
%0
%20.72
%1.57

Codes

Color #D4FBC7 in popluar color models

D4 FB C7
RGB 212 251 199
HSL 105° 86.67% 88.24%
HSB/HSV 105° 20.72% 98.43%
CMYK 15.54% 0.00% 20.72%
1.57%

Color #D4FBC7 in popluar number systems.

HEX D4 FB C7
Decimal 212 251 199
Binary 11010100 11111011 11000111
Octal 324 373 307

Shades and tints

Shades of #D4FBC7

#D4FBC7
(212,251,199)
#C1E5B5
(193,229,181)
#AECFA3
(174,207,163)
#9BB991
(155,185,145)
#88A37F
(136,163,127)
#758D6D
(117,141,109)
#62775B
(98,119,91)
#4F6149
(79,97,73)
#3C4B37
(60,75,55)
#293525
(41,53,37)
#161F13
(22,31,19)
#000000
(0,0,0)

Tints of #D4FBC7

#D4FBC7
(212,251,199)
#D7FBCC
(215,251,204)
#DAFBD1
(218,251,209)
#DDFBD6
(221,251,214)
#E0FBDB
(224,251,219)
#E3FBE0
(227,251,224)
#E6FBE5
(230,251,229)
#E9FBEA
(233,251,234)
#ECFBEF
(236,251,239)
#EFFBF4
(239,251,244)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FBC7; }

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

This text font color is #D4FBC7.

Background Color

.myBgColor { background-color: #D4FBC7; }

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

This div background color is #D4FBC7.

Border color

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

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

This div border color is #D4FBC7.

Opacity

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

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

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

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

This text has shadow with #D4FBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FBC7.

Preview

Color preview on black background

This text has color #D4FBC7 on black background.


Color preview on white background

This text has color #D4FBC7 on white background.


Black color preview on #D4FBC7 background

This text has black color on #D4FBC7 background.


White color preview on #D4FBC7 background

This text has white color on #D4FBC7 background.


Related colors

Complementary color

Complementary color for #hex is #2B0438.


I love getcolorcode.com

Triadic colors

1 #C7D4FB and #FBC7D4 with #D4FBC7 are triadic colors.

2 #C7FBD4 and #FBD4C7 with #D4FBC7 are triadic colors.