COLOR #EBCEC2

HEX: #EBCEC2
RGB: (235,206,194)

Color info

#EBCEC2 contains red, green and blue colors in about the same proportion. Web safe color of #EBCEC2 is #FFCCCC (or #FCC).

RGB color model

#EBCEC2 color RGB value is (235,206,194).

  • red value is 235;
  • green value is 206;
  • blue value is 194.
RGB:
(235,206,194)
(92%,81%,76%)

RGB channels and saturation

R 235 of 255 = 92%
G 206 of 255 = 81%
B 194 of 255 = 76%

235
206
194

R + G + B ~ 83%. #EBCEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 206 + 194 = 635 (100%)
R 235 of 635 ~ 37.01%
G 206 of 635 ~ 32.44%
B 194 of 635 ~ 30.55%

%37.01
%32.44
%30.55

CMYK color model

#EBCEC2 color CMYK value is (0,12,17,8).

  • cyan value is 0.00%
  • magenta value is 12.34%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(0,12,17,8)
C0M12Y17K8 
(0%,12%,17%,8%)
(0.00/0.12/0.17/0.08)	

CMYK percentages

%0
%12.34
%17.45
%7.84

Codes

Color #EBCEC2 in popluar color models

EBCEC2
RGB235206194
HSL18°50.62%84.12%
HSB/HSV18°17.45%92.16%
CMYK0.00%12.34%17.45%
7.84%

Color #EBCEC2 in popluar number systems.

HEXEBCEC2
Decimal235206194
Binary111010111100111011000010
Octal353316302

Shades and tints

Shades of #EBCEC2

#EBCEC2
(235,206,194)
#D6BCB1
(214,188,177)
#C1AAA0
(193,170,160)
#AC988F
(172,152,143)
#97867E
(151,134,126)
#82746D
(130,116,109)
#6D625C
(109,98,92)
#58504B
(88,80,75)
#433E3A
(67,62,58)
#2E2C29
(46,44,41)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #EBCEC2

#EBCEC2
(235,206,194)
#ECD2C7
(236,210,199)
#EDD6CC
(237,214,204)
#EEDAD1
(238,218,209)
#EFDED6
(239,222,214)
#F0E2DB
(240,226,219)
#F1E6E0
(241,230,224)
#F2EAE5
(242,234,229)
#F3EEEA
(243,238,234)
#F4F2EF
(244,242,239)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCEC2; }

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

This text font color is #EBCEC2.


Background Color

.myBgColor { background-color: #EBCEC2; }

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

This div background color is #EBCEC2.


Border color

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

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

This div border color is #EBCEC2.


Opacity

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

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

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

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

This text has shadow with #EBCEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCEC2 on black background.


Color preview on white background

This text has color #EBCEC2 on white background.



Black color preview on #EBCEC2 background

This text has black color on #EBCEC2 background.


White color preview on #EBCEC2 background

This text has white color on #EBCEC2 background.