COLOR #D5FBEC

HEX: #D5FBEC RGB: (213,251,236)

Color info

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

RGB color model

#D5FBEC color RGB value is (213,251,236).

RGB: (213,251,236) (84%, 98%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 251 of 255 = 98%
B 236 of 255 = 93%

213
251
236

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

Portions of RGB colors in percentages

R + G + B = 213 + 251 + 236 = 700 (100%)
R 213 of 700 ~ 30.43%
G 251 of 700 ~ 35.86%
B 236 of 700 ~ 33.71'%

%30.43
%35.86
%33.71

CMYK color model

#D5FBEC color CMYK value is (15,0,6,2).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 1.57%

CMYK: (15,0,6,2)
C15M0Y6K2 (15%, 0%, 6%, 2%)
(0.15 / 0.00 / 0.06 / 0.02)

CMYK percentages

%15.14
%0
%5.98
%1.57

Codes

Color #D5FBEC in popluar color models

D5 FB EC
RGB 213 251 236
HSL 156° 82.61% 90.98%
HSB/HSV 156° 15.14% 98.43%
CMYK 15.14% 0.00% 5.98%
1.57%

Color #D5FBEC in popluar number systems.

HEX D5 FB EC
Decimal 213 251 236
Binary 11010101 11111011 11101100
Octal 325 373 354

Shades and tints

Shades of #D5FBEC

#D5FBEC
(213,251,236)
#C2E5D7
(194,229,215)
#AFCFC2
(175,207,194)
#9CB9AD
(156,185,173)
#89A398
(137,163,152)
#768D83
(118,141,131)
#63776E
(99,119,110)
#506159
(80,97,89)
#3D4B44
(61,75,68)
#2A352F
(42,53,47)
#171F1A
(23,31,26)
#000000
(0,0,0)

Tints of #D5FBEC

#D5FBEC
(213,251,236)
#D8FBED
(216,251,237)
#DBFBEE
(219,251,238)
#DEFBEF
(222,251,239)
#E1FBF0
(225,251,240)
#E4FBF1
(228,251,241)
#E7FBF2
(231,251,242)
#EAFBF3
(234,251,243)
#EDFBF4
(237,251,244)
#F0FBF5
(240,251,245)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FBEC color. Also use rgb(213,251,236) instead hex code.

Text Font Color

.myTextColor { color: #D5FBEC; }

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

This text font color is #D5FBEC.

Background Color

.myBgColor { background-color: #D5FBEC; }

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

This div background color is #D5FBEC.

Border color

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

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

This div border color is #D5FBEC.

Opacity

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

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

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

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

This text has shadow with #D5FBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FBEC.

Preview

Color preview on black background

This text has color #D5FBEC on black background.


Color preview on white background

This text has color #D5FBEC on white background.


Black color preview on #D5FBEC background

This text has black color on #D5FBEC background.


White color preview on #D5FBEC background

This text has white color on #D5FBEC background.


Related colors

Complementary color

Complementary color for #hex is #2A0413.


I love getcolorcode.com

Triadic colors

1 #ECD5FB and #FBECD5 with #D5FBEC are triadic colors.

2 #ECFBD5 and #FBD5EC with #D5FBEC are triadic colors.