COLOR #ECEAF0

HEX: #ECEAF0
RGB: (236,234,240)

Color info

#ECEAF0 contains red, green and blue colors in about the same proportion. Web safe color of #ECEAF0 is #FFFFFF (or #FFF).

RGB color model

#ECEAF0 color RGB value is (236,234,240).

  • red value is 236;
  • green value is 234;
  • blue value is 240.
RGB:
(236,234,240)
(93%,92%,94%)

RGB channels and saturation

R 236 of 255 = 93%
G 234 of 255 = 92%
B 240 of 255 = 94%

236
234
240

R + G + B ~ 93%. #ECEAF0 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 234 + 240 = 710 (100%)
R 236 of 710 ~ 33.24%
G 234 of 710 ~ 32.96%
B 240 of 710 ~ 33.8%

%33.24
%32.96
%33.8

CMYK color model

#ECEAF0 color CMYK value is (2,3,0,6).

  • cyan value is 1.67%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(2,3,0,6)
C2M3Y0K6 
(2%,3%,0%,6%)
(0.02/0.03/0.00/0.06)	

CMYK percentages

%1.67
%2.5
%0
%5.88

Codes

Color #ECEAF0 in popluar color models

ECEAF0
RGB236234240
HSL260°16.67%92.94%
HSB/HSV260°2.50%94.12%
CMYK1.67%2.50%0.00%
5.88%

Color #ECEAF0 in popluar number systems.

HEXECEAF0
Decimal236234240
Binary111011001110101011110000
Octal354352360

Shades and tints

Shades of #ECEAF0

#ECEAF0
(236,234,240)
#D7D5DB
(215,213,219)
#C2C0C6
(194,192,198)
#ADABB1
(173,171,177)
#98969C
(152,150,156)
#838187
(131,129,135)
#6E6C72
(110,108,114)
#59575D
(89,87,93)
#444248
(68,66,72)
#2F2D33
(47,45,51)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #ECEAF0

#ECEAF0
(236,234,240)
#EDEBF1
(237,235,241)
#EEECF2
(238,236,242)
#EFEDF3
(239,237,243)
#F0EEF4
(240,238,244)
#F1EFF5
(241,239,245)
#F2F0F6
(242,240,246)
#F3F1F7
(243,241,247)
#F4F2F8
(244,242,248)
#F5F3F9
(245,243,249)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEAF0; }

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

This text font color is #ECEAF0.


Background Color

.myBgColor { background-color: #ECEAF0; }

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

This div background color is #ECEAF0.


Border color

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

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

This div border color is #ECEAF0.


Opacity

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

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

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

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

This text has shadow with #ECEAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEAF0 on black background.


Color preview on white background

This text has color #ECEAF0 on white background.



Black color preview on #ECEAF0 background

This text has black color on #ECEAF0 background.


White color preview on #ECEAF0 background

This text has white color on #ECEAF0 background.