COLOR #D5F8F4

HEX: #D5F8F4
RGB: (213,248,244)

Color info

#D5F8F4 contains red, green and blue colors in about the same proportion. Web safe color of #D5F8F4 is #CCFFFF (or #CFF).

RGB color model

#D5F8F4 color RGB value is (213,248,244).

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

RGB channels and saturation

R 213 of 255 = 84%
G 248 of 255 = 97%
B 244 of 255 = 96%

213
248
244

R + G + B ~ 92%. #D5F8F4 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 248 + 244 = 705 (100%)
R 213 of 705 ~ 30.21%
G 248 of 705 ~ 35.18%
B 244 of 705 ~ 34.61%

%30.21
%35.18
%34.61

CMYK color model

#D5F8F4 color CMYK value is (14,0,2,3).

  • cyan value is 14.11%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 2.75%
CMYK:
(14,0,2,3)
C14M0Y2K3 
(14%,0%,2%,3%)
(0.14/0.00/0.02/0.03)	

CMYK percentages

%14.11
%0
%1.61
%2.75

Codes

Color #D5F8F4 in popluar color models

D5F8F4
RGB213248244
HSL173°71.43%90.39%
HSB/HSV173°14.11%97.25%
CMYK14.11%0.00%1.61%
2.75%

Color #D5F8F4 in popluar number systems.

HEXD5F8F4
Decimal213248244
Binary110101011111100011110100
Octal325370364

Shades and tints

Shades of #D5F8F4

#D5F8F4
(213,248,244)
#C2E2DE
(194,226,222)
#AFCCC8
(175,204,200)
#9CB6B2
(156,182,178)
#89A09C
(137,160,156)
#768A86
(118,138,134)
#637470
(99,116,112)
#505E5A
(80,94,90)
#3D4844
(61,72,68)
#2A322E
(42,50,46)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #D5F8F4

#D5F8F4
(213,248,244)
#D8F8F5
(216,248,245)
#DBF8F6
(219,248,246)
#DEF8F7
(222,248,247)
#E1F8F8
(225,248,248)
#E4F8F9
(228,248,249)
#E7F8FA
(231,248,250)
#EAF8FB
(234,248,251)
#EDF8FC
(237,248,252)
#F0F8FD
(240,248,253)
#F3F8FE
(243,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F8F4; }

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

This text font color is #D5F8F4.


Background Color

.myBgColor { background-color: #D5F8F4; }

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

This div background color is #D5F8F4.


Border color

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

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

This div border color is #D5F8F4.


Opacity

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

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

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

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

This text has shadow with #D5F8F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F8F4 on black background.


Color preview on white background

This text has color #D5F8F4 on white background.



Black color preview on #D5F8F4 background

This text has black color on #D5F8F4 background.


White color preview on #D5F8F4 background

This text has white color on #D5F8F4 background.