COLOR #EBFBC9

HEX: #EBFBC9 RGB: (235,251,201)

Color info

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

RGB color model

#EBFBC9 color RGB value is (235,251,201).

RGB: (235,251,201) (92%, 98%, 79%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 201 of 255 = 79%

235
251
201

R + G + B ~ 90%. #EBFBC9 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 251 + 201 = 687 (100%)
R 235 of 687 ~ 34.21%
G 251 of 687 ~ 36.54%
B 201 of 687 ~ 29.26'%

%34.21
%36.54
%29.26

CMYK color model

#EBFBC9 color CMYK value is (6,0,20,2).

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

CMYK: (6,0,20,2)
C6M0Y20K2 (6%, 0%, 20%, 2%)
(0.06 / 0.00 / 0.20 / 0.02)

CMYK percentages

%6.37
%0
%19.92
%1.57

Codes

Color #EBFBC9 in popluar color models

EB FB C9
RGB 235 251 201
HSL 79° 86.21% 88.63%
HSB/HSV 79° 19.92% 98.43%
CMYK 6.37% 0.00% 19.92%
1.57%

Color #EBFBC9 in popluar number systems.

HEX EB FB C9
Decimal 235 251 201
Binary 11101011 11111011 11001001
Octal 353 373 311

Shades and tints

Shades of #EBFBC9

#EBFBC9
(235,251,201)
#D6E5B7
(214,229,183)
#C1CFA5
(193,207,165)
#ACB993
(172,185,147)
#97A381
(151,163,129)
#828D6F
(130,141,111)
#6D775D
(109,119,93)
#58614B
(88,97,75)
#434B39
(67,75,57)
#2E3527
(46,53,39)
#191F15
(25,31,21)
#000000
(0,0,0)

Tints of #EBFBC9

#EBFBC9
(235,251,201)
#ECFBCD
(236,251,205)
#EDFBD1
(237,251,209)
#EEFBD5
(238,251,213)
#EFFBD9
(239,251,217)
#F0FBDD
(240,251,221)
#F1FBE1
(241,251,225)
#F2FBE5
(242,251,229)
#F3FBE9
(243,251,233)
#F4FBED
(244,251,237)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFBC9; }

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

This text font color is #EBFBC9.

Background Color

.myBgColor { background-color: #EBFBC9; }

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

This div background color is #EBFBC9.

Border color

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

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

This div border color is #EBFBC9.

Opacity

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

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

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

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

This text has shadow with #EBFBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFBC9.

Preview

Color preview on black background

This text has color #EBFBC9 on black background.


Color preview on white background

This text has color #EBFBC9 on white background.


Black color preview on #EBFBC9 background

This text has black color on #EBFBC9 background.


White color preview on #EBFBC9 background

This text has white color on #EBFBC9 background.


Related colors

Complementary color

Complementary color for #hex is #140436.


I love getcolorcode.com

Triadic colors

1 #C9EBFB and #FBC9EB with #EBFBC9 are triadic colors.

2 #C9FBEB and #FBEBC9 with #EBFBC9 are triadic colors.