COLOR #D5FEBB

HEX: #D5FEBB
RGB: (213,254,187)

Color info

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

RGB color model

#D5FEBB color RGB value is (213,254,187).

  • red value is 213;
  • green value is 254;
  • blue value is 187.
RGB:
(213,254,187)
(84%,100%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 254 of 255 = 100%
B 187 of 255 = 73%

213
254
187

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

Portions of RGB colors in percentages

R + G + B =
213 + 254 + 187 = 654 (100%)
R 213 of 654 ~ 32.57%
G 254 of 654 ~ 38.84%
B 187 of 654 ~ 28.59%

%32.57
%38.84
%28.59

CMYK color model

#D5FEBB color CMYK value is (16,0,26,0).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK:
(16,0,26,0)
C16M0Y26K0 
(16%,0%,26%,0%)
(0.16/0.00/0.26/0.00)	

CMYK percentages

%16.14
%0
%26.38
%0.39

Codes

Color #D5FEBB in popluar color models

D5FEBB
RGB213254187
HSL97°97.10%86.47%
HSB/HSV97°26.38%99.61%
CMYK16.14%0.00%26.38%
0.39%

Color #D5FEBB in popluar number systems.

HEXD5FEBB
Decimal213254187
Binary110101011111111010111011
Octal325376273

Shades and tints

Shades of #D5FEBB

#D5FEBB
(213,254,187)
#C2E7AA
(194,231,170)
#AFD099
(175,208,153)
#9CB988
(156,185,136)
#89A277
(137,162,119)
#768B66
(118,139,102)
#637455
(99,116,85)
#505D44
(80,93,68)
#3D4633
(61,70,51)
#2A2F22
(42,47,34)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #D5FEBB

#D5FEBB
(213,254,187)
#D8FEC1
(216,254,193)
#DBFEC7
(219,254,199)
#DEFECD
(222,254,205)
#E1FED3
(225,254,211)
#E4FED9
(228,254,217)
#E7FEDF
(231,254,223)
#EAFEE5
(234,254,229)
#EDFEEB
(237,254,235)
#F0FEF1
(240,254,241)
#F3FEF7
(243,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FEBB color. Also use rgb(213,254,187) instead hex code.

Text Font Color

.myTextColor { color: #D5FEBB; }

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

This text font color is #D5FEBB.


Background Color

.myBgColor { background-color: #D5FEBB; }

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

This div background color is #D5FEBB.


Border color

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

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

This div border color is #D5FEBB.


Opacity

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

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

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

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

This text has shadow with #D5FEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FEBB on black background.


Color preview on white background

This text has color #D5FEBB on white background.



Black color preview on #D5FEBB background

This text has black color on #D5FEBB background.


White color preview on #D5FEBB background

This text has white color on #D5FEBB background.