COLOR #EAC9BE

HEX: #EAC9BE
RGB: (234,201,190)

Color info

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

RGB color model

#EAC9BE color RGB value is (234,201,190).

  • red value is 234;
  • green value is 201;
  • blue value is 190.
RGB:
(234,201,190)
(92%,79%,75%)

RGB channels and saturation

R 234 of 255 = 92%
G 201 of 255 = 79%
B 190 of 255 = 75%

234
201
190

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

Portions of RGB colors in percentages

R + G + B =
234 + 201 + 190 = 625 (100%)
R 234 of 625 ~ 37.44%
G 201 of 625 ~ 32.16%
B 190 of 625 ~ 30.4%

%37.44
%32.16
%30.4

CMYK color model

#EAC9BE color CMYK value is (0,14,19,8).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 18.80%
  • key color value is 8.24%
CMYK:
(0,14,19,8)
C0M14Y19K8 
(0%,14%,19%,8%)
(0.00/0.14/0.19/0.08)	

CMYK percentages

%0
%14.1
%18.8
%8.24

Codes

Color #EAC9BE in popluar color models

EAC9BE
RGB234201190
HSL15°51.16%83.14%
HSB/HSV15°18.80%91.76%
CMYK0.00%14.10%18.80%
8.24%

Color #EAC9BE in popluar number systems.

HEXEAC9BE
Decimal234201190
Binary111010101100100110111110
Octal352311276

Shades and tints

Shades of #EAC9BE

#EAC9BE
(234,201,190)
#D5B7AD
(213,183,173)
#C0A59C
(192,165,156)
#AB938B
(171,147,139)
#96817A
(150,129,122)
#816F69
(129,111,105)
#6C5D58
(108,93,88)
#574B47
(87,75,71)
#423936
(66,57,54)
#2D2725
(45,39,37)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #EAC9BE

#EAC9BE
(234,201,190)
#EBCDC3
(235,205,195)
#ECD1C8
(236,209,200)
#EDD5CD
(237,213,205)
#EED9D2
(238,217,210)
#EFDDD7
(239,221,215)
#F0E1DC
(240,225,220)
#F1E5E1
(241,229,225)
#F2E9E6
(242,233,230)
#F3EDEB
(243,237,235)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC9BE color. Also use rgb(234,201,190) instead hex code.

Text Font Color

.myTextColor { color: #EAC9BE; }

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

This text font color is #EAC9BE.


Background Color

.myBgColor { background-color: #EAC9BE; }

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

This div background color is #EAC9BE.


Border color

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

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

This div border color is #EAC9BE.


Opacity

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

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

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

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

This text has shadow with #EAC9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC9BE on black background.


Color preview on white background

This text has color #EAC9BE on white background.



Black color preview on #EAC9BE background

This text has black color on #EAC9BE background.


White color preview on #EAC9BE background

This text has white color on #EAC9BE background.