COLOR #D5FFFA

HEX: #D5FFFA
RGB: (213,255,250)

Color info

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

RGB color model

#D5FFFA color RGB value is (213,255,250).

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

RGB channels and saturation

R 213 of 255 = 84%
G 255 of 255 = 100%
B 250 of 255 = 98%

213
255
250

R + G + B ~ 94%. #D5FFFA is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 255 + 250 = 718 (100%)
R 213 of 718 ~ 29.67%
G 255 of 718 ~ 35.52%
B 250 of 718 ~ 34.82%

%29.67
%35.52
%34.82

CMYK color model

#D5FFFA color CMYK value is (16,0,2,0).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 0.00%
CMYK:
(16,0,2,0)
C16M0Y2K0 
(16%,0%,2%,0%)
(0.16/0.00/0.02/0.00)	

CMYK percentages

%16.47
%0
%1.96
%0

Codes

Color #D5FFFA in popluar color models

D5FFFA
RGB213255250
HSL173°100.00%91.76%
HSB/HSV173°16.47%100.00%
CMYK16.47%0.00%1.96%
0.00%

Color #D5FFFA in popluar number systems.

HEXD5FFFA
Decimal213255250
Binary110101011111111111111010
Octal325377372

Shades and tints

Shades of #D5FFFA

#D5FFFA
(213,255,250)
#C2E8E4
(194,232,228)
#AFD1CE
(175,209,206)
#9CBAB8
(156,186,184)
#89A3A2
(137,163,162)
#768C8C
(118,140,140)
#637576
(99,117,118)
#505E60
(80,94,96)
#3D474A
(61,71,74)
#2A3034
(42,48,52)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #D5FFFA

#D5FFFA
(213,255,250)
#D8FFFA
(216,255,250)
#DBFFFA
(219,255,250)
#DEFFFA
(222,255,250)
#E1FFFA
(225,255,250)
#E4FFFA
(228,255,250)
#E7FFFA
(231,255,250)
#EAFFFA
(234,255,250)
#EDFFFA
(237,255,250)
#F0FFFA
(240,255,250)
#F3FFFA
(243,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FFFA; }

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

This text font color is #D5FFFA.


Background Color

.myBgColor { background-color: #D5FFFA; }

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

This div background color is #D5FFFA.


Border color

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

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

This div border color is #D5FFFA.


Opacity

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

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

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

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

This text has shadow with #D5FFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FFFA on black background.


Color preview on white background

This text has color #D5FFFA on white background.



Black color preview on #D5FFFA background

This text has black color on #D5FFFA background.


White color preview on #D5FFFA background

This text has white color on #D5FFFA background.