COLOR #EBF3EC

HEX: #EBF3EC RGB: (235,243,236)

Color info

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

RGB color model

#EBF3EC color RGB value is (235,243,236).

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

RGB channels and saturation

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

235
243
236

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

Portions of RGB colors in percentages

R + G + B = 235 + 243 + 236 = 714 (100%)
R 235 of 714 ~ 32.91%
G 243 of 714 ~ 34.03%
B 236 of 714 ~ 33.05'%

%32.91
%34.03
%33.05

CMYK color model

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

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%

CMYK: (3,0,3,5)
C3M0Y3K5 (3%, 0%, 3%, 5%)
(0.03 / 0.00 / 0.03 / 0.05)

CMYK percentages

%3.29
%0
%2.88
%4.71

Codes

Color #EBF3EC in popluar color models

EB F3 EC
RGB 235 243 236
HSL 128° 25.00% 93.73%
HSB/HSV 128° 3.29% 95.29%
CMYK 3.29% 0.00% 2.88%
4.71%

Color #EBF3EC in popluar number systems.

HEX EB F3 EC
Decimal 235 243 236
Binary 11101011 11110011 11101100
Octal 353 363 354

Shades and tints

Shades of #EBF3EC

#EBF3EC
(235,243,236)
#D6DDD7
(214,221,215)
#C1C7C2
(193,199,194)
#ACB1AD
(172,177,173)
#979B98
(151,155,152)
#828583
(130,133,131)
#6D6F6E
(109,111,110)
#585959
(88,89,89)
#434344
(67,67,68)
#2E2D2F
(46,45,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBF3EC

#EBF3EC
(235,243,236)
#ECF4ED
(236,244,237)
#EDF5EE
(237,245,238)
#EEF6EF
(238,246,239)
#EFF7F0
(239,247,240)
#F0F8F1
(240,248,241)
#F1F9F2
(241,249,242)
#F2FAF3
(242,250,243)
#F3FBF4
(243,251,244)
#F4FCF5
(244,252,245)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF3EC; }

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

This text font color is #EBF3EC.

Background Color

.myBgColor { background-color: #EBF3EC; }

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

This div background color is #EBF3EC.

Border color

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

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

This div border color is #EBF3EC.

Opacity

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

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

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

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

This text has shadow with #EBF3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF3EC.

Preview

Color preview on black background

This text has color #EBF3EC on black background.


Color preview on white background

This text has color #EBF3EC on white background.


Black color preview on #EBF3EC background

This text has black color on #EBF3EC background.


White color preview on #EBF3EC background

This text has white color on #EBF3EC background.


Related colors

Complementary color

Complementary color for #hex is #140C13.


I love getcolorcode.com

Triadic colors

1 #ECEBF3 and #F3ECEB with #EBF3EC are triadic colors.

2 #ECF3EB and #F3EBEC with #EBF3EC are triadic colors.