COLOR #D9FBE2

HEX: #D9FBE2
RGB: (217,251,226)

Color info

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

RGB color model

#D9FBE2 color RGB value is (217,251,226).

  • red value is 217;
  • green value is 251;
  • blue value is 226.
RGB:
(217,251,226)
(85%,98%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 251 of 255 = 98%
B 226 of 255 = 89%

217
251
226

R + G + B ~ 91%. #D9FBE2 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 251 + 226 = 694 (100%)
R 217 of 694 ~ 31.27%
G 251 of 694 ~ 36.17%
B 226 of 694 ~ 32.56%

%31.27
%36.17
%32.56

CMYK color model

#D9FBE2 color CMYK value is (14,0,10,2).

  • cyan value is 13.55%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(14,0,10,2)
C14M0Y10K2 
(14%,0%,10%,2%)
(0.14/0.00/0.10/0.02)	

CMYK percentages

%13.55
%0
%9.96
%1.57

Codes

Color #D9FBE2 in popluar color models

D9FBE2
RGB217251226
HSL136°80.95%91.76%
HSB/HSV136°13.55%98.43%
CMYK13.55%0.00%9.96%
1.57%

Color #D9FBE2 in popluar number systems.

HEXD9FBE2
Decimal217251226
Binary110110011111101111100010
Octal331373342

Shades and tints

Shades of #D9FBE2

#D9FBE2
(217,251,226)
#C6E5CE
(198,229,206)
#B3CFBA
(179,207,186)
#A0B9A6
(160,185,166)
#8DA392
(141,163,146)
#7A8D7E
(122,141,126)
#67776A
(103,119,106)
#546156
(84,97,86)
#414B42
(65,75,66)
#2E352E
(46,53,46)
#1B1F1A
(27,31,26)
#000000
(0,0,0)

Tints of #D9FBE2

#D9FBE2
(217,251,226)
#DCFBE4
(220,251,228)
#DFFBE6
(223,251,230)
#E2FBE8
(226,251,232)
#E5FBEA
(229,251,234)
#E8FBEC
(232,251,236)
#EBFBEE
(235,251,238)
#EEFBF0
(238,251,240)
#F1FBF2
(241,251,242)
#F4FBF4
(244,251,244)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FBE2; }

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

This text font color is #D9FBE2.


Background Color

.myBgColor { background-color: #D9FBE2; }

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

This div background color is #D9FBE2.


Border color

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

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

This div border color is #D9FBE2.


Opacity

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

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

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

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

This text has shadow with #D9FBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FBE2 on black background.


Color preview on white background

This text has color #D9FBE2 on white background.



Black color preview on #D9FBE2 background

This text has black color on #D9FBE2 background.


White color preview on #D9FBE2 background

This text has white color on #D9FBE2 background.