COLOR #EAC7EC

HEX: #EAC7EC
RGB: (234,199,236)

Color info

#EAC7EC contains red, green and blue colors in about the same proportion. Web safe color of #EAC7EC is #FFCCFF (or #FCF).

RGB color model

#EAC7EC color RGB value is (234,199,236).

  • red value is 234;
  • green value is 199;
  • blue value is 236.
RGB:
(234,199,236)
(92%,78%,93%)

RGB channels and saturation

R 234 of 255 = 92%
G 199 of 255 = 78%
B 236 of 255 = 93%

234
199
236

R + G + B ~ 88%. #EAC7EC is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 199 + 236 = 669 (100%)
R 234 of 669 ~ 34.98%
G 199 of 669 ~ 29.75%
B 236 of 669 ~ 35.28%

%34.98
%29.75
%35.28

CMYK color model

#EAC7EC color CMYK value is (1,16,0,7).

  • cyan value is 0.85%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(1,16,0,7)
C1M16Y0K7 
(1%,16%,0%,7%)
(0.01/0.16/0.00/0.07)	

CMYK percentages

%0.85
%15.68
%0
%7.45

Codes

Color #EAC7EC in popluar color models

EAC7EC
RGB234199236
HSL297°49.33%85.29%
HSB/HSV297°15.68%92.55%
CMYK0.85%15.68%0.00%
7.45%

Color #EAC7EC in popluar number systems.

HEXEAC7EC
Decimal234199236
Binary111010101100011111101100
Octal352307354

Shades and tints

Shades of #EAC7EC

#EAC7EC
(234,199,236)
#D5B5D7
(213,181,215)
#C0A3C2
(192,163,194)
#AB91AD
(171,145,173)
#967F98
(150,127,152)
#816D83
(129,109,131)
#6C5B6E
(108,91,110)
#574959
(87,73,89)
#423744
(66,55,68)
#2D252F
(45,37,47)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #EAC7EC

#EAC7EC
(234,199,236)
#EBCCED
(235,204,237)
#ECD1EE
(236,209,238)
#EDD6EF
(237,214,239)
#EEDBF0
(238,219,240)
#EFE0F1
(239,224,241)
#F0E5F2
(240,229,242)
#F1EAF3
(241,234,243)
#F2EFF4
(242,239,244)
#F3F4F5
(243,244,245)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC7EC color. Also use rgb(234,199,236) instead hex code.

Text Font Color

.myTextColor { color: #EAC7EC; }

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

This text font color is #EAC7EC.


Background Color

.myBgColor { background-color: #EAC7EC; }

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

This div background color is #EAC7EC.


Border color

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

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

This div border color is #EAC7EC.


Opacity

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

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

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

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

This text has shadow with #EAC7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC7EC on black background.


Color preview on white background

This text has color #EAC7EC on white background.



Black color preview on #EAC7EC background

This text has black color on #EAC7EC background.


White color preview on #EAC7EC background

This text has white color on #EAC7EC background.