COLOR #D4FEBD

HEX: #D4FEBD RGB: (212,254,189)

Color info

#D4FEBD contains mainly red and green colors. Web safe color of #D4FEBD is #CCFFCC (or #CFC).

RGB color model

#D4FEBD color RGB value is (212,254,189).

RGB: (212,254,189) (83%, 100%, 74%)

RGB channels and saturation

R 212 of 255 = 83%
G 254 of 255 = 100%
B 189 of 255 = 74%

212
254
189

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

Portions of RGB colors in percentages

R + G + B = 212 + 254 + 189 = 655 (100%)
R 212 of 655 ~ 32.37%
G 254 of 655 ~ 38.78%
B 189 of 655 ~ 28.85'%

%32.37
%38.78
%28.85

CMYK color model

#D4FEBD color CMYK value is (17,0,26,0).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 25.59%
  • key color value is 0.39%
CMYK: (17,0,26,0) C17M0Y26K0 (17%,0%,26%,0%) (0.17/0.00/0.26/0.00) 

CMYK percentages

%16.54
%0
%25.59
%0.39

Codes

Color #D4FEBD in popluar color models

D4 FE BD
RGB 212 254 189
HSL 99° 97.01% 86.86%
HSB/HSV 99° 25.59% 99.61%
CMYK 16.54% 0.00% 25.59%
0.39%

Color #D4FEBD in popluar number systems.

HEX D4 FE BD
Decimal 212 254 189
Binary 11010100 11111110 10111101
Octal 324 376 275

Shades and tints

Shades of #D4FEBD

#D4FEBD
(212,254,189)
#C1E7AC
(193,231,172)
#AED09B
(174,208,155)
#9BB98A
(155,185,138)
#88A279
(136,162,121)
#758B68
(117,139,104)
#627457
(98,116,87)
#4F5D46
(79,93,70)
#3C4635
(60,70,53)
#292F24
(41,47,36)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #D4FEBD

#D4FEBD
(212,254,189)
#D7FEC3
(215,254,195)
#DAFEC9
(218,254,201)
#DDFECF
(221,254,207)
#E0FED5
(224,254,213)
#E3FEDB
(227,254,219)
#E6FEE1
(230,254,225)
#E9FEE7
(233,254,231)
#ECFEED
(236,254,237)
#EFFEF3
(239,254,243)
#F2FEF9
(242,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FEBD color. Also use rgb(212,254,189) instead hex code.

Text Font Color

.myTextColor { color: #D4FEBD; }

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

This text font color is #D4FEBD.

Background Color

.myBgColor { background-color: #D4FEBD; }

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

This div background color is #D4FEBD.

Border color

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

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

This div border color is #D4FEBD.

Opacity

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

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

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

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

This text has shadow with #D4FEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FEBD.

Preview

Color preview on black background

This text has color #D4FEBD on black background.


Color preview on white background

This text has color #D4FEBD on white background.


Black color preview on #D4FEBD background

This text has black color on #D4FEBD background.


White color preview on #D4FEBD background

This text has white color on #D4FEBD background.


Related colors

Complementary color

Complementary color for #hex is #2B0142.


I love getcolorcode.com

Triadic colors

1 #BDD4FE and #FEBDD4 with #D4FEBD are triadic colors.

2 #BDFED4 and #FED4BD with #D4FEBD are triadic colors.