COLOR #EAC4CB

HEX: #EAC4CB
RGB: (234,196,203)

Color info

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

RGB color model

#EAC4CB color RGB value is (234,196,203).

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

RGB channels and saturation

R 234 of 255 = 92%
G 196 of 255 = 77%
B 203 of 255 = 80%

234
196
203

R + G + B ~ 83%. #EAC4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 196 + 203 = 633 (100%)
R 234 of 633 ~ 36.97%
G 196 of 633 ~ 30.96%
B 203 of 633 ~ 32.07%

%36.97
%30.96
%32.07

CMYK color model

#EAC4CB color CMYK value is (0,16,13,8).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 13.25%
  • key color value is 8.24%
CMYK:
(0,16,13,8)
C0M16Y13K8 
(0%,16%,13%,8%)
(0.00/0.16/0.13/0.08)	

CMYK percentages

%0
%16.24
%13.25
%8.24

Codes

Color #EAC4CB in popluar color models

EAC4CB
RGB234196203
HSL349°47.50%84.31%
HSB/HSV349°16.24%91.76%
CMYK0.00%16.24%13.25%
8.24%

Color #EAC4CB in popluar number systems.

HEXEAC4CB
Decimal234196203
Binary111010101100010011001011
Octal352304313

Shades and tints

Shades of #EAC4CB

#EAC4CB
(234,196,203)
#D5B3B9
(213,179,185)
#C0A2A7
(192,162,167)
#AB9195
(171,145,149)
#968083
(150,128,131)
#816F71
(129,111,113)
#6C5E5F
(108,94,95)
#574D4D
(87,77,77)
#423C3B
(66,60,59)
#2D2B29
(45,43,41)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #EAC4CB

#EAC4CB
(234,196,203)
#EBC9CF
(235,201,207)
#ECCED3
(236,206,211)
#EDD3D7
(237,211,215)
#EED8DB
(238,216,219)
#EFDDDF
(239,221,223)
#F0E2E3
(240,226,227)
#F1E7E7
(241,231,231)
#F2ECEB
(242,236,235)
#F3F1EF
(243,241,239)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC4CB; }

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

This text font color is #EAC4CB.


Background Color

.myBgColor { background-color: #EAC4CB; }

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

This div background color is #EAC4CB.


Border color

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

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

This div border color is #EAC4CB.


Opacity

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

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

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

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

This text has shadow with #EAC4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC4CB on black background.


Color preview on white background

This text has color #EAC4CB on white background.



Black color preview on #EAC4CB background

This text has black color on #EAC4CB background.


White color preview on #EAC4CB background

This text has white color on #EAC4CB background.