COLOR #EBF6C4

HEX: #EBF6C4
RGB: (235,246,196)

Color info

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

RGB color model

#EBF6C4 color RGB value is (235,246,196).

  • red value is 235;
  • green value is 246;
  • blue value is 196.
RGB:
(235,246,196)
(92%,96%,77%)

RGB channels and saturation

R 235 of 255 = 92%
G 246 of 255 = 96%
B 196 of 255 = 77%

235
246
196

R + G + B ~ 88%. #EBF6C4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 246 + 196 = 677 (100%)
R 235 of 677 ~ 34.71%
G 246 of 677 ~ 36.34%
B 196 of 677 ~ 28.95%

%34.71
%36.34
%28.95

CMYK color model

#EBF6C4 color CMYK value is (4,0,20,4).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 3.53%
CMYK:
(4,0,20,4)
C4M0Y20K4 
(4%,0%,20%,4%)
(0.04/0.00/0.20/0.04)	

CMYK percentages

%4.47
%0
%20.33
%3.53

Codes

Color #EBF6C4 in popluar color models

EBF6C4
RGB235246196
HSL73°73.53%86.67%
HSB/HSV73°20.33%96.47%
CMYK4.47%0.00%20.33%
3.53%

Color #EBF6C4 in popluar number systems.

HEXEBF6C4
Decimal235246196
Binary111010111111011011000100
Octal353366304

Shades and tints

Shades of #EBF6C4

#EBF6C4
(235,246,196)
#D6E0B3
(214,224,179)
#C1CAA2
(193,202,162)
#ACB491
(172,180,145)
#979E80
(151,158,128)
#82886F
(130,136,111)
#6D725E
(109,114,94)
#585C4D
(88,92,77)
#43463C
(67,70,60)
#2E302B
(46,48,43)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #EBF6C4

#EBF6C4
(235,246,196)
#ECF6C9
(236,246,201)
#EDF6CE
(237,246,206)
#EEF6D3
(238,246,211)
#EFF6D8
(239,246,216)
#F0F6DD
(240,246,221)
#F1F6E2
(241,246,226)
#F2F6E7
(242,246,231)
#F3F6EC
(243,246,236)
#F4F6F1
(244,246,241)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF6C4 color. Also use rgb(235,246,196) instead hex code.

Text Font Color

.myTextColor { color: #EBF6C4; }

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

This text font color is #EBF6C4.


Background Color

.myBgColor { background-color: #EBF6C4; }

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

This div background color is #EBF6C4.


Border color

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

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

This div border color is #EBF6C4.


Opacity

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

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

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

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

This text has shadow with #EBF6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6C4 on black background.


Color preview on white background

This text has color #EBF6C4 on white background.



Black color preview on #EBF6C4 background

This text has black color on #EBF6C4 background.


White color preview on #EBF6C4 background

This text has white color on #EBF6C4 background.