COLOR #D5EFF1

HEX: #D5EFF1
RGB: (213,239,241)

Color info

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

RGB color model

#D5EFF1 color RGB value is (213,239,241).

  • red value is 213;
  • green value is 239;
  • blue value is 241.
RGB:
(213,239,241)
(84%,94%,95%)

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 241 of 255 = 95%

213
239
241

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

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 241 = 693 (100%)
R 213 of 693 ~ 30.74%
G 239 of 693 ~ 34.49%
B 241 of 693 ~ 34.78%

%30.74
%34.49
%34.78

CMYK color model

#D5EFF1 color CMYK value is (12,1,0,5).

  • cyan value is 11.62%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,1,0,5)
C12M1Y0K5 
(12%,1%,0%,5%)
(0.12/0.01/0.00/0.05)	

CMYK percentages

%11.62
%0.83
%0
%5.49

Codes

Color #D5EFF1 in popluar color models

D5EFF1
RGB213239241
HSL184°50.00%89.02%
HSB/HSV184°11.62%94.51%
CMYK11.62%0.83%0.00%
5.49%

Color #D5EFF1 in popluar number systems.

HEXD5EFF1
Decimal213239241
Binary110101011110111111110001
Octal325357361

Shades and tints

Shades of #D5EFF1

#D5EFF1
(213,239,241)
#C2DADC
(194,218,220)
#AFC5C7
(175,197,199)
#9CB0B2
(156,176,178)
#899B9D
(137,155,157)
#768688
(118,134,136)
#637173
(99,113,115)
#505C5E
(80,92,94)
#3D4749
(61,71,73)
#2A3234
(42,50,52)
#171D1F
(23,29,31)
#000000
(0,0,0)

Tints of #D5EFF1

#D5EFF1
(213,239,241)
#D8F0F2
(216,240,242)
#DBF1F3
(219,241,243)
#DEF2F4
(222,242,244)
#E1F3F5
(225,243,245)
#E4F4F6
(228,244,246)
#E7F5F7
(231,245,247)
#EAF6F8
(234,246,248)
#EDF7F9
(237,247,249)
#F0F8FA
(240,248,250)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EFF1; }

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

This text font color is #D5EFF1.


Background Color

.myBgColor { background-color: #D5EFF1; }

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

This div background color is #D5EFF1.


Border color

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

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

This div border color is #D5EFF1.


Opacity

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

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

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

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

This text has shadow with #D5EFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFF1 on black background.


Color preview on white background

This text has color #D5EFF1 on white background.



Black color preview on #D5EFF1 background

This text has black color on #D5EFF1 background.


White color preview on #D5EFF1 background

This text has white color on #D5EFF1 background.