COLOR #EBF2CE

HEX: #EBF2CE RGB: (235,242,206)

Color info

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

RGB color model

#EBF2CE color RGB value is (235,242,206).

RGB: (235,242,206) (92%, 95%, 81%)

RGB channels and saturation

R 235 of 255 = 92%
G 242 of 255 = 95%
B 206 of 255 = 81%

235
242
206

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

Portions of RGB colors in percentages

R + G + B = 235 + 242 + 206 = 683 (100%)
R 235 of 683 ~ 34.41%
G 242 of 683 ~ 35.43%
B 206 of 683 ~ 30.16'%

%34.41
%35.43
%30.16

CMYK color model

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

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • 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
%14.88
%5.1

Codes

Color #EBF2CE in popluar color models

EB F2 CE
RGB 235 242 206
HSL 72° 58.06% 87.84%
HSB/HSV 72° 14.88% 94.90%
CMYK 2.89% 0.00% 14.88%
5.10%

Color #EBF2CE in popluar number systems.

HEX EB F2 CE
Decimal 235 242 206
Binary 11101011 11110010 11001110
Octal 353 362 316

Shades and tints

Shades of #EBF2CE

#EBF2CE
(235,242,206)
#D6DCBC
(214,220,188)
#C1C6AA
(193,198,170)
#ACB098
(172,176,152)
#979A86
(151,154,134)
#828474
(130,132,116)
#6D6E62
(109,110,98)
#585850
(88,88,80)
#43423E
(67,66,62)
#2E2C2C
(46,44,44)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #EBF2CE

#EBF2CE
(235,242,206)
#ECF3D2
(236,243,210)
#EDF4D6
(237,244,214)
#EEF5DA
(238,245,218)
#EFF6DE
(239,246,222)
#F0F7E2
(240,247,226)
#F1F8E6
(241,248,230)
#F2F9EA
(242,249,234)
#F3FAEE
(243,250,238)
#F4FBF2
(244,251,242)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF2CE; }

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

This text font color is #EBF2CE.

Background Color

.myBgColor { background-color: #EBF2CE; }

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

This div background color is #EBF2CE.

Border color

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

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

This div border color is #EBF2CE.

Opacity

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

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

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

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

This text has shadow with #EBF2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF2CE.

Preview

Color preview on black background

This text has color #EBF2CE on black background.


Color preview on white background

This text has color #EBF2CE on white background.


Black color preview on #EBF2CE background

This text has black color on #EBF2CE background.


White color preview on #EBF2CE background

This text has white color on #EBF2CE background.


Related colors

Complementary color

Complementary color for #hex is #140D31.


I love getcolorcode.com

Triadic colors

1 #CEEBF2 and #F2CEEB with #EBF2CE are triadic colors.

2 #CEF2EB and #F2EBCE with #EBF2CE are triadic colors.