COLOR #EBEAF0

HEX: #EBEAF0 RGB: (235,234,240)

Color info

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

RGB color model

#EBEAF0 color RGB value is (235,234,240).

RGB: (235,234,240) (92%, 92%, 94%)

RGB channels and saturation

R 235 of 255 = 92%
G 234 of 255 = 92%
B 240 of 255 = 94%

235
234
240

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

Portions of RGB colors in percentages

R + G + B = 235 + 234 + 240 = 709 (100%)
R 235 of 709 ~ 33.15%
G 234 of 709 ~ 33%
B 240 of 709 ~ 33.85'%

%33.15
%33
%33.85

CMYK color model

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

  • cyan value is 2.08%
  • 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

%2.08
%2.5
%0
%5.88

Codes

Color #EBEAF0 in popluar color models

EB EA F0
RGB 235 234 240
HSL 250° 16.67% 92.94%
HSB/HSV 250° 2.50% 94.12%
CMYK 2.08% 2.50% 0.00%
5.88%

Color #EBEAF0 in popluar number systems.

HEX EB EA F0
Decimal 235 234 240
Binary 11101011 11101010 11110000
Octal 353 352 360

Shades and tints

Shades of #EBEAF0

#EBEAF0
(235,234,240)
#D6D5DB
(214,213,219)
#C1C0C6
(193,192,198)
#ACABB1
(172,171,177)
#97969C
(151,150,156)
#828187
(130,129,135)
#6D6C72
(109,108,114)
#58575D
(88,87,93)
#434248
(67,66,72)
#2E2D33
(46,45,51)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #EBEAF0

#EBEAF0
(235,234,240)
#ECEBF1
(236,235,241)
#EDECF2
(237,236,242)
#EEEDF3
(238,237,243)
#EFEEF4
(239,238,244)
#F0EFF5
(240,239,245)
#F1F0F6
(241,240,246)
#F2F1F7
(242,241,247)
#F3F2F8
(243,242,248)
#F4F3F9
(244,243,249)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEAF0; }

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

This text font color is #EBEAF0.

Background Color

.myBgColor { background-color: #EBEAF0; }

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

This div background color is #EBEAF0.

Border color

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

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

This div border color is #EBEAF0.

Opacity

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

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

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

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

This text has shadow with #EBEAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEAF0.

Preview

Color preview on black background

This text has color #EBEAF0 on black background.


Color preview on white background

This text has color #EBEAF0 on white background.


Black color preview on #EBEAF0 background

This text has black color on #EBEAF0 background.


White color preview on #EBEAF0 background

This text has white color on #EBEAF0 background.


Related colors

Complementary color

Complementary color for #hex is #14150F.


I love getcolorcode.com

Triadic colors

1 #F0EBEA and #EAF0EB with #EBEAF0 are triadic colors.

2 #F0EAEB and #EAEBF0 with #EBEAF0 are triadic colors.