COLOR #EBC6BD

HEX: #EBC6BD
RGB: (235,198,189)

Color info

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

RGB color model

#EBC6BD color RGB value is (235,198,189).

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

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 189 of 255 = 74%

235
198
189

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

Portions of RGB colors in percentages

R + G + B =
235 + 198 + 189 = 622 (100%)
R 235 of 622 ~ 37.78%
G 198 of 622 ~ 31.83%
B 189 of 622 ~ 30.39%

%37.78
%31.83
%30.39

CMYK color model

#EBC6BD color CMYK value is (0,16,20,8).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 19.57%
  • key color value is 7.84%
CMYK:
(0,16,20,8)
C0M16Y20K8 
(0%,16%,20%,8%)
(0.00/0.16/0.20/0.08)	

CMYK percentages

%0
%15.74
%19.57
%7.84

Codes

Color #EBC6BD in popluar color models

EBC6BD
RGB235198189
HSL12°53.49%83.14%
HSB/HSV12°19.57%92.16%
CMYK0.00%15.74%19.57%
7.84%

Color #EBC6BD in popluar number systems.

HEXEBC6BD
Decimal235198189
Binary111010111100011010111101
Octal353306275

Shades and tints

Shades of #EBC6BD

#EBC6BD
(235,198,189)
#D6B4AC
(214,180,172)
#C1A29B
(193,162,155)
#AC908A
(172,144,138)
#977E79
(151,126,121)
#826C68
(130,108,104)
#6D5A57
(109,90,87)
#584846
(88,72,70)
#433635
(67,54,53)
#2E2424
(46,36,36)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #EBC6BD

#EBC6BD
(235,198,189)
#ECCBC3
(236,203,195)
#EDD0C9
(237,208,201)
#EED5CF
(238,213,207)
#EFDAD5
(239,218,213)
#F0DFDB
(240,223,219)
#F1E4E1
(241,228,225)
#F2E9E7
(242,233,231)
#F3EEED
(243,238,237)
#F4F3F3
(244,243,243)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC6BD; }

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

This text font color is #EBC6BD.


Background Color

.myBgColor { background-color: #EBC6BD; }

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

This div background color is #EBC6BD.


Border color

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

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

This div border color is #EBC6BD.


Opacity

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

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

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

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

This text has shadow with #EBC6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC6BD on black background.


Color preview on white background

This text has color #EBC6BD on white background.



Black color preview on #EBC6BD background

This text has black color on #EBC6BD background.


White color preview on #EBC6BD background

This text has white color on #EBC6BD background.