COLOR #EAB1C0

HEX: #EAB1C0
RGB: (234,177,192)

Color info

#EAB1C0 contains red, green and blue colors in about the same proportion. Web safe color of #EAB1C0 is #FF99CC (or #F9C).

RGB color model

#EAB1C0 color RGB value is (234,177,192).

  • red value is 234;
  • green value is 177;
  • blue value is 192.
RGB:
(234,177,192)
(92%,69%,75%)

RGB channels and saturation

R 234 of 255 = 92%
G 177 of 255 = 69%
B 192 of 255 = 75%

234
177
192

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

Portions of RGB colors in percentages

R + G + B =
234 + 177 + 192 = 603 (100%)
R 234 of 603 ~ 38.81%
G 177 of 603 ~ 29.35%
B 192 of 603 ~ 31.84%

%38.81
%29.35
%31.84

CMYK color model

#EAB1C0 color CMYK value is (0,24,18,8).

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 17.95%
  • key color value is 8.24%
CMYK:
(0,24,18,8)
C0M24Y18K8 
(0%,24%,18%,8%)
(0.00/0.24/0.18/0.08)	

CMYK percentages

%0
%24.36
%17.95
%8.24

Codes

Color #EAB1C0 in popluar color models

EAB1C0
RGB234177192
HSL344°57.58%80.59%
HSB/HSV344°24.36%91.76%
CMYK0.00%24.36%17.95%
8.24%

Color #EAB1C0 in popluar number systems.

HEXEAB1C0
Decimal234177192
Binary111010101011000111000000
Octal352261300

Shades and tints

Shades of #EAB1C0

#EAB1C0
(234,177,192)
#D5A1AF
(213,161,175)
#C0919E
(192,145,158)
#AB818D
(171,129,141)
#96717C
(150,113,124)
#81616B
(129,97,107)
#6C515A
(108,81,90)
#574149
(87,65,73)
#423138
(66,49,56)
#2D2127
(45,33,39)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #EAB1C0

#EAB1C0
(234,177,192)
#EBB8C5
(235,184,197)
#ECBFCA
(236,191,202)
#EDC6CF
(237,198,207)
#EECDD4
(238,205,212)
#EFD4D9
(239,212,217)
#F0DBDE
(240,219,222)
#F1E2E3
(241,226,227)
#F2E9E8
(242,233,232)
#F3F0ED
(243,240,237)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB1C0 color. Also use rgb(234,177,192) instead hex code.

Text Font Color

.myTextColor { color: #EAB1C0; }

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

This text font color is #EAB1C0.


Background Color

.myBgColor { background-color: #EAB1C0; }

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

This div background color is #EAB1C0.


Border color

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

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

This div border color is #EAB1C0.


Opacity

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

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

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

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

This text has shadow with #EAB1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB1C0 on black background.


Color preview on white background

This text has color #EAB1C0 on white background.



Black color preview on #EAB1C0 background

This text has black color on #EAB1C0 background.


White color preview on #EAB1C0 background

This text has white color on #EAB1C0 background.