COLOR #D5FABE

HEX: #D5FABE RGB: (213,250,190)

Color info

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

RGB color model

#D5FABE color RGB value is (213,250,190).

RGB: (213,250,190) (84%, 98%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 250 of 255 = 98%
B 190 of 255 = 75%

213
250
190

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

Portions of RGB colors in percentages

R + G + B = 213 + 250 + 190 = 653 (100%)
R 213 of 653 ~ 32.62%
G 250 of 653 ~ 38.28%
B 190 of 653 ~ 29.1'%

%32.62
%38.28
%29.1

CMYK color model

#D5FABE color CMYK value is (15,0,24,2).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 1.96%

CMYK: (15,0,24,2)
C15M0Y24K2 (15%, 0%, 24%, 2%)
(0.15 / 0.00 / 0.24 / 0.02)

CMYK percentages

%14.8
%0
%24
%1.96

Codes

Color #D5FABE in popluar color models

D5 FA BE
RGB 213 250 190
HSL 97° 85.71% 86.27%
HSB/HSV 97° 24.00% 98.04%
CMYK 14.80% 0.00% 24.00%
1.96%

Color #D5FABE in popluar number systems.

HEX D5 FA BE
Decimal 213 250 190
Binary 11010101 11111010 10111110
Octal 325 372 276

Shades and tints

Shades of #D5FABE

#D5FABE
(213,250,190)
#C2E4AD
(194,228,173)
#AFCE9C
(175,206,156)
#9CB88B
(156,184,139)
#89A27A
(137,162,122)
#768C69
(118,140,105)
#637658
(99,118,88)
#506047
(80,96,71)
#3D4A36
(61,74,54)
#2A3425
(42,52,37)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #D5FABE

#D5FABE
(213,250,190)
#D8FAC3
(216,250,195)
#DBFAC8
(219,250,200)
#DEFACD
(222,250,205)
#E1FAD2
(225,250,210)
#E4FAD7
(228,250,215)
#E7FADC
(231,250,220)
#EAFAE1
(234,250,225)
#EDFAE6
(237,250,230)
#F0FAEB
(240,250,235)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FABE; }

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

This text font color is #D5FABE.

Background Color

.myBgColor { background-color: #D5FABE; }

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

This div background color is #D5FABE.

Border color

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

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

This div border color is #D5FABE.

Opacity

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

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

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

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

This text has shadow with #D5FABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FABE.

Preview

Color preview on black background

This text has color #D5FABE on black background.


Color preview on white background

This text has color #D5FABE on white background.


Black color preview on #D5FABE background

This text has black color on #D5FABE background.


White color preview on #D5FABE background

This text has white color on #D5FABE background.


Related colors

Complementary color

Complementary color for #hex is #2A0541.


I love getcolorcode.com

Triadic colors

1 #BED5FA and #FABED5 with #D5FABE are triadic colors.

2 #BEFAD5 and #FAD5BE with #D5FABE are triadic colors.