COLOR #EBCAC9

HEX: #EBCAC9
RGB: (235,202,201)

Color info

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

RGB color model

#EBCAC9 color RGB value is (235,202,201).

  • red value is 235;
  • green value is 202;
  • blue value is 201.
RGB:
(235,202,201)
(92%,79%,79%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 201 of 255 = 79%

235
202
201

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

Portions of RGB colors in percentages

R + G + B =
235 + 202 + 201 = 638 (100%)
R 235 of 638 ~ 36.83%
G 202 of 638 ~ 31.66%
B 201 of 638 ~ 31.5%

%36.83
%31.66
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(0,14,14,8)
C0M14Y14K8 
(0%,14%,14%,8%)
(0.00/0.14/0.14/0.08)	

CMYK percentages

%0
%14.04
%14.47
%7.84

Codes

Color #EBCAC9 in popluar color models

EBCAC9
RGB235202201
HSL45.95%85.49%
HSB/HSV14.47%92.16%
CMYK0.00%14.04%14.47%
7.84%

Color #EBCAC9 in popluar number systems.

HEXEBCAC9
Decimal235202201
Binary111010111100101011001001
Octal353312311

Shades and tints

Shades of #EBCAC9

#EBCAC9
(235,202,201)
#D6B8B7
(214,184,183)
#C1A6A5
(193,166,165)
#AC9493
(172,148,147)
#978281
(151,130,129)
#82706F
(130,112,111)
#6D5E5D
(109,94,93)
#584C4B
(88,76,75)
#433A39
(67,58,57)
#2E2827
(46,40,39)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #EBCAC9

#EBCAC9
(235,202,201)
#ECCECD
(236,206,205)
#EDD2D1
(237,210,209)
#EED6D5
(238,214,213)
#EFDAD9
(239,218,217)
#F0DEDD
(240,222,221)
#F1E2E1
(241,226,225)
#F2E6E5
(242,230,229)
#F3EAE9
(243,234,233)
#F4EEED
(244,238,237)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCAC9; }

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

This text font color is #EBCAC9.


Background Color

.myBgColor { background-color: #EBCAC9; }

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

This div background color is #EBCAC9.


Border color

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

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

This div border color is #EBCAC9.


Opacity

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

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

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

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

This text has shadow with #EBCAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCAC9 on black background.


Color preview on white background

This text has color #EBCAC9 on white background.



Black color preview on #EBCAC9 background

This text has black color on #EBCAC9 background.


White color preview on #EBCAC9 background

This text has white color on #EBCAC9 background.