COLOR #D5FBE1

HEX: #D5FBE1
RGB: (213,251,225)

Color info

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

RGB color model

#D5FBE1 color RGB value is (213,251,225).

  • red value is 213;
  • green value is 251;
  • blue value is 225.
RGB:
(213,251,225)
(84%,98%,88%)

RGB channels and saturation

R 213 of 255 = 84%
G 251 of 255 = 98%
B 225 of 255 = 88%

213
251
225

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

Portions of RGB colors in percentages

R + G + B =
213 + 251 + 225 = 689 (100%)
R 213 of 689 ~ 30.91%
G 251 of 689 ~ 36.43%
B 225 of 689 ~ 32.66%

%30.91
%36.43
%32.66

CMYK color model

#D5FBE1 color CMYK value is (15,0,10,2).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(15,0,10,2)
C15M0Y10K2 
(15%,0%,10%,2%)
(0.15/0.00/0.10/0.02)	

CMYK percentages

%15.14
%0
%10.36
%1.57

Codes

Color #D5FBE1 in popluar color models

D5FBE1
RGB213251225
HSL139°82.61%90.98%
HSB/HSV139°15.14%98.43%
CMYK15.14%0.00%10.36%
1.57%

Color #D5FBE1 in popluar number systems.

HEXD5FBE1
Decimal213251225
Binary110101011111101111100001
Octal325373341

Shades and tints

Shades of #D5FBE1

#D5FBE1
(213,251,225)
#C2E5CD
(194,229,205)
#AFCFB9
(175,207,185)
#9CB9A5
(156,185,165)
#89A391
(137,163,145)
#768D7D
(118,141,125)
#637769
(99,119,105)
#506155
(80,97,85)
#3D4B41
(61,75,65)
#2A352D
(42,53,45)
#171F19
(23,31,25)
#000000
(0,0,0)

Tints of #D5FBE1

#D5FBE1
(213,251,225)
#D8FBE3
(216,251,227)
#DBFBE5
(219,251,229)
#DEFBE7
(222,251,231)
#E1FBE9
(225,251,233)
#E4FBEB
(228,251,235)
#E7FBED
(231,251,237)
#EAFBEF
(234,251,239)
#EDFBF1
(237,251,241)
#F0FBF3
(240,251,243)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FBE1; }

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

This text font color is #D5FBE1.


Background Color

.myBgColor { background-color: #D5FBE1; }

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

This div background color is #D5FBE1.


Border color

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

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

This div border color is #D5FBE1.


Opacity

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

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

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

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

This text has shadow with #D5FBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FBE1 on black background.


Color preview on white background

This text has color #D5FBE1 on white background.



Black color preview on #D5FBE1 background

This text has black color on #D5FBE1 background.


White color preview on #D5FBE1 background

This text has white color on #D5FBE1 background.