COLOR #EBF4EE

HEX: #EBF4EE RGB: (235,244,238)

Color info

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

RGB color model

#EBF4EE color RGB value is (235,244,238).

RGB: (235,244,238) (92%, 96%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 244 of 255 = 96%
B 238 of 255 = 93%

235
244
238

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

Portions of RGB colors in percentages

R + G + B = 235 + 244 + 238 = 717 (100%)
R 235 of 717 ~ 32.78%
G 244 of 717 ~ 34.03%
B 238 of 717 ~ 33.19'%

%32.78
%34.03
%33.19

CMYK color model

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

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

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

CMYK percentages

%3.69
%0
%2.46
%4.31

Codes

Color #EBF4EE in popluar color models

EB F4 EE
RGB 235 244 238
HSL 140° 29.03% 93.92%
HSB/HSV 140° 3.69% 95.69%
CMYK 3.69% 0.00% 2.46%
4.31%

Color #EBF4EE in popluar number systems.

HEX EB F4 EE
Decimal 235 244 238
Binary 11101011 11110100 11101110
Octal 353 364 356

Shades and tints

Shades of #EBF4EE

#EBF4EE
(235,244,238)
#D6DED9
(214,222,217)
#C1C8C4
(193,200,196)
#ACB2AF
(172,178,175)
#979C9A
(151,156,154)
#828685
(130,134,133)
#6D7070
(109,112,112)
#585A5B
(88,90,91)
#434446
(67,68,70)
#2E2E31
(46,46,49)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #EBF4EE

#EBF4EE
(235,244,238)
#ECF5EF
(236,245,239)
#EDF6F0
(237,246,240)
#EEF7F1
(238,247,241)
#EFF8F2
(239,248,242)
#F0F9F3
(240,249,243)
#F1FAF4
(241,250,244)
#F2FBF5
(242,251,245)
#F3FCF6
(243,252,246)
#F4FDF7
(244,253,247)
#F5FEF8
(245,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF4EE; }

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

This text font color is #EBF4EE.

Background Color

.myBgColor { background-color: #EBF4EE; }

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

This div background color is #EBF4EE.

Border color

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

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

This div border color is #EBF4EE.

Opacity

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

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

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

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

This text has shadow with #EBF4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF4EE.

Preview

Color preview on black background

This text has color #EBF4EE on black background.


Color preview on white background

This text has color #EBF4EE on white background.


Black color preview on #EBF4EE background

This text has black color on #EBF4EE background.


White color preview on #EBF4EE background

This text has white color on #EBF4EE background.


Related colors

Complementary color

Complementary color for #hex is #140B11.


I love getcolorcode.com

Triadic colors

1 #EEEBF4 and #F4EEEB with #EBF4EE are triadic colors.

2 #EEF4EB and #F4EBEE with #EBF4EE are triadic colors.