COLOR #D5FCEF

HEX: #D5FCEF RGB: (213,252,239)

Color info

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

RGB color model

#D5FCEF color RGB value is (213,252,239).

RGB: (213,252,239) (84%, 99%, 94%)

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 239 of 255 = 94%

213
252
239

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

Portions of RGB colors in percentages

R + G + B = 213 + 252 + 239 = 704 (100%)
R 213 of 704 ~ 30.26%
G 252 of 704 ~ 35.8%
B 239 of 704 ~ 33.95'%

%30.26
%35.8
%33.95

CMYK color model

#D5FCEF color CMYK value is (15,0,5,1).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 1.18%

CMYK: (15,0,5,1)
C15M0Y5K1 (15%, 0%, 5%, 1%)
(0.15 / 0.00 / 0.05 / 0.01)

CMYK percentages

%15.48
%0
%5.16
%1.18

Codes

Color #D5FCEF in popluar color models

D5 FC EF
RGB 213 252 239
HSL 160° 86.67% 91.18%
HSB/HSV 160° 15.48% 98.82%
CMYK 15.48% 0.00% 5.16%
1.18%

Color #D5FCEF in popluar number systems.

HEX D5 FC EF
Decimal 213 252 239
Binary 11010101 11111100 11101111
Octal 325 374 357

Shades and tints

Shades of #D5FCEF

#D5FCEF
(213,252,239)
#C2E6DA
(194,230,218)
#AFD0C5
(175,208,197)
#9CBAB0
(156,186,176)
#89A49B
(137,164,155)
#768E86
(118,142,134)
#637871
(99,120,113)
#50625C
(80,98,92)
#3D4C47
(61,76,71)
#2A3632
(42,54,50)
#17201D
(23,32,29)
#000000
(0,0,0)

Tints of #D5FCEF

#D5FCEF
(213,252,239)
#D8FCF0
(216,252,240)
#DBFCF1
(219,252,241)
#DEFCF2
(222,252,242)
#E1FCF3
(225,252,243)
#E4FCF4
(228,252,244)
#E7FCF5
(231,252,245)
#EAFCF6
(234,252,246)
#EDFCF7
(237,252,247)
#F0FCF8
(240,252,248)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FCEF; }

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

This text font color is #D5FCEF.

Background Color

.myBgColor { background-color: #D5FCEF; }

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

This div background color is #D5FCEF.

Border color

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

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

This div border color is #D5FCEF.

Opacity

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

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

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

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

This text has shadow with #D5FCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FCEF.

Preview

Color preview on black background

This text has color #D5FCEF on black background.


Color preview on white background

This text has color #D5FCEF on white background.


Black color preview on #D5FCEF background

This text has black color on #D5FCEF background.


White color preview on #D5FCEF background

This text has white color on #D5FCEF background.


Related colors

Complementary color

Complementary color for #hex is #2A0310.


I love getcolorcode.com

Triadic colors

1 #EFD5FC and #FCEFD5 with #D5FCEF are triadic colors.

2 #EFFCD5 and #FCD5EF with #D5FCEF are triadic colors.