COLOR #ECD2D8

HEX: #ECD2D8
RGB: (236,210,216)

Color info

#ECD2D8 contains red, green and blue colors in about the same proportion. Web safe color of #ECD2D8 is #FFCCCC (or #FCC).

RGB color model

#ECD2D8 color RGB value is (236,210,216).

  • red value is 236;
  • green value is 210;
  • blue value is 216.
RGB:
(236,210,216)
(93%,82%,85%)

RGB channels and saturation

R 236 of 255 = 93%
G 210 of 255 = 82%
B 216 of 255 = 85%

236
210
216

R + G + B ~ 87%. #ECD2D8 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 210 + 216 = 662 (100%)
R 236 of 662 ~ 35.65%
G 210 of 662 ~ 31.72%
B 216 of 662 ~ 32.63%

%35.65
%31.72
%32.63

CMYK color model

#ECD2D8 color CMYK value is (0,11,8,7).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 8.47%
  • key color value is 7.45%
CMYK:
(0,11,8,7)
C0M11Y8K7 
(0%,11%,8%,7%)
(0.00/0.11/0.08/0.07)	

CMYK percentages

%0
%11.02
%8.47
%7.45

Codes

Color #ECD2D8 in popluar color models

ECD2D8
RGB236210216
HSL346°40.63%87.45%
HSB/HSV346°11.02%92.55%
CMYK0.00%11.02%8.47%
7.45%

Color #ECD2D8 in popluar number systems.

HEXECD2D8
Decimal236210216
Binary111011001101001011011000
Octal354322330

Shades and tints

Shades of #ECD2D8

#ECD2D8
(236,210,216)
#D7BFC5
(215,191,197)
#C2ACB2
(194,172,178)
#AD999F
(173,153,159)
#98868C
(152,134,140)
#837379
(131,115,121)
#6E6066
(110,96,102)
#594D53
(89,77,83)
#443A40
(68,58,64)
#2F272D
(47,39,45)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #ECD2D8

#ECD2D8
(236,210,216)
#EDD6DB
(237,214,219)
#EEDADE
(238,218,222)
#EFDEE1
(239,222,225)
#F0E2E4
(240,226,228)
#F1E6E7
(241,230,231)
#F2EAEA
(242,234,234)
#F3EEED
(243,238,237)
#F4F2F0
(244,242,240)
#F5F6F3
(245,246,243)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD2D8 color. Also use rgb(236,210,216) instead hex code.

Text Font Color

.myTextColor { color: #ECD2D8; }

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

This text font color is #ECD2D8.


Background Color

.myBgColor { background-color: #ECD2D8; }

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

This div background color is #ECD2D8.


Border color

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

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

This div border color is #ECD2D8.


Opacity

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

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

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

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

This text has shadow with #ECD2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD2D8 on black background.


Color preview on white background

This text has color #ECD2D8 on white background.



Black color preview on #ECD2D8 background

This text has black color on #ECD2D8 background.


White color preview on #ECD2D8 background

This text has white color on #ECD2D8 background.