COLOR #D4FBE1

HEX: #D4FBE1 RGB: (212,251,225)

Color info

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

RGB color model

#D4FBE1 color RGB value is (212,251,225).

RGB: (212,251,225) (83%, 98%, 88%)

RGB channels and saturation

R 212 of 255 = 83%
G 251 of 255 = 98%
B 225 of 255 = 88%

212
251
225

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

Portions of RGB colors in percentages

R + G + B = 212 + 251 + 225 = 688 (100%)
R 212 of 688 ~ 30.81%
G 251 of 688 ~ 36.48%
B 225 of 688 ~ 32.7'%

%30.81
%36.48
%32.7

CMYK color model

#D4FBE1 color CMYK value is (16,0,10,2).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK: (16,0,10,2) C16M0Y10K2 (16%,0%,10%,2%) (0.16/0.00/0.10/0.02) 

CMYK percentages

%15.54
%0
%10.36
%1.57

Codes

Color #D4FBE1 in popluar color models

D4 FB E1
RGB 212 251 225
HSL 140° 82.98% 90.78%
HSB/HSV 140° 15.54% 98.43%
CMYK 15.54% 0.00% 10.36%
1.57%

Color #D4FBE1 in popluar number systems.

HEX D4 FB E1
Decimal 212 251 225
Binary 11010100 11111011 11100001
Octal 324 373 341

Shades and tints

Shades of #D4FBE1

#D4FBE1
(212,251,225)
#C1E5CD
(193,229,205)
#AECFB9
(174,207,185)
#9BB9A5
(155,185,165)
#88A391
(136,163,145)
#758D7D
(117,141,125)
#627769
(98,119,105)
#4F6155
(79,97,85)
#3C4B41
(60,75,65)
#29352D
(41,53,45)
#161F19
(22,31,25)
#000000
(0,0,0)

Tints of #D4FBE1

#D4FBE1
(212,251,225)
#D7FBE3
(215,251,227)
#DAFBE5
(218,251,229)
#DDFBE7
(221,251,231)
#E0FBE9
(224,251,233)
#E3FBEB
(227,251,235)
#E6FBED
(230,251,237)
#E9FBEF
(233,251,239)
#ECFBF1
(236,251,241)
#EFFBF3
(239,251,243)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FBE1; }

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

This text font color is #D4FBE1.

Background Color

.myBgColor { background-color: #D4FBE1; }

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

This div background color is #D4FBE1.

Border color

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

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

This div border color is #D4FBE1.

Opacity

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

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

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

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

This text has shadow with #D4FBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FBE1.

Preview

Color preview on black background

This text has color #D4FBE1 on black background.


Color preview on white background

This text has color #D4FBE1 on white background.


Black color preview on #D4FBE1 background

This text has black color on #D4FBE1 background.


White color preview on #D4FBE1 background

This text has white color on #D4FBE1 background.


Related colors

Complementary color

Complementary color for #hex is #2B041E.


I love getcolorcode.com

Triadic colors

1 #E1D4FB and #FBE1D4 with #D4FBE1 are triadic colors.

2 #E1FBD4 and #FBD4E1 with #D4FBE1 are triadic colors.