COLOR #D5F8EB

HEX: #D5F8EB RGB: (213,248,235)

Color info

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

RGB color model

#D5F8EB color RGB value is (213,248,235).

RGB: (213,248,235) (84%, 97%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 248 of 255 = 97%
B 235 of 255 = 92%

213
248
235

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

Portions of RGB colors in percentages

R + G + B = 213 + 248 + 235 = 696 (100%)
R 213 of 696 ~ 30.6%
G 248 of 696 ~ 35.63%
B 235 of 696 ~ 33.76'%

%30.6
%35.63
%33.76

CMYK color model

#D5F8EB color CMYK value is (14,0,5,3).

  • cyan value is 14.11%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 2.75%

CMYK: (14,0,5,3)
C14M0Y5K3 (14%, 0%, 5%, 3%)
(0.14 / 0.00 / 0.05 / 0.03)

CMYK percentages

%14.11
%0
%5.24
%2.75

Codes

Color #D5F8EB in popluar color models

D5 F8 EB
RGB 213 248 235
HSL 158° 71.43% 90.39%
HSB/HSV 158° 14.11% 97.25%
CMYK 14.11% 0.00% 5.24%
2.75%

Color #D5F8EB in popluar number systems.

HEX D5 F8 EB
Decimal 213 248 235
Binary 11010101 11111000 11101011
Octal 325 370 353

Shades and tints

Shades of #D5F8EB

#D5F8EB
(213,248,235)
#C2E2D6
(194,226,214)
#AFCCC1
(175,204,193)
#9CB6AC
(156,182,172)
#89A097
(137,160,151)
#768A82
(118,138,130)
#63746D
(99,116,109)
#505E58
(80,94,88)
#3D4843
(61,72,67)
#2A322E
(42,50,46)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #D5F8EB

#D5F8EB
(213,248,235)
#D8F8EC
(216,248,236)
#DBF8ED
(219,248,237)
#DEF8EE
(222,248,238)
#E1F8EF
(225,248,239)
#E4F8F0
(228,248,240)
#E7F8F1
(231,248,241)
#EAF8F2
(234,248,242)
#EDF8F3
(237,248,243)
#F0F8F4
(240,248,244)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F8EB color. Also use rgb(213,248,235) instead hex code.

Text Font Color

.myTextColor { color: #D5F8EB; }

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

This text font color is #D5F8EB.

Background Color

.myBgColor { background-color: #D5F8EB; }

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

This div background color is #D5F8EB.

Border color

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

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

This div border color is #D5F8EB.

Opacity

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

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

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

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

This text has shadow with #D5F8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F8EB.

Preview

Color preview on black background

This text has color #D5F8EB on black background.


Color preview on white background

This text has color #D5F8EB on white background.


Black color preview on #D5F8EB background

This text has black color on #D5F8EB background.


White color preview on #D5F8EB background

This text has white color on #D5F8EB background.


Related colors

Complementary color

Complementary color for #hex is #2A0714.


I love getcolorcode.com

Triadic colors

1 #EBD5F8 and #F8EBD5 with #D5F8EB are triadic colors.

2 #EBF8D5 and #F8D5EB with #D5F8EB are triadic colors.