COLOR #EBD2AB

HEX: #EBD2AB
RGB: (235,210,171)

Color info

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

RGB color model

#EBD2AB color RGB value is (235,210,171).

  • red value is 235;
  • green value is 210;
  • blue value is 171.
RGB: (235,210,171) (92%,82%,67%)

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 171 of 255 = 67%

235
210
171

R + G + B ~ 80%. #EBD2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 171 = 616 (100%)
R 235 of 616 ~ 38.15%
G 210 of 616 ~ 34.09%
B 171 of 616 ~ 27.76%

%38.15
%34.09
%27.76

CMYK color model

#EBD2AB color CMYK value is (0,11,27,8).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 27.23%
  • key color value is 7.84%
CMYK: (0,11,27,8) C0M11Y27K8 (0%,11%,27%,8%) (0.00/0.11/0.27/0.08)

CMYK percentages

%0
%10.64
%27.23
%7.84

Codes

Color #EBD2AB in popluar color models

EBD2AB
RGB235210171
HSL37°61.54%79.61%
HSB/HSV37°27.23%92.16%
CMYK0.00%10.64%27.23%
7.84%

Color #EBD2AB in popluar number systems.

HEXEBD2AB
Decimal235210171
Binary111010111101001010101011
Octal353322253

Shades and tints

Shades of #EBD2AB

#EBD2AB
(235,210,171)
#D6BF9C
(214,191,156)
#C1AC8D
(193,172,141)
#AC997E
(172,153,126)
#97866F
(151,134,111)
#827360
(130,115,96)
#6D6051
(109,96,81)
#584D42
(88,77,66)
#433A33
(67,58,51)
#2E2724
(46,39,36)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #EBD2AB

#EBD2AB
(235,210,171)
#ECD6B2
(236,214,178)
#EDDAB9
(237,218,185)
#EEDEC0
(238,222,192)
#EFE2C7
(239,226,199)
#F0E6CE
(240,230,206)
#F1EAD5
(241,234,213)
#F2EEDC
(242,238,220)
#F3F2E3
(243,242,227)
#F4F6EA
(244,246,234)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD2AB color. Also use rgb(235,210,171) instead hex code.

Text Font Color

.myTextColor { color: #EBD2AB; }

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

This text font color is #EBD2AB.


Background Color

.myBgColor { background-color: #EBD2AB; }

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

This div background color is #EBD2AB.


Border color

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

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

This div border color is #EBD2AB.


Opacity

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

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

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

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

This text has shadow with #EBD2AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBD2AB on black background.


Color preview on white background

This text has color #EBD2AB on white background.



Black color preview on #EBD2AB background

This text has black color on #EBD2AB background.


White color preview on #EBD2AB background

This text has white color on #EBD2AB background.