COLOR #EBF2CD

HEX: #EBF2CD
RGB: (235,242,205)

Color info

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

RGB color model

#EBF2CD color RGB value is (235,242,205).

  • red value is 235;
  • green value is 242;
  • blue value is 205.
RGB:
(235,242,205)
(92%,95%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 242 of 255 = 95%
B 205 of 255 = 80%

235
242
205

R + G + B ~ 89%. #EBF2CD is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 242 + 205 = 682 (100%)
R 235 of 682 ~ 34.46%
G 242 of 682 ~ 35.48%
B 205 of 682 ~ 30.06%

%34.46
%35.48
%30.06

CMYK color model

#EBF2CD color CMYK value is (3,0,15,5).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 5.10%
CMYK:
(3,0,15,5)
C3M0Y15K5 
(3%,0%,15%,5%)
(0.03/0.00/0.15/0.05)	

CMYK percentages

%2.89
%0
%15.29
%5.1

Codes

Color #EBF2CD in popluar color models

EBF2CD
RGB235242205
HSL71°58.73%87.65%
HSB/HSV71°15.29%94.90%
CMYK2.89%0.00%15.29%
5.10%

Color #EBF2CD in popluar number systems.

HEXEBF2CD
Decimal235242205
Binary111010111111001011001101
Octal353362315

Shades and tints

Shades of #EBF2CD

#EBF2CD
(235,242,205)
#D6DCBB
(214,220,187)
#C1C6A9
(193,198,169)
#ACB097
(172,176,151)
#979A85
(151,154,133)
#828473
(130,132,115)
#6D6E61
(109,110,97)
#58584F
(88,88,79)
#43423D
(67,66,61)
#2E2C2B
(46,44,43)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #EBF2CD

#EBF2CD
(235,242,205)
#ECF3D1
(236,243,209)
#EDF4D5
(237,244,213)
#EEF5D9
(238,245,217)
#EFF6DD
(239,246,221)
#F0F7E1
(240,247,225)
#F1F8E5
(241,248,229)
#F2F9E9
(242,249,233)
#F3FAED
(243,250,237)
#F4FBF1
(244,251,241)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF2CD color. Also use rgb(235,242,205) instead hex code.

Text Font Color

.myTextColor { color: #EBF2CD; }

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

This text font color is #EBF2CD.


Background Color

.myBgColor { background-color: #EBF2CD; }

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

This div background color is #EBF2CD.


Border color

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

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

This div border color is #EBF2CD.


Opacity

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

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

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

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

This text has shadow with #EBF2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF2CD on black background.


Color preview on white background

This text has color #EBF2CD on white background.



Black color preview on #EBF2CD background

This text has black color on #EBF2CD background.


White color preview on #EBF2CD background

This text has white color on #EBF2CD background.