COLOR #EBC3B3

HEX: #EBC3B3 RGB: (235,195,179)

Color info

#EBC3B3 contains red, green and blue colors in about the same proportion. Web safe color of #EBC3B3 is #FFCC99 (or #FC9).

RGB color model

#EBC3B3 color RGB value is (235,195,179).

RGB: (235,195,179) (92%, 76%, 70%)

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 179 of 255 = 70%

235
195
179

R + G + B ~ 79%. #EBC3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 195 + 179 = 609 (100%)
R 235 of 609 ~ 38.59%
G 195 of 609 ~ 32.02%
B 179 of 609 ~ 29.39'%

%38.59
%32.02
%29.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 23.83%
  • key color value is 7.84%

CMYK: (0,17,24,8)
C0M17Y24K8 (0%, 17%, 24%, 8%)
(0.00 / 0.17 / 0.24 / 0.08)

CMYK percentages

%0
%17.02
%23.83
%7.84

Codes

Color #EBC3B3 in popluar color models

EB C3 B3
RGB 235 195 179
HSL 17° 58.33% 81.18%
HSB/HSV 17° 23.83% 92.16%
CMYK 0.00% 17.02% 23.83%
7.84%

Color #EBC3B3 in popluar number systems.

HEX EB C3 B3
Decimal 235 195 179
Binary 11101011 11000011 10110011
Octal 353 303 263

Shades and tints

Shades of #EBC3B3

#EBC3B3
(235,195,179)
#D6B2A3
(214,178,163)
#C1A193
(193,161,147)
#AC9083
(172,144,131)
#977F73
(151,127,115)
#826E63
(130,110,99)
#6D5D53
(109,93,83)
#584C43
(88,76,67)
#433B33
(67,59,51)
#2E2A23
(46,42,35)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #EBC3B3

#EBC3B3
(235,195,179)
#ECC8B9
(236,200,185)
#EDCDBF
(237,205,191)
#EED2C5
(238,210,197)
#EFD7CB
(239,215,203)
#F0DCD1
(240,220,209)
#F1E1D7
(241,225,215)
#F2E6DD
(242,230,221)
#F3EBE3
(243,235,227)
#F4F0E9
(244,240,233)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3B3; }

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

This text font color is #EBC3B3.

Background Color

.myBgColor { background-color: #EBC3B3; }

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

This div background color is #EBC3B3.

Border color

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

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

This div border color is #EBC3B3.

Opacity

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

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

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

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

This text has shadow with #EBC3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC3B3.

Preview

Color preview on black background

This text has color #EBC3B3 on black background.


Color preview on white background

This text has color #EBC3B3 on white background.


Black color preview on #EBC3B3 background

This text has black color on #EBC3B3 background.


White color preview on #EBC3B3 background

This text has white color on #EBC3B3 background.


Related colors

Complementary color

Complementary color for #hex is #143C4C.


I love getcolorcode.com

Triadic colors

1 #B3EBC3 and #C3B3EB with #EBC3B3 are triadic colors.

2 #B3C3EB and #C3EBB3 with #EBC3B3 are triadic colors.