COLOR #EAC8E2

HEX: #EAC8E2
RGB: (234,200,226)

Color info

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

RGB color model

#EAC8E2 color RGB value is (234,200,226).

  • red value is 234;
  • green value is 200;
  • blue value is 226.
RGB:
(234,200,226)
(92%,78%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 200 of 255 = 78%
B 226 of 255 = 89%

234
200
226

R + G + B ~ 86%. #EAC8E2 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 200 + 226 = 660 (100%)
R 234 of 660 ~ 35.45%
G 200 of 660 ~ 30.3%
B 226 of 660 ~ 34.24%

%35.45
%30.3
%34.24

CMYK color model

#EAC8E2 color CMYK value is (0,15,3,8).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 3.42%
  • key color value is 8.24%
CMYK:
(0,15,3,8)
C0M15Y3K8 
(0%,15%,3%,8%)
(0.00/0.15/0.03/0.08)	

CMYK percentages

%0
%14.53
%3.42
%8.24

Codes

Color #EAC8E2 in popluar color models

EAC8E2
RGB234200226
HSL314°44.74%85.10%
HSB/HSV314°14.53%91.76%
CMYK0.00%14.53%3.42%
8.24%

Color #EAC8E2 in popluar number systems.

HEXEAC8E2
Decimal234200226
Binary111010101100100011100010
Octal352310342

Shades and tints

Shades of #EAC8E2

#EAC8E2
(234,200,226)
#D5B6CE
(213,182,206)
#C0A4BA
(192,164,186)
#AB92A6
(171,146,166)
#968092
(150,128,146)
#816E7E
(129,110,126)
#6C5C6A
(108,92,106)
#574A56
(87,74,86)
#423842
(66,56,66)
#2D262E
(45,38,46)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #EAC8E2

#EAC8E2
(234,200,226)
#EBCDE4
(235,205,228)
#ECD2E6
(236,210,230)
#EDD7E8
(237,215,232)
#EEDCEA
(238,220,234)
#EFE1EC
(239,225,236)
#F0E6EE
(240,230,238)
#F1EBF0
(241,235,240)
#F2F0F2
(242,240,242)
#F3F5F4
(243,245,244)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC8E2 color. Also use rgb(234,200,226) instead hex code.

Text Font Color

.myTextColor { color: #EAC8E2; }

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

This text font color is #EAC8E2.


Background Color

.myBgColor { background-color: #EAC8E2; }

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

This div background color is #EAC8E2.


Border color

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

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

This div border color is #EAC8E2.


Opacity

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

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

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

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

This text has shadow with #EAC8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC8E2 on black background.


Color preview on white background

This text has color #EAC8E2 on white background.



Black color preview on #EAC8E2 background

This text has black color on #EAC8E2 background.


White color preview on #EAC8E2 background

This text has white color on #EAC8E2 background.