COLOR #EBF8C2

HEX: #EBF8C2 RGB: (235,248,194)

Color info

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

RGB color model

#EBF8C2 color RGB value is (235,248,194).

RGB: (235,248,194) (92%, 97%, 76%)

RGB channels and saturation

R 235 of 255 = 92%
G 248 of 255 = 97%
B 194 of 255 = 76%

235
248
194

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

Portions of RGB colors in percentages

R + G + B = 235 + 248 + 194 = 677 (100%)
R 235 of 677 ~ 34.71%
G 248 of 677 ~ 36.63%
B 194 of 677 ~ 28.66'%

%34.71
%36.63
%28.66

CMYK color model

#EBF8C2 color CMYK value is (5,0,22,3).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 21.77%
  • key color value is 2.75%
CMYK: (5,0,22,3) C5M0Y22K3 (5%,0%,22%,3%) (0.05/0.00/0.22/0.03) 

CMYK percentages

%5.24
%0
%21.77
%2.75

Codes

Color #EBF8C2 in popluar color models

EB F8 C2
RGB 235 248 194
HSL 74° 79.41% 86.67%
HSB/HSV 74° 21.77% 97.25%
CMYK 5.24% 0.00% 21.77%
2.75%

Color #EBF8C2 in popluar number systems.

HEX EB F8 C2
Decimal 235 248 194
Binary 11101011 11111000 11000010
Octal 353 370 302

Shades and tints

Shades of #EBF8C2

#EBF8C2
(235,248,194)
#D6E2B1
(214,226,177)
#C1CCA0
(193,204,160)
#ACB68F
(172,182,143)
#97A07E
(151,160,126)
#828A6D
(130,138,109)
#6D745C
(109,116,92)
#585E4B
(88,94,75)
#43483A
(67,72,58)
#2E3229
(46,50,41)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #EBF8C2

#EBF8C2
(235,248,194)
#ECF8C7
(236,248,199)
#EDF8CC
(237,248,204)
#EEF8D1
(238,248,209)
#EFF8D6
(239,248,214)
#F0F8DB
(240,248,219)
#F1F8E0
(241,248,224)
#F2F8E5
(242,248,229)
#F3F8EA
(243,248,234)
#F4F8EF
(244,248,239)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF8C2 color. Also use rgb(235,248,194) instead hex code.

Text Font Color

.myTextColor { color: #EBF8C2; }

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

This text font color is #EBF8C2.

Background Color

.myBgColor { background-color: #EBF8C2; }

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

This div background color is #EBF8C2.

Border color

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

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

This div border color is #EBF8C2.

Opacity

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

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

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

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

This text has shadow with #EBF8C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF8C2.

Preview

Color preview on black background

This text has color #EBF8C2 on black background.


Color preview on white background

This text has color #EBF8C2 on white background.


Black color preview on #EBF8C2 background

This text has black color on #EBF8C2 background.


White color preview on #EBF8C2 background

This text has white color on #EBF8C2 background.


Related colors

Complementary color

Complementary color for #hex is #14073D.


I love getcolorcode.com

Triadic colors

1 #C2EBF8 and #F8C2EB with #EBF8C2 are triadic colors.

2 #C2F8EB and #F8EBC2 with #EBF8C2 are triadic colors.