COLOR #EBC6BE

HEX: #EBC6BE
RGB: (235,198,190)

Color info

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

RGB color model

#EBC6BE color RGB value is (235,198,190).

  • red value is 235;
  • green value is 198;
  • blue value is 190.
RGB:
(235,198,190)
(92%,78%,75%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 190 of 255 = 75%

235
198
190

R + G + B ~ 82%. #EBC6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 198 + 190 = 623 (100%)
R 235 of 623 ~ 37.72%
G 198 of 623 ~ 31.78%
B 190 of 623 ~ 30.5%

%37.72
%31.78
%30.5

CMYK color model

#EBC6BE color CMYK value is (0,16,19,8).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(0,16,19,8)
C0M16Y19K8 
(0%,16%,19%,8%)
(0.00/0.16/0.19/0.08)	

CMYK percentages

%0
%15.74
%19.15
%7.84

Codes

Color #EBC6BE in popluar color models

EBC6BE
RGB235198190
HSL11°52.94%83.33%
HSB/HSV11°19.15%92.16%
CMYK0.00%15.74%19.15%
7.84%

Color #EBC6BE in popluar number systems.

HEXEBC6BE
Decimal235198190
Binary111010111100011010111110
Octal353306276

Shades and tints

Shades of #EBC6BE

#EBC6BE
(235,198,190)
#D6B4AD
(214,180,173)
#C1A29C
(193,162,156)
#AC908B
(172,144,139)
#977E7A
(151,126,122)
#826C69
(130,108,105)
#6D5A58
(109,90,88)
#584847
(88,72,71)
#433636
(67,54,54)
#2E2425
(46,36,37)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #EBC6BE

#EBC6BE
(235,198,190)
#ECCBC3
(236,203,195)
#EDD0C8
(237,208,200)
#EED5CD
(238,213,205)
#EFDAD2
(239,218,210)
#F0DFD7
(240,223,215)
#F1E4DC
(241,228,220)
#F2E9E1
(242,233,225)
#F3EEE6
(243,238,230)
#F4F3EB
(244,243,235)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC6BE color. Also use rgb(235,198,190) instead hex code.

Text Font Color

.myTextColor { color: #EBC6BE; }

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

This text font color is #EBC6BE.


Background Color

.myBgColor { background-color: #EBC6BE; }

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

This div background color is #EBC6BE.


Border color

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

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

This div border color is #EBC6BE.


Opacity

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

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

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

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

This text has shadow with #EBC6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC6BE on black background.


Color preview on white background

This text has color #EBC6BE on white background.



Black color preview on #EBC6BE background

This text has black color on #EBC6BE background.


White color preview on #EBC6BE background

This text has white color on #EBC6BE background.