COLOR #EBC4BE

HEX: #EBC4BE
RGB: (235,196,190)

Color info

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

RGB color model

#EBC4BE color RGB value is (235,196,190).

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

RGB channels and saturation

R 235 of 255 = 92%
G 196 of 255 = 77%
B 190 of 255 = 75%

235
196
190

R + G + B ~ 81%. #EBC4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 196 + 190 = 621 (100%)
R 235 of 621 ~ 37.84%
G 196 of 621 ~ 31.56%
B 190 of 621 ~ 30.6%

%37.84
%31.56
%30.6

CMYK color model

#EBC4BE color CMYK value is (0,17,19,8).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(0,17,19,8)
C0M17Y19K8 
(0%,17%,19%,8%)
(0.00/0.17/0.19/0.08)	

CMYK percentages

%0
%16.6
%19.15
%7.84

Codes

Color #EBC4BE in popluar color models

EBC4BE
RGB235196190
HSL52.94%83.33%
HSB/HSV19.15%92.16%
CMYK0.00%16.60%19.15%
7.84%

Color #EBC4BE in popluar number systems.

HEXEBC4BE
Decimal235196190
Binary111010111100010010111110
Octal353304276

Shades and tints

Shades of #EBC4BE

#EBC4BE
(235,196,190)
#D6B3AD
(214,179,173)
#C1A29C
(193,162,156)
#AC918B
(172,145,139)
#97807A
(151,128,122)
#826F69
(130,111,105)
#6D5E58
(109,94,88)
#584D47
(88,77,71)
#433C36
(67,60,54)
#2E2B25
(46,43,37)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #EBC4BE

#EBC4BE
(235,196,190)
#ECC9C3
(236,201,195)
#EDCEC8
(237,206,200)
#EED3CD
(238,211,205)
#EFD8D2
(239,216,210)
#F0DDD7
(240,221,215)
#F1E2DC
(241,226,220)
#F2E7E1
(242,231,225)
#F3ECE6
(243,236,230)
#F4F1EB
(244,241,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC4BE; }

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

This text font color is #EBC4BE.


Background Color

.myBgColor { background-color: #EBC4BE; }

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

This div background color is #EBC4BE.


Border color

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

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

This div border color is #EBC4BE.


Opacity

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

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

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

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

This text has shadow with #EBC4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC4BE on black background.


Color preview on white background

This text has color #EBC4BE on white background.



Black color preview on #EBC4BE background

This text has black color on #EBC4BE background.


White color preview on #EBC4BE background

This text has white color on #EBC4BE background.