COLOR #EBF1CD

HEX: #EBF1CD
RGB: (235,241,205)

Color info

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

RGB color model

#EBF1CD color RGB value is (235,241,205).

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

RGB channels and saturation

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

235
241
205

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

Portions of RGB colors in percentages

R + G + B =
235 + 241 + 205 = 681 (100%)
R 235 of 681 ~ 34.51%
G 241 of 681 ~ 35.39%
B 205 of 681 ~ 30.1%

%34.51
%35.39
%30.1

CMYK color model

#EBF1CD color CMYK value is (2,0,15,5).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 5.49%
CMYK:
(2,0,15,5)
C2M0Y15K5 
(2%,0%,15%,5%)
(0.02/0.00/0.15/0.05)	

CMYK percentages

%2.49
%0
%14.94
%5.49

Codes

Color #EBF1CD in popluar color models

EBF1CD
RGB235241205
HSL70°56.25%87.45%
HSB/HSV70°14.94%94.51%
CMYK2.49%0.00%14.94%
5.49%

Color #EBF1CD in popluar number systems.

HEXEBF1CD
Decimal235241205
Binary111010111111000111001101
Octal353361315

Shades and tints

Shades of #EBF1CD

#EBF1CD
(235,241,205)
#D6DCBB
(214,220,187)
#C1C7A9
(193,199,169)
#ACB297
(172,178,151)
#979D85
(151,157,133)
#828873
(130,136,115)
#6D7361
(109,115,97)
#585E4F
(88,94,79)
#43493D
(67,73,61)
#2E342B
(46,52,43)
#191F19
(25,31,25)
#000000
(0,0,0)

Tints of #EBF1CD

#EBF1CD
(235,241,205)
#ECF2D1
(236,242,209)
#EDF3D5
(237,243,213)
#EEF4D9
(238,244,217)
#EFF5DD
(239,245,221)
#F0F6E1
(240,246,225)
#F1F7E5
(241,247,229)
#F2F8E9
(242,248,233)
#F3F9ED
(243,249,237)
#F4FAF1
(244,250,241)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF1CD; }

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

This text font color is #EBF1CD.


Background Color

.myBgColor { background-color: #EBF1CD; }

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

This div background color is #EBF1CD.


Border color

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

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

This div border color is #EBF1CD.


Opacity

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

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

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

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

This text has shadow with #EBF1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF1CD on black background.


Color preview on white background

This text has color #EBF1CD on white background.



Black color preview on #EBF1CD background

This text has black color on #EBF1CD background.


White color preview on #EBF1CD background

This text has white color on #EBF1CD background.