COLOR #EBFDD2

HEX: #EBFDD2 RGB: (235,253,210)

Color info

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

RGB color model

#EBFDD2 color RGB value is (235,253,210).

RGB: (235,253,210) (92%, 99%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 210 of 255 = 82%

235
253
210

R + G + B ~ 91%. #EBFDD2 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 253 + 210 = 698 (100%)
R 235 of 698 ~ 33.67%
G 253 of 698 ~ 36.25%
B 210 of 698 ~ 30.09'%

%33.67
%36.25
%30.09

CMYK color model

#EBFDD2 color CMYK value is (7,0,17,1).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 0.78%

CMYK: (7,0,17,1)
C7M0Y17K1 (7%, 0%, 17%, 1%)
(0.07 / 0.00 / 0.17 / 0.01)

CMYK percentages

%7.11
%0
%17
%0.78

Codes

Color #EBFDD2 in popluar color models

EB FD D2
RGB 235 253 210
HSL 85° 91.49% 90.78%
HSB/HSV 85° 17.00% 99.22%
CMYK 7.11% 0.00% 17.00%
0.78%

Color #EBFDD2 in popluar number systems.

HEX EB FD D2
Decimal 235 253 210
Binary 11101011 11111101 11010010
Octal 353 375 322

Shades and tints

Shades of #EBFDD2

#EBFDD2
(235,253,210)
#D6E6BF
(214,230,191)
#C1CFAC
(193,207,172)
#ACB899
(172,184,153)
#97A186
(151,161,134)
#828A73
(130,138,115)
#6D7360
(109,115,96)
#585C4D
(88,92,77)
#43453A
(67,69,58)
#2E2E27
(46,46,39)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #EBFDD2

#EBFDD2
(235,253,210)
#ECFDD6
(236,253,214)
#EDFDDA
(237,253,218)
#EEFDDE
(238,253,222)
#EFFDE2
(239,253,226)
#F0FDE6
(240,253,230)
#F1FDEA
(241,253,234)
#F2FDEE
(242,253,238)
#F3FDF2
(243,253,242)
#F4FDF6
(244,253,246)
#F5FDFA
(245,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFDD2 color. Also use rgb(235,253,210) instead hex code.

Text Font Color

.myTextColor { color: #EBFDD2; }

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

This text font color is #EBFDD2.

Background Color

.myBgColor { background-color: #EBFDD2; }

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

This div background color is #EBFDD2.

Border color

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

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

This div border color is #EBFDD2.

Opacity

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

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

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

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

This text has shadow with #EBFDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFDD2.

Preview

Color preview on black background

This text has color #EBFDD2 on black background.


Color preview on white background

This text has color #EBFDD2 on white background.


Black color preview on #EBFDD2 background

This text has black color on #EBFDD2 background.


White color preview on #EBFDD2 background

This text has white color on #EBFDD2 background.


Related colors

Complementary color

Complementary color for #hex is #14022D.


I love getcolorcode.com

Triadic colors

1 #D2EBFD and #FDD2EB with #EBFDD2 are triadic colors.

2 #D2FDEB and #FDEBD2 with #EBFDD2 are triadic colors.