COLOR #ECE6E6

HEX: #ECE6E6
RGB: (236,230,230)

Color info

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

RGB color model

#ECE6E6 color RGB value is (236,230,230).

  • red value is 236;
  • green value is 230;
  • blue value is 230.
RGB:
(236,230,230)
(93%,90%,90%)

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 230 of 255 = 90%

236
230
230

R + G + B ~ 91%. #ECE6E6 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 230 = 696 (100%)
R 236 of 696 ~ 33.91%
G 230 of 696 ~ 33.05%
B 230 of 696 ~ 33.05%

%33.91
%33.05
%33.05

CMYK color model

#ECE6E6 color CMYK value is (0,3,3,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(0,3,3,7)
C0M3Y3K7 
(0%,3%,3%,7%)
(0.00/0.03/0.03/0.07)	

CMYK percentages

%0
%2.54
%2.54
%7.45

Codes

Color #ECE6E6 in popluar color models

ECE6E6
RGB236230230
HSL13.64%91.37%
HSB/HSV2.54%92.55%
CMYK0.00%2.54%2.54%
7.45%

Color #ECE6E6 in popluar number systems.

HEXECE6E6
Decimal236230230
Binary111011001110011011100110
Octal354346346

Shades and tints

Shades of #ECE6E6

#ECE6E6
(236,230,230)
#D7D2D2
(215,210,210)
#C2BEBE
(194,190,190)
#ADAAAA
(173,170,170)
#989696
(152,150,150)
#838282
(131,130,130)
#6E6E6E
(110,110,110)
#595A5A
(89,90,90)
#444646
(68,70,70)
#2F3232
(47,50,50)
#1A1E1E
(26,30,30)
#000000
(0,0,0)

Tints of #ECE6E6

#ECE6E6
(236,230,230)
#EDE8E8
(237,232,232)
#EEEAEA
(238,234,234)
#EFECEC
(239,236,236)
#F0EEEE
(240,238,238)
#F1F0F0
(241,240,240)
#F2F2F2
(242,242,242)
#F3F4F4
(243,244,244)
#F4F6F6
(244,246,246)
#F5F8F8
(245,248,248)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6E6; }

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

This text font color is #ECE6E6.


Background Color

.myBgColor { background-color: #ECE6E6; }

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

This div background color is #ECE6E6.


Border color

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

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

This div border color is #ECE6E6.


Opacity

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

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

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

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

This text has shadow with #ECE6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6E6 on black background.


Color preview on white background

This text has color #ECE6E6 on white background.



Black color preview on #ECE6E6 background

This text has black color on #ECE6E6 background.


White color preview on #ECE6E6 background

This text has white color on #ECE6E6 background.