COLOR #D5F6EF

HEX: #D5F6EF RGB: (213,246,239)

Color info

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

RGB color model

#D5F6EF color RGB value is (213,246,239).

RGB: (213,246,239) (84%, 96%, 94%)

RGB channels and saturation

R 213 of 255 = 84%
G 246 of 255 = 96%
B 239 of 255 = 94%

213
246
239

R + G + B ~ 91%. #D5F6EF is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 246 + 239 = 698 (100%)
R 213 of 698 ~ 30.52%
G 246 of 698 ~ 35.24%
B 239 of 698 ~ 34.24'%

%30.52
%35.24
%34.24

CMYK color model

#D5F6EF color CMYK value is (13,0,3,4).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 2.85%
  • key color value is 3.53%

CMYK: (13,0,3,4)
C13M0Y3K4 (13%, 0%, 3%, 4%)
(0.13 / 0.00 / 0.03 / 0.04)

CMYK percentages

%13.41
%0
%2.85
%3.53

Codes

Color #D5F6EF in popluar color models

D5 F6 EF
RGB 213 246 239
HSL 167° 64.71% 90.00%
HSB/HSV 167° 13.41% 96.47%
CMYK 13.41% 0.00% 2.85%
3.53%

Color #D5F6EF in popluar number systems.

HEX D5 F6 EF
Decimal 213 246 239
Binary 11010101 11110110 11101111
Octal 325 366 357

Shades and tints

Shades of #D5F6EF

#D5F6EF
(213,246,239)
#C2E0DA
(194,224,218)
#AFCAC5
(175,202,197)
#9CB4B0
(156,180,176)
#899E9B
(137,158,155)
#768886
(118,136,134)
#637271
(99,114,113)
#505C5C
(80,92,92)
#3D4647
(61,70,71)
#2A3032
(42,48,50)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #D5F6EF

#D5F6EF
(213,246,239)
#D8F6F0
(216,246,240)
#DBF6F1
(219,246,241)
#DEF6F2
(222,246,242)
#E1F6F3
(225,246,243)
#E4F6F4
(228,246,244)
#E7F6F5
(231,246,245)
#EAF6F6
(234,246,246)
#EDF6F7
(237,246,247)
#F0F6F8
(240,246,248)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F6EF; }

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

This text font color is #D5F6EF.

Background Color

.myBgColor { background-color: #D5F6EF; }

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

This div background color is #D5F6EF.

Border color

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

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

This div border color is #D5F6EF.

Opacity

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

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

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

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

This text has shadow with #D5F6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F6EF.

Preview

Color preview on black background

This text has color #D5F6EF on black background.


Color preview on white background

This text has color #D5F6EF on white background.


Black color preview on #D5F6EF background

This text has black color on #D5F6EF background.


White color preview on #D5F6EF background

This text has white color on #D5F6EF background.


Related colors

Complementary color

Complementary color for #hex is #2A0910.


I love getcolorcode.com

Triadic colors

1 #EFD5F6 and #F6EFD5 with #D5F6EF are triadic colors.

2 #EFF6D5 and #F6D5EF with #D5F6EF are triadic colors.