COLOR #D5F8BF

HEX: #D5F8BF
RGB: (213,248,191)

Color info

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

RGB color model

#D5F8BF color RGB value is (213,248,191).

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

RGB channels and saturation

R 213 of 255 = 84%
G 248 of 255 = 97%
B 191 of 255 = 75%

213
248
191

R + G + B ~ 85%. #D5F8BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 248 + 191 = 652 (100%)
R 213 of 652 ~ 32.67%
G 248 of 652 ~ 38.04%
B 191 of 652 ~ 29.29%

%32.67
%38.04
%29.29

CMYK color model

#D5F8BF color CMYK value is (14,0,23,3).

  • cyan value is 14.11%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 2.75%
CMYK:
(14,0,23,3)
C14M0Y23K3 
(14%,0%,23%,3%)
(0.14/0.00/0.23/0.03)	

CMYK percentages

%14.11
%0
%22.98
%2.75

Codes

Color #D5F8BF in popluar color models

D5F8BF
RGB213248191
HSL97°80.28%86.08%
HSB/HSV97°22.98%97.25%
CMYK14.11%0.00%22.98%
2.75%

Color #D5F8BF in popluar number systems.

HEXD5F8BF
Decimal213248191
Binary110101011111100010111111
Octal325370277

Shades and tints

Shades of #D5F8BF

#D5F8BF
(213,248,191)
#C2E2AE
(194,226,174)
#AFCC9D
(175,204,157)
#9CB68C
(156,182,140)
#89A07B
(137,160,123)
#768A6A
(118,138,106)
#637459
(99,116,89)
#505E48
(80,94,72)
#3D4837
(61,72,55)
#2A3226
(42,50,38)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #D5F8BF

#D5F8BF
(213,248,191)
#D8F8C4
(216,248,196)
#DBF8C9
(219,248,201)
#DEF8CE
(222,248,206)
#E1F8D3
(225,248,211)
#E4F8D8
(228,248,216)
#E7F8DD
(231,248,221)
#EAF8E2
(234,248,226)
#EDF8E7
(237,248,231)
#F0F8EC
(240,248,236)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F8BF; }

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

This text font color is #D5F8BF.


Background Color

.myBgColor { background-color: #D5F8BF; }

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

This div background color is #D5F8BF.


Border color

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

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

This div border color is #D5F8BF.


Opacity

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

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

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

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

This text has shadow with #D5F8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F8BF on black background.


Color preview on white background

This text has color #D5F8BF on white background.



Black color preview on #D5F8BF background

This text has black color on #D5F8BF background.


White color preview on #D5F8BF background

This text has white color on #D5F8BF background.