COLOR #D5FFF6

HEX: #D5FFF6 RGB: (213,255,246)

Color info

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

RGB color model

#D5FFF6 color RGB value is (213,255,246).

RGB: (213,255,246) (84%, 100%, 96%)

RGB channels and saturation

R 213 of 255 = 84%
G 255 of 255 = 100%
B 246 of 255 = 96%

213
255
246

R + G + B ~ 93%. #D5FFF6 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 255 + 246 = 714 (100%)
R 213 of 714 ~ 29.83%
G 255 of 714 ~ 35.71%
B 246 of 714 ~ 34.45'%

%29.83
%35.71
%34.45

CMYK color model

#D5FFF6 color CMYK value is (16,0,4,0).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 3.53%
  • key color value is 0.00%

CMYK: (16,0,4,0)
C16M0Y4K0 (16%, 0%, 4%, 0%)
(0.16 / 0.00 / 0.04 / 0.00)

CMYK percentages

%16.47
%0
%3.53
%0

Codes

Color #D5FFF6 in popluar color models

D5 FF F6
RGB 213 255 246
HSL 167° 100.00% 91.76%
HSB/HSV 167° 16.47% 100.00%
CMYK 16.47% 0.00% 3.53%
0.00%

Color #D5FFF6 in popluar number systems.

HEX D5 FF F6
Decimal 213 255 246
Binary 11010101 11111111 11110110
Octal 325 377 366

Shades and tints

Shades of #D5FFF6

#D5FFF6
(213,255,246)
#C2E8E0
(194,232,224)
#AFD1CA
(175,209,202)
#9CBAB4
(156,186,180)
#89A39E
(137,163,158)
#768C88
(118,140,136)
#637572
(99,117,114)
#505E5C
(80,94,92)
#3D4746
(61,71,70)
#2A3030
(42,48,48)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #D5FFF6

#D5FFF6
(213,255,246)
#D8FFF6
(216,255,246)
#DBFFF6
(219,255,246)
#DEFFF6
(222,255,246)
#E1FFF6
(225,255,246)
#E4FFF6
(228,255,246)
#E7FFF6
(231,255,246)
#EAFFF6
(234,255,246)
#EDFFF6
(237,255,246)
#F0FFF6
(240,255,246)
#F3FFF6
(243,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FFF6; }

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

This text font color is #D5FFF6.

Background Color

.myBgColor { background-color: #D5FFF6; }

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

This div background color is #D5FFF6.

Border color

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

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

This div border color is #D5FFF6.

Opacity

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

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

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

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

This text has shadow with #D5FFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FFF6.

Preview

Color preview on black background

This text has color #D5FFF6 on black background.


Color preview on white background

This text has color #D5FFF6 on white background.


Black color preview on #D5FFF6 background

This text has black color on #D5FFF6 background.


White color preview on #D5FFF6 background

This text has white color on #D5FFF6 background.


Related colors

Complementary color

Complementary color for #hex is #2A0009.


I love getcolorcode.com

Triadic colors

1 #F6D5FF and #FFF6D5 with #D5FFF6 are triadic colors.

2 #F6FFD5 and #FFD5F6 with #D5FFF6 are triadic colors.