COLOR #EBC3CC

HEX: #EBC3CC
RGB: (235,195,204)

Color info

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

RGB color model

#EBC3CC color RGB value is (235,195,204).

  • red value is 235;
  • green value is 195;
  • blue value is 204.
RGB:
(235,195,204)
(92%,76%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 204 of 255 = 80%

235
195
204

R + G + B ~ 83%. #EBC3CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 204 = 634 (100%)
R 235 of 634 ~ 37.07%
G 195 of 634 ~ 30.76%
B 204 of 634 ~ 32.18%

%37.07
%30.76
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(0,17,13,8)
C0M17Y13K8 
(0%,17%,13%,8%)
(0.00/0.17/0.13/0.08)	

CMYK percentages

%0
%17.02
%13.19
%7.84

Codes

Color #EBC3CC in popluar color models

EBC3CC
RGB235195204
HSL347°50.00%84.31%
HSB/HSV347°17.02%92.16%
CMYK0.00%17.02%13.19%
7.84%

Color #EBC3CC in popluar number systems.

HEXEBC3CC
Decimal235195204
Binary111010111100001111001100
Octal353303314

Shades and tints

Shades of #EBC3CC

#EBC3CC
(235,195,204)
#D6B2BA
(214,178,186)
#C1A1A8
(193,161,168)
#AC9096
(172,144,150)
#977F84
(151,127,132)
#826E72
(130,110,114)
#6D5D60
(109,93,96)
#584C4E
(88,76,78)
#433B3C
(67,59,60)
#2E2A2A
(46,42,42)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBC3CC

#EBC3CC
(235,195,204)
#ECC8D0
(236,200,208)
#EDCDD4
(237,205,212)
#EED2D8
(238,210,216)
#EFD7DC
(239,215,220)
#F0DCE0
(240,220,224)
#F1E1E4
(241,225,228)
#F2E6E8
(242,230,232)
#F3EBEC
(243,235,236)
#F4F0F0
(244,240,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC3CC color. Also use rgb(235,195,204) instead hex code.

Text Font Color

.myTextColor { color: #EBC3CC; }

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

This text font color is #EBC3CC.


Background Color

.myBgColor { background-color: #EBC3CC; }

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

This div background color is #EBC3CC.


Border color

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

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

This div border color is #EBC3CC.


Opacity

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

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

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

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

This text has shadow with #EBC3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3CC on black background.


Color preview on white background

This text has color #EBC3CC on white background.



Black color preview on #EBC3CC background

This text has black color on #EBC3CC background.


White color preview on #EBC3CC background

This text has white color on #EBC3CC background.