COLOR #D4FBE2

HEX: #D4FBE2 RGB: (212,251,226)

Color info

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

RGB color model

#D4FBE2 color RGB value is (212,251,226).

RGB: (212,251,226) (83%, 98%, 89%)

RGB channels and saturation

R 212 of 255 = 83%
G 251 of 255 = 98%
B 226 of 255 = 89%

212
251
226

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

Portions of RGB colors in percentages

R + G + B = 212 + 251 + 226 = 689 (100%)
R 212 of 689 ~ 30.77%
G 251 of 689 ~ 36.43%
B 226 of 689 ~ 32.8'%

%30.77
%36.43
%32.8

CMYK color model

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

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • 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
%9.96
%1.57

Codes

Color #D4FBE2 in popluar color models

D4 FB E2
RGB 212 251 226
HSL 142° 82.98% 90.78%
HSB/HSV 142° 15.54% 98.43%
CMYK 15.54% 0.00% 9.96%
1.57%

Color #D4FBE2 in popluar number systems.

HEX D4 FB E2
Decimal 212 251 226
Binary 11010100 11111011 11100010
Octal 324 373 342

Shades and tints

Shades of #D4FBE2

#D4FBE2
(212,251,226)
#C1E5CE
(193,229,206)
#AECFBA
(174,207,186)
#9BB9A6
(155,185,166)
#88A392
(136,163,146)
#758D7E
(117,141,126)
#62776A
(98,119,106)
#4F6156
(79,97,86)
#3C4B42
(60,75,66)
#29352E
(41,53,46)
#161F1A
(22,31,26)
#000000
(0,0,0)

Tints of #D4FBE2

#D4FBE2
(212,251,226)
#D7FBE4
(215,251,228)
#DAFBE6
(218,251,230)
#DDFBE8
(221,251,232)
#E0FBEA
(224,251,234)
#E3FBEC
(227,251,236)
#E6FBEE
(230,251,238)
#E9FBF0
(233,251,240)
#ECFBF2
(236,251,242)
#EFFBF4
(239,251,244)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FBE2; }

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

This text font color is #D4FBE2.

Background Color

.myBgColor { background-color: #D4FBE2; }

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

This div background color is #D4FBE2.

Border color

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

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

This div border color is #D4FBE2.

Opacity

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

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

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

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

This text has shadow with #D4FBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FBE2.

Preview

Color preview on black background

This text has color #D4FBE2 on black background.


Color preview on white background

This text has color #D4FBE2 on white background.


Black color preview on #D4FBE2 background

This text has black color on #D4FBE2 background.


White color preview on #D4FBE2 background

This text has white color on #D4FBE2 background.


Related colors

Complementary color

Complementary color for #hex is #2B041D.


I love getcolorcode.com

Triadic colors

1 #E2D4FB and #FBE2D4 with #D4FBE2 are triadic colors.

2 #E2FBD4 and #FBD4E2 with #D4FBE2 are triadic colors.