COLOR #D5EFE2

HEX: #D5EFE2
RGB: (213,239,226)

Color info

#D5EFE2 contains red, green and blue colors in about the same proportion. Web safe color of #D5EFE2 is #CCFFCC (or #CFC).

RGB color model

#D5EFE2 color RGB value is (213,239,226).

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

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 226 of 255 = 89%

213
239
226

R + G + B ~ 89%. #D5EFE2 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 226 = 678 (100%)
R 213 of 678 ~ 31.42%
G 239 of 678 ~ 35.25%
B 226 of 678 ~ 33.33%

%31.42
%35.25
%33.33

CMYK color model

#D5EFE2 color CMYK value is (11,0,5,6).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(11,0,5,6)
C11M0Y5K6 
(11%,0%,5%,6%)
(0.11/0.00/0.05/0.06)	

CMYK percentages

%10.88
%0
%5.44
%6.27

Codes

Color #D5EFE2 in popluar color models

D5EFE2
RGB213239226
HSL150°44.83%88.63%
HSB/HSV150°10.88%93.73%
CMYK10.88%0.00%5.44%
6.27%

Color #D5EFE2 in popluar number systems.

HEXD5EFE2
Decimal213239226
Binary110101011110111111100010
Octal325357342

Shades and tints

Shades of #D5EFE2

#D5EFE2
(213,239,226)
#C2DACE
(194,218,206)
#AFC5BA
(175,197,186)
#9CB0A6
(156,176,166)
#899B92
(137,155,146)
#76867E
(118,134,126)
#63716A
(99,113,106)
#505C56
(80,92,86)
#3D4742
(61,71,66)
#2A322E
(42,50,46)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #D5EFE2

#D5EFE2
(213,239,226)
#D8F0E4
(216,240,228)
#DBF1E6
(219,241,230)
#DEF2E8
(222,242,232)
#E1F3EA
(225,243,234)
#E4F4EC
(228,244,236)
#E7F5EE
(231,245,238)
#EAF6F0
(234,246,240)
#EDF7F2
(237,247,242)
#F0F8F4
(240,248,244)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EFE2; }

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

This text font color is #D5EFE2.


Background Color

.myBgColor { background-color: #D5EFE2; }

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

This div background color is #D5EFE2.


Border color

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

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

This div border color is #D5EFE2.


Opacity

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

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

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

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

This text has shadow with #D5EFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFE2 on black background.


Color preview on white background

This text has color #D5EFE2 on white background.



Black color preview on #D5EFE2 background

This text has black color on #D5EFE2 background.


White color preview on #D5EFE2 background

This text has white color on #D5EFE2 background.