COLOR #EBEEF3

HEX: #EBEEF3 RGB: (235,238,243)

Color info

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

RGB color model

#EBEEF3 color RGB value is (235,238,243).

RGB: (235,238,243) (92%, 93%, 95%)

RGB channels and saturation

R 235 of 255 = 92%
G 238 of 255 = 93%
B 243 of 255 = 95%

235
238
243

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

Portions of RGB colors in percentages

R + G + B = 235 + 238 + 243 = 716 (100%)
R 235 of 716 ~ 32.82%
G 238 of 716 ~ 33.24%
B 243 of 716 ~ 33.94'%

%32.82
%33.24
%33.94

CMYK color model

#EBEEF3 color CMYK value is (3,2,0,5).

  • cyan value is 3.29%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (3,2,0,5) C3M2Y0K5 (3%,2%,0%,5%) (0.03/0.02/0.00/0.05) 

CMYK percentages

%3.29
%2.06
%0
%4.71

Codes

Color #EBEEF3 in popluar color models

EB EE F3
RGB 235 238 243
HSL 218° 25.00% 93.73%
HSB/HSV 218° 3.29% 95.29%
CMYK 3.29% 2.06% 0.00%
4.71%

Color #EBEEF3 in popluar number systems.

HEX EB EE F3
Decimal 235 238 243
Binary 11101011 11101110 11110011
Octal 353 356 363

Shades and tints

Shades of #EBEEF3

#EBEEF3
(235,238,243)
#D6D9DD
(214,217,221)
#C1C4C7
(193,196,199)
#ACAFB1
(172,175,177)
#979A9B
(151,154,155)
#828585
(130,133,133)
#6D706F
(109,112,111)
#585B59
(88,91,89)
#434643
(67,70,67)
#2E312D
(46,49,45)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #EBEEF3

#EBEEF3
(235,238,243)
#ECEFF4
(236,239,244)
#EDF0F5
(237,240,245)
#EEF1F6
(238,241,246)
#EFF2F7
(239,242,247)
#F0F3F8
(240,243,248)
#F1F4F9
(241,244,249)
#F2F5FA
(242,245,250)
#F3F6FB
(243,246,251)
#F4F7FC
(244,247,252)
#F5F8FD
(245,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEEF3 color. Also use rgb(235,238,243) instead hex code.

Text Font Color

.myTextColor { color: #EBEEF3; }

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

This text font color is #EBEEF3.

Background Color

.myBgColor { background-color: #EBEEF3; }

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

This div background color is #EBEEF3.

Border color

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

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

This div border color is #EBEEF3.

Opacity

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

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

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

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

This text has shadow with #EBEEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEEF3.

Preview

Color preview on black background

This text has color #EBEEF3 on black background.


Color preview on white background

This text has color #EBEEF3 on white background.


Black color preview on #EBEEF3 background

This text has black color on #EBEEF3 background.


White color preview on #EBEEF3 background

This text has white color on #EBEEF3 background.


Related colors

Complementary color

Complementary color for #hex is #14110C.


I love getcolorcode.com

Triadic colors

1 #F3EBEE and #EEF3EB with #EBEEF3 are triadic colors.

2 #F3EEEB and #EEEBF3 with #EBEEF3 are triadic colors.