COLOR #D5E2D8

HEX: #D5E2D8
RGB: (213,226,216)

Color info

#D5E2D8 contains red, green and blue colors in about the same proportion. Web safe color of #D5E2D8 is #CCCCCC (or #CCC).

RGB color model

#D5E2D8 color RGB value is (213,226,216).

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

RGB channels and saturation

R 213 of 255 = 84%
G 226 of 255 = 89%
B 216 of 255 = 85%

213
226
216

R + G + B ~ 86%. #D5E2D8 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 226 + 216 = 655 (100%)
R 213 of 655 ~ 32.52%
G 226 of 655 ~ 34.5%
B 216 of 655 ~ 32.98%

%32.52
%34.5
%32.98

CMYK color model

#D5E2D8 color CMYK value is (6,0,4,11).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 11.37%
CMYK:
(6,0,4,11)
C6M0Y4K11 
(6%,0%,4%,11%)
(0.06/0.00/0.04/0.11)	

CMYK percentages

%5.75
%0
%4.42
%11.37

Codes

Color #D5E2D8 in popluar color models

D5E2D8
RGB213226216
HSL134°18.31%86.08%
HSB/HSV134°5.75%88.63%
CMYK5.75%0.00%4.42%
11.37%

Color #D5E2D8 in popluar number systems.

HEXD5E2D8
Decimal213226216
Binary110101011110001011011000
Octal325342330

Shades and tints

Shades of #D5E2D8

#D5E2D8
(213,226,216)
#C2CEC5
(194,206,197)
#AFBAB2
(175,186,178)
#9CA69F
(156,166,159)
#89928C
(137,146,140)
#767E79
(118,126,121)
#636A66
(99,106,102)
#505653
(80,86,83)
#3D4240
(61,66,64)
#2A2E2D
(42,46,45)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #D5E2D8

#D5E2D8
(213,226,216)
#D8E4DB
(216,228,219)
#DBE6DE
(219,230,222)
#DEE8E1
(222,232,225)
#E1EAE4
(225,234,228)
#E4ECE7
(228,236,231)
#E7EEEA
(231,238,234)
#EAF0ED
(234,240,237)
#EDF2F0
(237,242,240)
#F0F4F3
(240,244,243)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E2D8; }

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

This text font color is #D5E2D8.


Background Color

.myBgColor { background-color: #D5E2D8; }

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

This div background color is #D5E2D8.


Border color

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

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

This div border color is #D5E2D8.


Opacity

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

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

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

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

This text has shadow with #D5E2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E2D8 on black background.


Color preview on white background

This text has color #D5E2D8 on white background.



Black color preview on #D5E2D8 background

This text has black color on #D5E2D8 background.


White color preview on #D5E2D8 background

This text has white color on #D5E2D8 background.