COLOR #EBC7AD

HEX: #EBC7AD RGB: (235,199,173)

Color info

#EBC7AD contains mainly red and green colors. Web safe color of #EBC7AD is #FFCC99 (or #FC9).

RGB color model

#EBC7AD color RGB value is (235,199,173).

RGB: (235,199,173) (92%, 78%, 68%)

RGB channels and saturation

R 235 of 255 = 92%
G 199 of 255 = 78%
B 173 of 255 = 68%

235
199
173

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

Portions of RGB colors in percentages

R + G + B = 235 + 199 + 173 = 607 (100%)
R 235 of 607 ~ 38.71%
G 199 of 607 ~ 32.78%
B 173 of 607 ~ 28.5'%

%38.71
%32.78
%28.5

CMYK color model

#EBC7AD color CMYK value is (0,15,26,8).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 26.38%
  • key color value is 7.84%

CMYK: (0,15,26,8)
C0M15Y26K8 (0%, 15%, 26%, 8%)
(0.00 / 0.15 / 0.26 / 0.08)

CMYK percentages

%0
%15.32
%26.38
%7.84

Codes

Color #EBC7AD in popluar color models

EB C7 AD
RGB 235 199 173
HSL 25° 60.78% 80.00%
HSB/HSV 25° 26.38% 92.16%
CMYK 0.00% 15.32% 26.38%
7.84%

Color #EBC7AD in popluar number systems.

HEX EB C7 AD
Decimal 235 199 173
Binary 11101011 11000111 10101101
Octal 353 307 255

Shades and tints

Shades of #EBC7AD

#EBC7AD
(235,199,173)
#D6B59E
(214,181,158)
#C1A38F
(193,163,143)
#AC9180
(172,145,128)
#977F71
(151,127,113)
#826D62
(130,109,98)
#6D5B53
(109,91,83)
#584944
(88,73,68)
#433735
(67,55,53)
#2E2526
(46,37,38)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #EBC7AD

#EBC7AD
(235,199,173)
#ECCCB4
(236,204,180)
#EDD1BB
(237,209,187)
#EED6C2
(238,214,194)
#EFDBC9
(239,219,201)
#F0E0D0
(240,224,208)
#F1E5D7
(241,229,215)
#F2EADE
(242,234,222)
#F3EFE5
(243,239,229)
#F4F4EC
(244,244,236)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC7AD color. Also use rgb(235,199,173) instead hex code.

Text Font Color

.myTextColor { color: #EBC7AD; }

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

This text font color is #EBC7AD.

Background Color

.myBgColor { background-color: #EBC7AD; }

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

This div background color is #EBC7AD.

Border color

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

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

This div border color is #EBC7AD.

Opacity

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

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

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

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

This text has shadow with #EBC7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC7AD.

Preview

Color preview on black background

This text has color #EBC7AD on black background.


Color preview on white background

This text has color #EBC7AD on white background.


Black color preview on #EBC7AD background

This text has black color on #EBC7AD background.


White color preview on #EBC7AD background

This text has white color on #EBC7AD background.


Related colors

Complementary color

Complementary color for #hex is #143852.


I love getcolorcode.com

Triadic colors

1 #ADEBC7 and #C7ADEB with #EBC7AD are triadic colors.

2 #ADC7EB and #C7EBAD with #EBC7AD are triadic colors.