COLOR #EBEFF4

HEX: #EBEFF4 RGB: (235,239,244)

Color info

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

RGB color model

#EBEFF4 color RGB value is (235,239,244).

RGB: (235,239,244) (92%, 94%, 96%)

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 244 of 255 = 96%

235
239
244

R + G + B ~ 94%. #EBEFF4 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 239 + 244 = 718 (100%)
R 235 of 718 ~ 32.73%
G 239 of 718 ~ 33.29%
B 244 of 718 ~ 33.98'%

%32.73
%33.29
%33.98

CMYK color model

#EBEFF4 color CMYK value is (4,2,0,4).

  • cyan value is 3.69%
  • magenta value is 2.05%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (4,2,0,4)
C4M2Y0K4 (4%, 2%, 0%, 4%)
(0.04 / 0.02 / 0.00 / 0.04)

CMYK percentages

%3.69
%2.05
%0
%4.31

Codes

Color #EBEFF4 in popluar color models

EB EF F4
RGB 235 239 244
HSL 213° 29.03% 93.92%
HSB/HSV 213° 3.69% 95.69%
CMYK 3.69% 2.05% 0.00%
4.31%

Color #EBEFF4 in popluar number systems.

HEX EB EF F4
Decimal 235 239 244
Binary 11101011 11101111 11110100
Octal 353 357 364

Shades and tints

Shades of #EBEFF4

#EBEFF4
(235,239,244)
#D6DADE
(214,218,222)
#C1C5C8
(193,197,200)
#ACB0B2
(172,176,178)
#979B9C
(151,155,156)
#828686
(130,134,134)
#6D7170
(109,113,112)
#585C5A
(88,92,90)
#434744
(67,71,68)
#2E322E
(46,50,46)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #EBEFF4

#EBEFF4
(235,239,244)
#ECF0F5
(236,240,245)
#EDF1F6
(237,241,246)
#EEF2F7
(238,242,247)
#EFF3F8
(239,243,248)
#F0F4F9
(240,244,249)
#F1F5FA
(241,245,250)
#F2F6FB
(242,246,251)
#F3F7FC
(243,247,252)
#F4F8FD
(244,248,253)
#F5F9FE
(245,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEFF4 color. Also use rgb(235,239,244) instead hex code.

Text Font Color

.myTextColor { color: #EBEFF4; }

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

This text font color is #EBEFF4.

Background Color

.myBgColor { background-color: #EBEFF4; }

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

This div background color is #EBEFF4.

Border color

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

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

This div border color is #EBEFF4.

Opacity

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

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

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

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

This text has shadow with #EBEFF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEFF4.

Preview

Color preview on black background

This text has color #EBEFF4 on black background.


Color preview on white background

This text has color #EBEFF4 on white background.


Black color preview on #EBEFF4 background

This text has black color on #EBEFF4 background.


White color preview on #EBEFF4 background

This text has white color on #EBEFF4 background.


Related colors

Complementary color

Complementary color for #hex is #14100B.


I love getcolorcode.com

Triadic colors

1 #F4EBEF and #EFF4EB with #EBEFF4 are triadic colors.

2 #F4EFEB and #EFEBF4 with #EBEFF4 are triadic colors.