COLOR #D5FDBE

HEX: #D5FDBE
RGB: (213,253,190)

Color info

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

RGB color model

#D5FDBE color RGB value is (213,253,190).

  • red value is 213;
  • green value is 253;
  • blue value is 190.
RGB:
(213,253,190)
(84%,99%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 253 of 255 = 99%
B 190 of 255 = 75%

213
253
190

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

Portions of RGB colors in percentages

R + G + B =
213 + 253 + 190 = 656 (100%)
R 213 of 656 ~ 32.47%
G 253 of 656 ~ 38.57%
B 190 of 656 ~ 28.96%

%32.47
%38.57
%28.96

CMYK color model

#D5FDBE color CMYK value is (16,0,25,1).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 0.78%
CMYK:
(16,0,25,1)
C16M0Y25K1 
(16%,0%,25%,1%)
(0.16/0.00/0.25/0.01)	

CMYK percentages

%15.81
%0
%24.9
%0.78

Codes

Color #D5FDBE in popluar color models

D5FDBE
RGB213253190
HSL98°94.03%86.86%
HSB/HSV98°24.90%99.22%
CMYK15.81%0.00%24.90%
0.78%

Color #D5FDBE in popluar number systems.

HEXD5FDBE
Decimal213253190
Binary110101011111110110111110
Octal325375276

Shades and tints

Shades of #D5FDBE

#D5FDBE
(213,253,190)
#C2E6AD
(194,230,173)
#AFCF9C
(175,207,156)
#9CB88B
(156,184,139)
#89A17A
(137,161,122)
#768A69
(118,138,105)
#637358
(99,115,88)
#505C47
(80,92,71)
#3D4536
(61,69,54)
#2A2E25
(42,46,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #D5FDBE

#D5FDBE
(213,253,190)
#D8FDC3
(216,253,195)
#DBFDC8
(219,253,200)
#DEFDCD
(222,253,205)
#E1FDD2
(225,253,210)
#E4FDD7
(228,253,215)
#E7FDDC
(231,253,220)
#EAFDE1
(234,253,225)
#EDFDE6
(237,253,230)
#F0FDEB
(240,253,235)
#F3FDF0
(243,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FDBE color. Also use rgb(213,253,190) instead hex code.

Text Font Color

.myTextColor { color: #D5FDBE; }

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

This text font color is #D5FDBE.


Background Color

.myBgColor { background-color: #D5FDBE; }

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

This div background color is #D5FDBE.


Border color

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

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

This div border color is #D5FDBE.


Opacity

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

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

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

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

This text has shadow with #D5FDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FDBE on black background.


Color preview on white background

This text has color #D5FDBE on white background.



Black color preview on #D5FDBE background

This text has black color on #D5FDBE background.


White color preview on #D5FDBE background

This text has white color on #D5FDBE background.