COLOR #EBC3BF

HEX: #EBC3BF
RGB: (235,195,191)

Color info

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

RGB color model

#EBC3BF color RGB value is (235,195,191).

  • red value is 235;
  • green value is 195;
  • blue value is 191.
RGB:
(235,195,191)
(92%,76%,75%)

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 191 of 255 = 75%

235
195
191

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

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 191 = 621 (100%)
R 235 of 621 ~ 37.84%
G 195 of 621 ~ 31.4%
B 191 of 621 ~ 30.76%

%37.84
%31.4
%30.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 18.72%
  • 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
%17.02
%18.72
%7.84

Codes

Color #EBC3BF in popluar color models

EBC3BF
RGB235195191
HSL52.38%83.53%
HSB/HSV18.72%92.16%
CMYK0.00%17.02%18.72%
7.84%

Color #EBC3BF in popluar number systems.

HEXEBC3BF
Decimal235195191
Binary111010111100001110111111
Octal353303277

Shades and tints

Shades of #EBC3BF

#EBC3BF
(235,195,191)
#D6B2AE
(214,178,174)
#C1A19D
(193,161,157)
#AC908C
(172,144,140)
#977F7B
(151,127,123)
#826E6A
(130,110,106)
#6D5D59
(109,93,89)
#584C48
(88,76,72)
#433B37
(67,59,55)
#2E2A26
(46,42,38)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #EBC3BF

#EBC3BF
(235,195,191)
#ECC8C4
(236,200,196)
#EDCDC9
(237,205,201)
#EED2CE
(238,210,206)
#EFD7D3
(239,215,211)
#F0DCD8
(240,220,216)
#F1E1DD
(241,225,221)
#F2E6E2
(242,230,226)
#F3EBE7
(243,235,231)
#F4F0EC
(244,240,236)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC3BF color. Also use rgb(235,195,191) instead hex code.

Text Font Color

.myTextColor { color: #EBC3BF; }

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

This text font color is #EBC3BF.


Background Color

.myBgColor { background-color: #EBC3BF; }

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

This div background color is #EBC3BF.


Border color

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

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

This div border color is #EBC3BF.


Opacity

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

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

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

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

This text has shadow with #EBC3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3BF on black background.


Color preview on white background

This text has color #EBC3BF on white background.



Black color preview on #EBC3BF background

This text has black color on #EBC3BF background.


White color preview on #EBC3BF background

This text has white color on #EBC3BF background.