COLOR #ECDCCE

HEX: #ECDCCE
RGB: (236,220,206)

Color info

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

RGB color model

#ECDCCE color RGB value is (236,220,206).

  • red value is 236;
  • green value is 220;
  • blue value is 206.
RGB:
(236,220,206)
(93%,86%,81%)

RGB channels and saturation

R 236 of 255 = 93%
G 220 of 255 = 86%
B 206 of 255 = 81%

236
220
206

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

Portions of RGB colors in percentages

R + G + B =
236 + 220 + 206 = 662 (100%)
R 236 of 662 ~ 35.65%
G 220 of 662 ~ 33.23%
B 206 of 662 ~ 31.12%

%35.65
%33.23
%31.12

CMYK color model

#ECDCCE color CMYK value is (0,7,13,7).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 12.71%
  • key color value is 7.45%
CMYK:
(0,7,13,7)
C0M7Y13K7 
(0%,7%,13%,7%)
(0.00/0.07/0.13/0.07)	

CMYK percentages

%0
%6.78
%12.71
%7.45

Codes

Color #ECDCCE in popluar color models

ECDCCE
RGB236220206
HSL28°44.12%86.67%
HSB/HSV28°12.71%92.55%
CMYK0.00%6.78%12.71%
7.45%

Color #ECDCCE in popluar number systems.

HEXECDCCE
Decimal236220206
Binary111011001101110011001110
Octal354334316

Shades and tints

Shades of #ECDCCE

#ECDCCE
(236,220,206)
#D7C8BC
(215,200,188)
#C2B4AA
(194,180,170)
#ADA098
(173,160,152)
#988C86
(152,140,134)
#837874
(131,120,116)
#6E6462
(110,100,98)
#595050
(89,80,80)
#443C3E
(68,60,62)
#2F282C
(47,40,44)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #ECDCCE

#ECDCCE
(236,220,206)
#EDDFD2
(237,223,210)
#EEE2D6
(238,226,214)
#EFE5DA
(239,229,218)
#F0E8DE
(240,232,222)
#F1EBE2
(241,235,226)
#F2EEE6
(242,238,230)
#F3F1EA
(243,241,234)
#F4F4EE
(244,244,238)
#F5F7F2
(245,247,242)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDCCE color. Also use rgb(236,220,206) instead hex code.

Text Font Color

.myTextColor { color: #ECDCCE; }

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

This text font color is #ECDCCE.


Background Color

.myBgColor { background-color: #ECDCCE; }

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

This div background color is #ECDCCE.


Border color

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

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

This div border color is #ECDCCE.


Opacity

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

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

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

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

This text has shadow with #ECDCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDCCE on black background.


Color preview on white background

This text has color #ECDCCE on white background.



Black color preview on #ECDCCE background

This text has black color on #ECDCCE background.


White color preview on #ECDCCE background

This text has white color on #ECDCCE background.