COLOR #ECE6EB

HEX: #ECE6EB
RGB: (236,230,235)

Color info

#ECE6EB contains red, green and blue colors in about the same proportion. Web safe color of #ECE6EB is #FFCCFF (or #FCF).

RGB color model

#ECE6EB color RGB value is (236,230,235).

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

RGB channels and saturation

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

236
230
235

R + G + B ~ 92%. #ECE6EB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 235 = 701 (100%)
R 236 of 701 ~ 33.67%
G 230 of 701 ~ 32.81%
B 235 of 701 ~ 33.52%

%33.67
%32.81
%33.52

CMYK color model

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

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

CMYK percentages

%0
%2.54
%0.42
%7.45

Codes

Color #ECE6EB in popluar color models

ECE6EB
RGB236230235
HSL310°13.64%91.37%
HSB/HSV310°2.54%92.55%
CMYK0.00%2.54%0.42%
7.45%

Color #ECE6EB in popluar number systems.

HEXECE6EB
Decimal236230235
Binary111011001110011011101011
Octal354346353

Shades and tints

Shades of #ECE6EB

#ECE6EB
(236,230,235)
#D7D2D6
(215,210,214)
#C2BEC1
(194,190,193)
#ADAAAC
(173,170,172)
#989697
(152,150,151)
#838282
(131,130,130)
#6E6E6D
(110,110,109)
#595A58
(89,90,88)
#444643
(68,70,67)
#2F322E
(47,50,46)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #ECE6EB

#ECE6EB
(236,230,235)
#EDE8EC
(237,232,236)
#EEEAED
(238,234,237)
#EFECEE
(239,236,238)
#F0EEEF
(240,238,239)
#F1F0F0
(241,240,240)
#F2F2F1
(242,242,241)
#F3F4F2
(243,244,242)
#F4F6F3
(244,246,243)
#F5F8F4
(245,248,244)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6EB; }

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

This text font color is #ECE6EB.


Background Color

.myBgColor { background-color: #ECE6EB; }

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

This div background color is #ECE6EB.


Border color

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

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

This div border color is #ECE6EB.


Opacity

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

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

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

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

This text has shadow with #ECE6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6EB on black background.


Color preview on white background

This text has color #ECE6EB on white background.



Black color preview on #ECE6EB background

This text has black color on #ECE6EB background.


White color preview on #ECE6EB background

This text has white color on #ECE6EB background.