COLOR #EBF3E3

HEX: #EBF3E3 RGB: (235,243,227)

Color info

#EBF3E3 contains red, green and blue colors in about the same proportion. Web safe color of #EBF3E3 is #FFFFCC (or #FFC).

RGB color model

#EBF3E3 color RGB value is (235,243,227).

RGB: (235,243,227) (92%, 95%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 243 of 255 = 95%
B 227 of 255 = 89%

235
243
227

R + G + B ~ 92%. #EBF3E3 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 243 + 227 = 705 (100%)
R 235 of 705 ~ 33.33%
G 243 of 705 ~ 34.47%
B 227 of 705 ~ 32.2'%

%33.33
%34.47
%32.2

CMYK color model

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

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 4.71%
CMYK: (3,0,7,5) C3M0Y7K5 (3%,0%,7%,5%) (0.03/0.00/0.07/0.05) 

CMYK percentages

%3.29
%0
%6.58
%4.71

Codes

Color #EBF3E3 in popluar color models

EB F3 E3
RGB 235 243 227
HSL 90° 40.00% 92.16%
HSB/HSV 90° 6.58% 95.29%
CMYK 3.29% 0.00% 6.58%
4.71%

Color #EBF3E3 in popluar number systems.

HEX EB F3 E3
Decimal 235 243 227
Binary 11101011 11110011 11100011
Octal 353 363 343

Shades and tints

Shades of #EBF3E3

#EBF3E3
(235,243,227)
#D6DDCF
(214,221,207)
#C1C7BB
(193,199,187)
#ACB1A7
(172,177,167)
#979B93
(151,155,147)
#82857F
(130,133,127)
#6D6F6B
(109,111,107)
#585957
(88,89,87)
#434343
(67,67,67)
#2E2D2F
(46,45,47)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #EBF3E3

#EBF3E3
(235,243,227)
#ECF4E5
(236,244,229)
#EDF5E7
(237,245,231)
#EEF6E9
(238,246,233)
#EFF7EB
(239,247,235)
#F0F8ED
(240,248,237)
#F1F9EF
(241,249,239)
#F2FAF1
(242,250,241)
#F3FBF3
(243,251,243)
#F4FCF5
(244,252,245)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF3E3; }

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

This text font color is #EBF3E3.

Background Color

.myBgColor { background-color: #EBF3E3; }

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

This div background color is #EBF3E3.

Border color

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

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

This div border color is #EBF3E3.

Opacity

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

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

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

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

This text has shadow with #EBF3E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF3E3.

Preview

Color preview on black background

This text has color #EBF3E3 on black background.


Color preview on white background

This text has color #EBF3E3 on white background.


Black color preview on #EBF3E3 background

This text has black color on #EBF3E3 background.


White color preview on #EBF3E3 background

This text has white color on #EBF3E3 background.


Related colors

Complementary color

Complementary color for #hex is #140C1C.


I love getcolorcode.com

Triadic colors

1 #E3EBF3 and #F3E3EB with #EBF3E3 are triadic colors.

2 #E3F3EB and #F3EBE3 with #EBF3E3 are triadic colors.