COLOR #EBC6C1

HEX: #EBC6C1 RGB: (235,198,193)

Color info

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

RGB color model

#EBC6C1 color RGB value is (235,198,193).

RGB: (235,198,193) (92%, 78%, 76%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 193 of 255 = 76%

235
198
193

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

Portions of RGB colors in percentages

R + G + B = 235 + 198 + 193 = 626 (100%)
R 235 of 626 ~ 37.54%
G 198 of 626 ~ 31.63%
B 193 of 626 ~ 30.83'%

%37.54
%31.63
%30.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 17.87%
  • key color value is 7.84%
CMYK: (0,16,18,8) C0M16Y18K8 (0%,16%,18%,8%) (0.00/0.16/0.18/0.08) 

CMYK percentages

%0
%15.74
%17.87
%7.84

Codes

Color #EBC6C1 in popluar color models

EB C6 C1
RGB 235 198 193
HSL 51.22% 83.92%
HSB/HSV 17.87% 92.16%
CMYK 0.00% 15.74% 17.87%
7.84%

Color #EBC6C1 in popluar number systems.

HEX EB C6 C1
Decimal 235 198 193
Binary 11101011 11000110 11000001
Octal 353 306 301

Shades and tints

Shades of #EBC6C1

#EBC6C1
(235,198,193)
#D6B4B0
(214,180,176)
#C1A29F
(193,162,159)
#AC908E
(172,144,142)
#977E7D
(151,126,125)
#826C6C
(130,108,108)
#6D5A5B
(109,90,91)
#58484A
(88,72,74)
#433639
(67,54,57)
#2E2428
(46,36,40)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #EBC6C1

#EBC6C1
(235,198,193)
#ECCBC6
(236,203,198)
#EDD0CB
(237,208,203)
#EED5D0
(238,213,208)
#EFDAD5
(239,218,213)
#F0DFDA
(240,223,218)
#F1E4DF
(241,228,223)
#F2E9E4
(242,233,228)
#F3EEE9
(243,238,233)
#F4F3EE
(244,243,238)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC6C1; }

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

This text font color is #EBC6C1.

Background Color

.myBgColor { background-color: #EBC6C1; }

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

This div background color is #EBC6C1.

Border color

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

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

This div border color is #EBC6C1.

Opacity

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

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

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

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

This text has shadow with #EBC6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC6C1.

Preview

Color preview on black background

This text has color #EBC6C1 on black background.


Color preview on white background

This text has color #EBC6C1 on white background.


Black color preview on #EBC6C1 background

This text has black color on #EBC6C1 background.


White color preview on #EBC6C1 background

This text has white color on #EBC6C1 background.


Related colors

Complementary color

Complementary color for #hex is #14393E.


I love getcolorcode.com

Triadic colors

1 #C1EBC6 and #C6C1EB with #EBC6C1 are triadic colors.

2 #C1C6EB and #C6EBC1 with #EBC6C1 are triadic colors.