COLOR #EBCFAB

HEX: #EBCFAB
RGB: (235,207,171)

Color info

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

RGB color model

#EBCFAB color RGB value is (235,207,171).

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

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 171 of 255 = 67%

235
207
171

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

Portions of RGB colors in percentages

R + G + B =
235 + 207 + 171 = 613 (100%)
R 235 of 613 ~ 38.34%
G 207 of 613 ~ 33.77%
B 171 of 613 ~ 27.9%

%38.34
%33.77
%27.9

CMYK color model

#EBCFAB color CMYK value is (0,12,27,8).

  • cyan value is 0.00%
  • magenta value is 11.91%
  • yellow value is 27.23%
  • key color value is 7.84%
CMYK:
(0,12,27,8)
C0M12Y27K8 
(0%,12%,27%,8%)
(0.00/0.12/0.27/0.08)	

CMYK percentages

%0
%11.91
%27.23
%7.84

Codes

Color #EBCFAB in popluar color models

EBCFAB
RGB235207171
HSL34°61.54%79.61%
HSB/HSV34°27.23%92.16%
CMYK0.00%11.91%27.23%
7.84%

Color #EBCFAB in popluar number systems.

HEXEBCFAB
Decimal235207171
Binary111010111100111110101011
Octal353317253

Shades and tints

Shades of #EBCFAB

#EBCFAB
(235,207,171)
#D6BD9C
(214,189,156)
#C1AB8D
(193,171,141)
#AC997E
(172,153,126)
#97876F
(151,135,111)
#827560
(130,117,96)
#6D6351
(109,99,81)
#585142
(88,81,66)
#433F33
(67,63,51)
#2E2D24
(46,45,36)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBCFAB

#EBCFAB
(235,207,171)
#ECD3B2
(236,211,178)
#EDD7B9
(237,215,185)
#EEDBC0
(238,219,192)
#EFDFC7
(239,223,199)
#F0E3CE
(240,227,206)
#F1E7D5
(241,231,213)
#F2EBDC
(242,235,220)
#F3EFE3
(243,239,227)
#F4F3EA
(244,243,234)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCFAB; }

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

This text font color is #EBCFAB.


Background Color

.myBgColor { background-color: #EBCFAB; }

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

This div background color is #EBCFAB.


Border color

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

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

This div border color is #EBCFAB.


Opacity

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

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

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

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

This text has shadow with #EBCFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCFAB on black background.


Color preview on white background

This text has color #EBCFAB on white background.



Black color preview on #EBCFAB background

This text has black color on #EBCFAB background.


White color preview on #EBCFAB background

This text has white color on #EBCFAB background.