COLOR #EAB7C1

HEX: #EAB7C1
RGB: (234,183,193)

Color info

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

RGB color model

#EAB7C1 color RGB value is (234,183,193).

  • red value is 234;
  • green value is 183;
  • blue value is 193.
RGB:
(234,183,193)
(92%,72%,76%)

RGB channels and saturation

R 234 of 255 = 92%
G 183 of 255 = 72%
B 193 of 255 = 76%

234
183
193

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

Portions of RGB colors in percentages

R + G + B =
234 + 183 + 193 = 610 (100%)
R 234 of 610 ~ 38.36%
G 183 of 610 ~ 30%
B 193 of 610 ~ 31.64%

%38.36
%30
%31.64

CMYK color model

#EAB7C1 color CMYK value is (0,22,18,8).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 17.52%
  • key color value is 8.24%
CMYK:
(0,22,18,8)
C0M22Y18K8 
(0%,22%,18%,8%)
(0.00/0.22/0.18/0.08)	

CMYK percentages

%0
%21.79
%17.52
%8.24

Codes

Color #EAB7C1 in popluar color models

EAB7C1
RGB234183193
HSL348°54.84%81.76%
HSB/HSV348°21.79%91.76%
CMYK0.00%21.79%17.52%
8.24%

Color #EAB7C1 in popluar number systems.

HEXEAB7C1
Decimal234183193
Binary111010101011011111000001
Octal352267301

Shades and tints

Shades of #EAB7C1

#EAB7C1
(234,183,193)
#D5A7B0
(213,167,176)
#C0979F
(192,151,159)
#AB878E
(171,135,142)
#96777D
(150,119,125)
#81676C
(129,103,108)
#6C575B
(108,87,91)
#57474A
(87,71,74)
#423739
(66,55,57)
#2D2728
(45,39,40)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #EAB7C1

#EAB7C1
(234,183,193)
#EBBDC6
(235,189,198)
#ECC3CB
(236,195,203)
#EDC9D0
(237,201,208)
#EECFD5
(238,207,213)
#EFD5DA
(239,213,218)
#F0DBDF
(240,219,223)
#F1E1E4
(241,225,228)
#F2E7E9
(242,231,233)
#F3EDEE
(243,237,238)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB7C1 color. Also use rgb(234,183,193) instead hex code.

Text Font Color

.myTextColor { color: #EAB7C1; }

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

This text font color is #EAB7C1.


Background Color

.myBgColor { background-color: #EAB7C1; }

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

This div background color is #EAB7C1.


Border color

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

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

This div border color is #EAB7C1.


Opacity

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

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

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

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

This text has shadow with #EAB7C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB7C1 on black background.


Color preview on white background

This text has color #EAB7C1 on white background.



Black color preview on #EAB7C1 background

This text has black color on #EAB7C1 background.


White color preview on #EAB7C1 background

This text has white color on #EAB7C1 background.