COLOR #D5FABF

HEX: #D5FABF
RGB: (213,250,191)

Color info

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

RGB color model

#D5FABF color RGB value is (213,250,191).

  • red value is 213;
  • green value is 250;
  • blue value is 191.
RGB:
(213,250,191)
(84%,98%,75%)

RGB channels and saturation

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

213
250
191

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

Portions of RGB colors in percentages

R + G + B =
213 + 250 + 191 = 654 (100%)
R 213 of 654 ~ 32.57%
G 250 of 654 ~ 38.23%
B 191 of 654 ~ 29.2%

%32.57
%38.23
%29.2

CMYK color model

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

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • 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
%23.6
%1.96

Codes

Color #D5FABF in popluar color models

D5FABF
RGB213250191
HSL98°85.51%86.47%
HSB/HSV98°23.60%98.04%
CMYK14.80%0.00%23.60%
1.96%

Color #D5FABF in popluar number systems.

HEXD5FABF
Decimal213250191
Binary110101011111101010111111
Octal325372277

Shades and tints

Shades of #D5FABF

#D5FABF
(213,250,191)
#C2E4AE
(194,228,174)
#AFCE9D
(175,206,157)
#9CB88C
(156,184,140)
#89A27B
(137,162,123)
#768C6A
(118,140,106)
#637659
(99,118,89)
#506048
(80,96,72)
#3D4A37
(61,74,55)
#2A3426
(42,52,38)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #D5FABF

#D5FABF
(213,250,191)
#D8FAC4
(216,250,196)
#DBFAC9
(219,250,201)
#DEFACE
(222,250,206)
#E1FAD3
(225,250,211)
#E4FAD8
(228,250,216)
#E7FADD
(231,250,221)
#EAFAE2
(234,250,226)
#EDFAE7
(237,250,231)
#F0FAEC
(240,250,236)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FABF; }

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

This text font color is #D5FABF.


Background Color

.myBgColor { background-color: #D5FABF; }

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

This div background color is #D5FABF.


Border color

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

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

This div border color is #D5FABF.


Opacity

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

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

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

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

This text has shadow with #D5FABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FABF on black background.


Color preview on white background

This text has color #D5FABF on white background.



Black color preview on #D5FABF background

This text has black color on #D5FABF background.


White color preview on #D5FABF background

This text has white color on #D5FABF background.