COLOR #EBCAC3

HEX: #EBCAC3
RGB: (235,202,195)

Color info

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

RGB color model

#EBCAC3 color RGB value is (235,202,195).

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

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 195 of 255 = 76%

235
202
195

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

Portions of RGB colors in percentages

R + G + B =
235 + 202 + 195 = 632 (100%)
R 235 of 632 ~ 37.18%
G 202 of 632 ~ 31.96%
B 195 of 632 ~ 30.85%

%37.18
%31.96
%30.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 17.02%
  • key color value is 7.84%
CMYK:
(0,14,17,8)
C0M14Y17K8 
(0%,14%,17%,8%)
(0.00/0.14/0.17/0.08)	

CMYK percentages

%0
%14.04
%17.02
%7.84

Codes

Color #EBCAC3 in popluar color models

EBCAC3
RGB235202195
HSL11°50.00%84.31%
HSB/HSV11°17.02%92.16%
CMYK0.00%14.04%17.02%
7.84%

Color #EBCAC3 in popluar number systems.

HEXEBCAC3
Decimal235202195
Binary111010111100101011000011
Octal353312303

Shades and tints

Shades of #EBCAC3

#EBCAC3
(235,202,195)
#D6B8B2
(214,184,178)
#C1A6A1
(193,166,161)
#AC9490
(172,148,144)
#97827F
(151,130,127)
#82706E
(130,112,110)
#6D5E5D
(109,94,93)
#584C4C
(88,76,76)
#433A3B
(67,58,59)
#2E282A
(46,40,42)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #EBCAC3

#EBCAC3
(235,202,195)
#ECCEC8
(236,206,200)
#EDD2CD
(237,210,205)
#EED6D2
(238,214,210)
#EFDAD7
(239,218,215)
#F0DEDC
(240,222,220)
#F1E2E1
(241,226,225)
#F2E6E6
(242,230,230)
#F3EAEB
(243,234,235)
#F4EEF0
(244,238,240)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCAC3; }

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

This text font color is #EBCAC3.


Background Color

.myBgColor { background-color: #EBCAC3; }

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

This div background color is #EBCAC3.


Border color

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

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

This div border color is #EBCAC3.


Opacity

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

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

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

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

This text has shadow with #EBCAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCAC3 on black background.


Color preview on white background

This text has color #EBCAC3 on white background.



Black color preview on #EBCAC3 background

This text has black color on #EBCAC3 background.


White color preview on #EBCAC3 background

This text has white color on #EBCAC3 background.