COLOR #EBC9C1

HEX: #EBC9C1 RGB: (235,201,193)

Color info

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

RGB color model

#EBC9C1 color RGB value is (235,201,193).

RGB: (235,201,193) (92%, 79%, 76%)

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 193 of 255 = 76%

235
201
193

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

Portions of RGB colors in percentages

R + G + B = 235 + 201 + 193 = 629 (100%)
R 235 of 629 ~ 37.36%
G 201 of 629 ~ 31.96%
B 193 of 629 ~ 30.68'%

%37.36
%31.96
%30.68

CMYK color model

#EBC9C1 color CMYK value is (0,14,18,8).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 17.87%
  • key color value is 7.84%

CMYK: (0,14,18,8)
C0M14Y18K8 (0%, 14%, 18%, 8%)
(0.00 / 0.14 / 0.18 / 0.08)

CMYK percentages

%0
%14.47
%17.87
%7.84

Codes

Color #EBC9C1 in popluar color models

EB C9 C1
RGB 235 201 193
HSL 11° 51.22% 83.92%
HSB/HSV 11° 17.87% 92.16%
CMYK 0.00% 14.47% 17.87%
7.84%

Color #EBC9C1 in popluar number systems.

HEX EB C9 C1
Decimal 235 201 193
Binary 11101011 11001001 11000001
Octal 353 311 301

Shades and tints

Shades of #EBC9C1

#EBC9C1
(235,201,193)
#D6B7B0
(214,183,176)
#C1A59F
(193,165,159)
#AC938E
(172,147,142)
#97817D
(151,129,125)
#826F6C
(130,111,108)
#6D5D5B
(109,93,91)
#584B4A
(88,75,74)
#433939
(67,57,57)
#2E2728
(46,39,40)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBC9C1

#EBC9C1
(235,201,193)
#ECCDC6
(236,205,198)
#EDD1CB
(237,209,203)
#EED5D0
(238,213,208)
#EFD9D5
(239,217,213)
#F0DDDA
(240,221,218)
#F1E1DF
(241,225,223)
#F2E5E4
(242,229,228)
#F3E9E9
(243,233,233)
#F4EDEE
(244,237,238)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC9C1 color. Also use rgb(235,201,193) instead hex code.

Text Font Color

.myTextColor { color: #EBC9C1; }

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

This text font color is #EBC9C1.

Background Color

.myBgColor { background-color: #EBC9C1; }

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

This div background color is #EBC9C1.

Border color

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

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

This div border color is #EBC9C1.

Opacity

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

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

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

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

This text has shadow with #EBC9C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC9C1.

Preview

Color preview on black background

This text has color #EBC9C1 on black background.


Color preview on white background

This text has color #EBC9C1 on white background.


Black color preview on #EBC9C1 background

This text has black color on #EBC9C1 background.


White color preview on #EBC9C1 background

This text has white color on #EBC9C1 background.


Related colors

Complementary color

Complementary color for #hex is #14363E.


I love getcolorcode.com

Triadic colors

1 #C1EBC9 and #C9C1EB with #EBC9C1 are triadic colors.

2 #C1C9EB and #C9EBC1 with #EBC9C1 are triadic colors.