COLOR #D5ECE3

HEX: #D5ECE3
RGB: (213,236,227)

Color info

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

RGB color model

#D5ECE3 color RGB value is (213,236,227).

  • red value is 213;
  • green value is 236;
  • blue value is 227.
RGB:
(213,236,227)
(84%,93%,89%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 227 of 255 = 89%

213
236
227

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

Portions of RGB colors in percentages

R + G + B =
213 + 236 + 227 = 676 (100%)
R 213 of 676 ~ 31.51%
G 236 of 676 ~ 34.91%
B 227 of 676 ~ 33.58%

%31.51
%34.91
%33.58

CMYK color model

#D5ECE3 color CMYK value is (10,0,4,7).

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 7.45%
CMYK:
(10,0,4,7)
C10M0Y4K7 
(10%,0%,4%,7%)
(0.10/0.00/0.04/0.07)	

CMYK percentages

%9.75
%0
%3.81
%7.45

Codes

Color #D5ECE3 in popluar color models

D5ECE3
RGB213236227
HSL157°37.70%88.04%
HSB/HSV157°9.75%92.55%
CMYK9.75%0.00%3.81%
7.45%

Color #D5ECE3 in popluar number systems.

HEXD5ECE3
Decimal213236227
Binary110101011110110011100011
Octal325354343

Shades and tints

Shades of #D5ECE3

#D5ECE3
(213,236,227)
#C2D7CF
(194,215,207)
#AFC2BB
(175,194,187)
#9CADA7
(156,173,167)
#899893
(137,152,147)
#76837F
(118,131,127)
#636E6B
(99,110,107)
#505957
(80,89,87)
#3D4443
(61,68,67)
#2A2F2F
(42,47,47)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #D5ECE3

#D5ECE3
(213,236,227)
#D8EDE5
(216,237,229)
#DBEEE7
(219,238,231)
#DEEFE9
(222,239,233)
#E1F0EB
(225,240,235)
#E4F1ED
(228,241,237)
#E7F2EF
(231,242,239)
#EAF3F1
(234,243,241)
#EDF4F3
(237,244,243)
#F0F5F5
(240,245,245)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ECE3; }

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

This text font color is #D5ECE3.


Background Color

.myBgColor { background-color: #D5ECE3; }

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

This div background color is #D5ECE3.


Border color

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

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

This div border color is #D5ECE3.


Opacity

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

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

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

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

This text has shadow with #D5ECE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ECE3 on black background.


Color preview on white background

This text has color #D5ECE3 on white background.



Black color preview on #D5ECE3 background

This text has black color on #D5ECE3 background.


White color preview on #D5ECE3 background

This text has white color on #D5ECE3 background.