COLOR #EBC4C2

HEX: #EBC4C2
RGB: (235,196,194)

Color info

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

RGB color model

#EBC4C2 color RGB value is (235,196,194).

  • red value is 235;
  • green value is 196;
  • blue value is 194.
RGB:
(235,196,194)
(92%,77%,76%)

RGB channels and saturation

R 235 of 255 = 92%
G 196 of 255 = 77%
B 194 of 255 = 76%

235
196
194

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

Portions of RGB colors in percentages

R + G + B =
235 + 196 + 194 = 625 (100%)
R 235 of 625 ~ 37.6%
G 196 of 625 ~ 31.36%
B 194 of 625 ~ 31.04%

%37.6
%31.36
%31.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(0,17,17,8)
C0M17Y17K8 
(0%,17%,17%,8%)
(0.00/0.17/0.17/0.08)	

CMYK percentages

%0
%16.6
%17.45
%7.84

Codes

Color #EBC4C2 in popluar color models

EBC4C2
RGB235196194
HSL50.62%84.12%
HSB/HSV17.45%92.16%
CMYK0.00%16.60%17.45%
7.84%

Color #EBC4C2 in popluar number systems.

HEXEBC4C2
Decimal235196194
Binary111010111100010011000010
Octal353304302

Shades and tints

Shades of #EBC4C2

#EBC4C2
(235,196,194)
#D6B3B1
(214,179,177)
#C1A2A0
(193,162,160)
#AC918F
(172,145,143)
#97807E
(151,128,126)
#826F6D
(130,111,109)
#6D5E5C
(109,94,92)
#584D4B
(88,77,75)
#433C3A
(67,60,58)
#2E2B29
(46,43,41)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #EBC4C2

#EBC4C2
(235,196,194)
#ECC9C7
(236,201,199)
#EDCECC
(237,206,204)
#EED3D1
(238,211,209)
#EFD8D6
(239,216,214)
#F0DDDB
(240,221,219)
#F1E2E0
(241,226,224)
#F2E7E5
(242,231,229)
#F3ECEA
(243,236,234)
#F4F1EF
(244,241,239)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC4C2 color. Also use rgb(235,196,194) instead hex code.

Text Font Color

.myTextColor { color: #EBC4C2; }

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

This text font color is #EBC4C2.


Background Color

.myBgColor { background-color: #EBC4C2; }

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

This div background color is #EBC4C2.


Border color

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

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

This div border color is #EBC4C2.


Opacity

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

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

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

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

This text has shadow with #EBC4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC4C2 on black background.


Color preview on white background

This text has color #EBC4C2 on white background.



Black color preview on #EBC4C2 background

This text has black color on #EBC4C2 background.


White color preview on #EBC4C2 background

This text has white color on #EBC4C2 background.