COLOR #E6CECE

HEX: #E6CECE RGB: (230,206,206)

Color info

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

RGB color model

#E6CECE color RGB value is (230,206,206).

RGB: (230,206,206) (90%, 81%, 81%)

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 206 of 255 = 81%

230
206
206

R + G + B ~ 84%. #E6CECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 206 + 206 = 642 (100%)
R 230 of 642 ~ 35.83%
G 206 of 642 ~ 32.09%
B 206 of 642 ~ 32.09'%

%35.83
%32.09
%32.09

CMYK color model

#E6CECE color CMYK value is (0,10,10,10).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK: (0,10,10,10) C0M10Y10K10 (0%,10%,10%,10%) (0.00/0.10/0.10/0.10) 

CMYK percentages

%0
%10.43
%10.43
%9.8

Codes

Color #E6CECE in popluar color models

E6 CE CE
RGB 230 206 206
HSL 32.43% 85.49%
HSB/HSV 10.43% 90.20%
CMYK 0.00% 10.43% 10.43%
9.80%

Color #E6CECE in popluar number systems.

HEX E6 CE CE
Decimal 230 206 206
Binary 11100110 11001110 11001110
Octal 346 316 316

Shades and tints

Shades of #E6CECE

#E6CECE
(230,206,206)
#D2BCBC
(210,188,188)
#BEAAAA
(190,170,170)
#AA9898
(170,152,152)
#968686
(150,134,134)
#827474
(130,116,116)
#6E6262
(110,98,98)
#5A5050
(90,80,80)
#463E3E
(70,62,62)
#322C2C
(50,44,44)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6CECE

#E6CECE
(230,206,206)
#E8D2D2
(232,210,210)
#EAD6D6
(234,214,214)
#ECDADA
(236,218,218)
#EEDEDE
(238,222,222)
#F0E2E2
(240,226,226)
#F2E6E6
(242,230,230)
#F4EAEA
(244,234,234)
#F6EEEE
(246,238,238)
#F8F2F2
(248,242,242)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CECE; }

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

This text font color is #E6CECE.

Background Color

.myBgColor { background-color: #E6CECE; }

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

This div background color is #E6CECE.

Border color

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

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

This div border color is #E6CECE.

Opacity

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

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

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

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

This text has shadow with #E6CECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CECE.

Preview

Color preview on black background

This text has color #E6CECE on black background.


Color preview on white background

This text has color #E6CECE on white background.


Black color preview on #E6CECE background

This text has black color on #E6CECE background.


White color preview on #E6CECE background

This text has white color on #E6CECE background.


Related colors

Complementary color

Complementary color for #hex is #193131.


I love getcolorcode.com