COLOR #EBFFD6

HEX: #EBFFD6 RGB: (235,255,214)

Color info

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

RGB color model

#EBFFD6 color RGB value is (235,255,214).

RGB: (235,255,214) (92%, 100%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 214 of 255 = 84%

235
255
214

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

Portions of RGB colors in percentages

R + G + B = 235 + 255 + 214 = 704 (100%)
R 235 of 704 ~ 33.38%
G 255 of 704 ~ 36.22%
B 214 of 704 ~ 30.4'%

%33.38
%36.22
%30.4

CMYK color model

#EBFFD6 color CMYK value is (8,0,16,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 0.00%

CMYK: (8,0,16,0)
C8M0Y16K0 (8%, 0%, 16%, 0%)
(0.08 / 0.00 / 0.16 / 0.00)

CMYK percentages

%7.84
%0
%16.08
%0

Codes

Color #EBFFD6 in popluar color models

EB FF D6
RGB 235 255 214
HSL 89° 100.00% 91.96%
HSB/HSV 89° 16.08% 100.00%
CMYK 7.84% 0.00% 16.08%
0.00%

Color #EBFFD6 in popluar number systems.

HEX EB FF D6
Decimal 235 255 214
Binary 11101011 11111111 11010110
Octal 353 377 326

Shades and tints

Shades of #EBFFD6

#EBFFD6
(235,255,214)
#D6E8C3
(214,232,195)
#C1D1B0
(193,209,176)
#ACBA9D
(172,186,157)
#97A38A
(151,163,138)
#828C77
(130,140,119)
#6D7564
(109,117,100)
#585E51
(88,94,81)
#43473E
(67,71,62)
#2E302B
(46,48,43)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBFFD6

#EBFFD6
(235,255,214)
#ECFFD9
(236,255,217)
#EDFFDC
(237,255,220)
#EEFFDF
(238,255,223)
#EFFFE2
(239,255,226)
#F0FFE5
(240,255,229)
#F1FFE8
(241,255,232)
#F2FFEB
(242,255,235)
#F3FFEE
(243,255,238)
#F4FFF1
(244,255,241)
#F5FFF4
(245,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFFD6 color. Also use rgb(235,255,214) instead hex code.

Text Font Color

.myTextColor { color: #EBFFD6; }

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

This text font color is #EBFFD6.

Background Color

.myBgColor { background-color: #EBFFD6; }

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

This div background color is #EBFFD6.

Border color

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

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

This div border color is #EBFFD6.

Opacity

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

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

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

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

This text has shadow with #EBFFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFFD6.

Preview

Color preview on black background

This text has color #EBFFD6 on black background.


Color preview on white background

This text has color #EBFFD6 on white background.


Black color preview on #EBFFD6 background

This text has black color on #EBFFD6 background.


White color preview on #EBFFD6 background

This text has white color on #EBFFD6 background.


Related colors

Complementary color

Complementary color for #hex is #140029.


I love getcolorcode.com

Triadic colors

1 #D6EBFF and #FFD6EB with #EBFFD6 are triadic colors.

2 #D6FFEB and #FFEBD6 with #EBFFD6 are triadic colors.