COLOR #EBFBDD

HEX: #EBFBDD RGB: (235,251,221)

Color info

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

RGB color model

#EBFBDD color RGB value is (235,251,221).

RGB: (235,251,221) (92%, 98%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 221 of 255 = 87%

235
251
221

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

Portions of RGB colors in percentages

R + G + B = 235 + 251 + 221 = 707 (100%)
R 235 of 707 ~ 33.24%
G 251 of 707 ~ 35.5%
B 221 of 707 ~ 31.26'%

%33.24
%35.5
%31.26

CMYK color model

#EBFBDD color CMYK value is (6,0,12,2).

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

CMYK: (6,0,12,2)
C6M0Y12K2 (6%, 0%, 12%, 2%)
(0.06 / 0.00 / 0.12 / 0.02)

CMYK percentages

%6.37
%0
%11.95
%1.57

Codes

Color #EBFBDD in popluar color models

EB FB DD
RGB 235 251 221
HSL 92° 78.95% 92.55%
HSB/HSV 92° 11.95% 98.43%
CMYK 6.37% 0.00% 11.95%
1.57%

Color #EBFBDD in popluar number systems.

HEX EB FB DD
Decimal 235 251 221
Binary 11101011 11111011 11011101
Octal 353 373 335

Shades and tints

Shades of #EBFBDD

#EBFBDD
(235,251,221)
#D6E5C9
(214,229,201)
#C1CFB5
(193,207,181)
#ACB9A1
(172,185,161)
#97A38D
(151,163,141)
#828D79
(130,141,121)
#6D7765
(109,119,101)
#586151
(88,97,81)
#434B3D
(67,75,61)
#2E3529
(46,53,41)
#191F15
(25,31,21)
#000000
(0,0,0)

Tints of #EBFBDD

#EBFBDD
(235,251,221)
#ECFBE0
(236,251,224)
#EDFBE3
(237,251,227)
#EEFBE6
(238,251,230)
#EFFBE9
(239,251,233)
#F0FBEC
(240,251,236)
#F1FBEF
(241,251,239)
#F2FBF2
(242,251,242)
#F3FBF5
(243,251,245)
#F4FBF8
(244,251,248)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFBDD; }

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

This text font color is #EBFBDD.

Background Color

.myBgColor { background-color: #EBFBDD; }

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

This div background color is #EBFBDD.

Border color

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

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

This div border color is #EBFBDD.

Opacity

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

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

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

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

This text has shadow with #EBFBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFBDD.

Preview

Color preview on black background

This text has color #EBFBDD on black background.


Color preview on white background

This text has color #EBFBDD on white background.


Black color preview on #EBFBDD background

This text has black color on #EBFBDD background.


White color preview on #EBFBDD background

This text has white color on #EBFBDD background.


Related colors

Complementary color

Complementary color for #hex is #140422.


I love getcolorcode.com

Triadic colors

1 #DDEBFB and #FBDDEB with #EBFBDD are triadic colors.

2 #DDFBEB and #FBEBDD with #EBFBDD are triadic colors.