COLOR #EBFBE3

HEX: #EBFBE3 RGB: (235,251,227)

Color info

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

RGB color model

#EBFBE3 color RGB value is (235,251,227).

RGB: (235,251,227) (92%, 98%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 227 of 255 = 89%

235
251
227

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

Portions of RGB colors in percentages

R + G + B = 235 + 251 + 227 = 713 (100%)
R 235 of 713 ~ 32.96%
G 251 of 713 ~ 35.2%
B 227 of 713 ~ 31.84'%

%32.96
%35.2
%31.84

CMYK color model

#EBFBE3 color CMYK value is (6,0,10,2).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 1.57%

CMYK: (6,0,10,2)
C6M0Y10K2 (6%, 0%, 10%, 2%)
(0.06 / 0.00 / 0.10 / 0.02)

CMYK percentages

%6.37
%0
%9.56
%1.57

Codes

Color #EBFBE3 in popluar color models

EB FB E3
RGB 235 251 227
HSL 100° 75.00% 93.73%
HSB/HSV 100° 9.56% 98.43%
CMYK 6.37% 0.00% 9.56%
1.57%

Color #EBFBE3 in popluar number systems.

HEX EB FB E3
Decimal 235 251 227
Binary 11101011 11111011 11100011
Octal 353 373 343

Shades and tints

Shades of #EBFBE3

#EBFBE3
(235,251,227)
#D6E5CF
(214,229,207)
#C1CFBB
(193,207,187)
#ACB9A7
(172,185,167)
#97A393
(151,163,147)
#828D7F
(130,141,127)
#6D776B
(109,119,107)
#586157
(88,97,87)
#434B43
(67,75,67)
#2E352F
(46,53,47)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #EBFBE3

#EBFBE3
(235,251,227)
#ECFBE5
(236,251,229)
#EDFBE7
(237,251,231)
#EEFBE9
(238,251,233)
#EFFBEB
(239,251,235)
#F0FBED
(240,251,237)
#F1FBEF
(241,251,239)
#F2FBF1
(242,251,241)
#F3FBF3
(243,251,243)
#F4FBF5
(244,251,245)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFBE3; }

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

This text font color is #EBFBE3.

Background Color

.myBgColor { background-color: #EBFBE3; }

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

This div background color is #EBFBE3.

Border color

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

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

This div border color is #EBFBE3.

Opacity

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

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

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

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

This text has shadow with #EBFBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFBE3.

Preview

Color preview on black background

This text has color #EBFBE3 on black background.


Color preview on white background

This text has color #EBFBE3 on white background.


Black color preview on #EBFBE3 background

This text has black color on #EBFBE3 background.


White color preview on #EBFBE3 background

This text has white color on #EBFBE3 background.


Related colors

Complementary color

Complementary color for #hex is #14041C.


I love getcolorcode.com

Triadic colors

1 #E3EBFB and #FBE3EB with #EBFBE3 are triadic colors.

2 #E3FBEB and #FBEBE3 with #EBFBE3 are triadic colors.