COLOR #EAB4CB

HEX: #EAB4CB
RGB: (234,180,203)

Color info

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

RGB color model

#EAB4CB color RGB value is (234,180,203).

  • red value is 234;
  • green value is 180;
  • blue value is 203.
RGB:
(234,180,203)
(92%,71%,80%)

RGB channels and saturation

R 234 of 255 = 92%
G 180 of 255 = 71%
B 203 of 255 = 80%

234
180
203

R + G + B ~ 81%. #EAB4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 180 + 203 = 617 (100%)
R 234 of 617 ~ 37.93%
G 180 of 617 ~ 29.17%
B 203 of 617 ~ 32.9%

%37.93
%29.17
%32.9

CMYK color model

#EAB4CB color CMYK value is (0,23,13,8).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 13.25%
  • key color value is 8.24%
CMYK:
(0,23,13,8)
C0M23Y13K8 
(0%,23%,13%,8%)
(0.00/0.23/0.13/0.08)	

CMYK percentages

%0
%23.08
%13.25
%8.24

Codes

Color #EAB4CB in popluar color models

EAB4CB
RGB234180203
HSL334°56.25%81.18%
HSB/HSV334°23.08%91.76%
CMYK0.00%23.08%13.25%
8.24%

Color #EAB4CB in popluar number systems.

HEXEAB4CB
Decimal234180203
Binary111010101011010011001011
Octal352264313

Shades and tints

Shades of #EAB4CB

#EAB4CB
(234,180,203)
#D5A4B9
(213,164,185)
#C094A7
(192,148,167)
#AB8495
(171,132,149)
#967483
(150,116,131)
#816471
(129,100,113)
#6C545F
(108,84,95)
#57444D
(87,68,77)
#42343B
(66,52,59)
#2D2429
(45,36,41)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #EAB4CB

#EAB4CB
(234,180,203)
#EBBACF
(235,186,207)
#ECC0D3
(236,192,211)
#EDC6D7
(237,198,215)
#EECCDB
(238,204,219)
#EFD2DF
(239,210,223)
#F0D8E3
(240,216,227)
#F1DEE7
(241,222,231)
#F2E4EB
(242,228,235)
#F3EAEF
(243,234,239)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB4CB color. Also use rgb(234,180,203) instead hex code.

Text Font Color

.myTextColor { color: #EAB4CB; }

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

This text font color is #EAB4CB.


Background Color

.myBgColor { background-color: #EAB4CB; }

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

This div background color is #EAB4CB.


Border color

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

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

This div border color is #EAB4CB.


Opacity

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

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

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

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

This text has shadow with #EAB4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB4CB on black background.


Color preview on white background

This text has color #EAB4CB on white background.



Black color preview on #EAB4CB background

This text has black color on #EAB4CB background.


White color preview on #EAB4CB background

This text has white color on #EAB4CB background.