COLOR #EBFEBD

HEX: #EBFEBD RGB: (235,254,189)

Color info

#EBFEBD contains mainly red and green colors. Web safe color of #EBFEBD is #FFFFCC (or #FFC).

RGB color model

#EBFEBD color RGB value is (235,254,189).

RGB: (235,254,189) (92%, 100%, 74%)

RGB channels and saturation

R 235 of 255 = 92%
G 254 of 255 = 100%
B 189 of 255 = 74%

235
254
189

R + G + B ~ 89%. #EBFEBD is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 254 + 189 = 678 (100%)
R 235 of 678 ~ 34.66%
G 254 of 678 ~ 37.46%
B 189 of 678 ~ 27.88'%

%34.66
%37.46
%27.88

CMYK color model

#EBFEBD color CMYK value is (7,0,26,0).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 25.59%
  • key color value is 0.39%

CMYK: (7,0,26,0)
C7M0Y26K0 (7%, 0%, 26%, 0%)
(0.07 / 0.00 / 0.26 / 0.00)

CMYK percentages

%7.48
%0
%25.59
%0.39

Codes

Color #EBFEBD in popluar color models

EB FE BD
RGB 235 254 189
HSL 78° 97.01% 86.86%
HSB/HSV 78° 25.59% 99.61%
CMYK 7.48% 0.00% 25.59%
0.39%

Color #EBFEBD in popluar number systems.

HEX EB FE BD
Decimal 235 254 189
Binary 11101011 11111110 10111101
Octal 353 376 275

Shades and tints

Shades of #EBFEBD

#EBFEBD
(235,254,189)
#D6E7AC
(214,231,172)
#C1D09B
(193,208,155)
#ACB98A
(172,185,138)
#97A279
(151,162,121)
#828B68
(130,139,104)
#6D7457
(109,116,87)
#585D46
(88,93,70)
#434635
(67,70,53)
#2E2F24
(46,47,36)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #EBFEBD

#EBFEBD
(235,254,189)
#ECFEC3
(236,254,195)
#EDFEC9
(237,254,201)
#EEFECF
(238,254,207)
#EFFED5
(239,254,213)
#F0FEDB
(240,254,219)
#F1FEE1
(241,254,225)
#F2FEE7
(242,254,231)
#F3FEED
(243,254,237)
#F4FEF3
(244,254,243)
#F5FEF9
(245,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFEBD color. Also use rgb(235,254,189) instead hex code.

Text Font Color

.myTextColor { color: #EBFEBD; }

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

This text font color is #EBFEBD.

Background Color

.myBgColor { background-color: #EBFEBD; }

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

This div background color is #EBFEBD.

Border color

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

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

This div border color is #EBFEBD.

Opacity

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

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

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

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

This text has shadow with #EBFEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFEBD.

Preview

Color preview on black background

This text has color #EBFEBD on black background.


Color preview on white background

This text has color #EBFEBD on white background.


Black color preview on #EBFEBD background

This text has black color on #EBFEBD background.


White color preview on #EBFEBD background

This text has white color on #EBFEBD background.


Related colors

Complementary color

Complementary color for #hex is #140142.


I love getcolorcode.com

Triadic colors

1 #BDEBFE and #FEBDEB with #EBFEBD are triadic colors.

2 #BDFEEB and #FEEBBD with #EBFEBD are triadic colors.