COLOR #EBF0CA

HEX: #EBF0CA
RGB: (235,240,202)

Color info

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

RGB color model

#EBF0CA color RGB value is (235,240,202).

  • red value is 235;
  • green value is 240;
  • blue value is 202.
RGB:
(235,240,202)
(92%,94%,79%)

RGB channels and saturation

R 235 of 255 = 92%
G 240 of 255 = 94%
B 202 of 255 = 79%

235
240
202

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

Portions of RGB colors in percentages

R + G + B =
235 + 240 + 202 = 677 (100%)
R 235 of 677 ~ 34.71%
G 240 of 677 ~ 35.45%
B 202 of 677 ~ 29.84%

%34.71
%35.45
%29.84

CMYK color model

#EBF0CA color CMYK value is (2,0,16,6).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(2,0,16,6)
C2M0Y16K6 
(2%,0%,16%,6%)
(0.02/0.00/0.16/0.06)	

CMYK percentages

%2.08
%0
%15.83
%5.88

Codes

Color #EBF0CA in popluar color models

EBF0CA
RGB235240202
HSL68°55.88%86.67%
HSB/HSV68°15.83%94.12%
CMYK2.08%0.00%15.83%
5.88%

Color #EBF0CA in popluar number systems.

HEXEBF0CA
Decimal235240202
Binary111010111111000011001010
Octal353360312

Shades and tints

Shades of #EBF0CA

#EBF0CA
(235,240,202)
#D6DBB8
(214,219,184)
#C1C6A6
(193,198,166)
#ACB194
(172,177,148)
#979C82
(151,156,130)
#828770
(130,135,112)
#6D725E
(109,114,94)
#585D4C
(88,93,76)
#43483A
(67,72,58)
#2E3328
(46,51,40)
#191E16
(25,30,22)
#000000
(0,0,0)

Tints of #EBF0CA

#EBF0CA
(235,240,202)
#ECF1CE
(236,241,206)
#EDF2D2
(237,242,210)
#EEF3D6
(238,243,214)
#EFF4DA
(239,244,218)
#F0F5DE
(240,245,222)
#F1F6E2
(241,246,226)
#F2F7E6
(242,247,230)
#F3F8EA
(243,248,234)
#F4F9EE
(244,249,238)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF0CA color. Also use rgb(235,240,202) instead hex code.

Text Font Color

.myTextColor { color: #EBF0CA; }

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

This text font color is #EBF0CA.


Background Color

.myBgColor { background-color: #EBF0CA; }

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

This div background color is #EBF0CA.


Border color

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

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

This div border color is #EBF0CA.


Opacity

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

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

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

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

This text has shadow with #EBF0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF0CA on black background.


Color preview on white background

This text has color #EBF0CA on white background.



Black color preview on #EBF0CA background

This text has black color on #EBF0CA background.


White color preview on #EBF0CA background

This text has white color on #EBF0CA background.