COLOR #EBC1C0

HEX: #EBC1C0 RGB: (235,193,192)

Color info

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

RGB color model

#EBC1C0 color RGB value is (235,193,192).

RGB: (235,193,192) (92%, 76%, 75%)

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 192 of 255 = 75%

235
193
192

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

Portions of RGB colors in percentages

R + G + B = 235 + 193 + 192 = 620 (100%)
R 235 of 620 ~ 37.9%
G 193 of 620 ~ 31.13%
B 192 of 620 ~ 30.97'%

%37.9
%31.13
%30.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 18.30%
  • key color value is 7.84%
CMYK: (0,18,18,8) C0M18Y18K8 (0%,18%,18%,8%) (0.00/0.18/0.18/0.08) 

CMYK percentages

%0
%17.87
%18.3
%7.84

Codes

Color #EBC1C0 in popluar color models

EB C1 C0
RGB 235 193 192
HSL 51.81% 83.73%
HSB/HSV 18.30% 92.16%
CMYK 0.00% 17.87% 18.30%
7.84%

Color #EBC1C0 in popluar number systems.

HEX EB C1 C0
Decimal 235 193 192
Binary 11101011 11000001 11000000
Octal 353 301 300

Shades and tints

Shades of #EBC1C0

#EBC1C0
(235,193,192)
#D6B0AF
(214,176,175)
#C19F9E
(193,159,158)
#AC8E8D
(172,142,141)
#977D7C
(151,125,124)
#826C6B
(130,108,107)
#6D5B5A
(109,91,90)
#584A49
(88,74,73)
#433938
(67,57,56)
#2E2827
(46,40,39)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EBC1C0

#EBC1C0
(235,193,192)
#ECC6C5
(236,198,197)
#EDCBCA
(237,203,202)
#EED0CF
(238,208,207)
#EFD5D4
(239,213,212)
#F0DAD9
(240,218,217)
#F1DFDE
(241,223,222)
#F2E4E3
(242,228,227)
#F3E9E8
(243,233,232)
#F4EEED
(244,238,237)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC1C0; }

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

This text font color is #EBC1C0.

Background Color

.myBgColor { background-color: #EBC1C0; }

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

This div background color is #EBC1C0.

Border color

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

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

This div border color is #EBC1C0.

Opacity

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

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

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

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

This text has shadow with #EBC1C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC1C0.

Preview

Color preview on black background

This text has color #EBC1C0 on black background.


Color preview on white background

This text has color #EBC1C0 on white background.


Black color preview on #EBC1C0 background

This text has black color on #EBC1C0 background.


White color preview on #EBC1C0 background

This text has white color on #EBC1C0 background.


Related colors

Complementary color

Complementary color for #hex is #143E3F.


I love getcolorcode.com

Triadic colors

1 #C0EBC1 and #C1C0EB with #EBC1C0 are triadic colors.

2 #C0C1EB and #C1EBC0 with #EBC1C0 are triadic colors.