COLOR #EAC5EB

HEX: #EAC5EB RGB: (234,197,235)

Color info

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

RGB color model

#EAC5EB color RGB value is (234,197,235).

RGB: (234,197,235) (92%, 77%, 92%)

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 235 of 255 = 92%

234
197
235

R + G + B ~ 87%. #EAC5EB is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 197 + 235 = 666 (100%)
R 234 of 666 ~ 35.14%
G 197 of 666 ~ 29.58%
B 235 of 666 ~ 35.29'%

%35.14
%29.58
%35.29

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (0,16,0,8) C0M16Y0K8 (0%,16%,0%,8%) (0.00/0.16/0.00/0.08) 

CMYK percentages

%0.43
%16.17
%0
%7.84

Codes

Color #EAC5EB in popluar color models

EA C5 EB
RGB 234 197 235
HSL 298° 48.72% 84.71%
HSB/HSV 298° 16.17% 92.16%
CMYK 0.43% 16.17% 0.00%
7.84%

Color #EAC5EB in popluar number systems.

HEX EA C5 EB
Decimal 234 197 235
Binary 11101010 11000101 11101011
Octal 352 305 353

Shades and tints

Shades of #EAC5EB

#EAC5EB
(234,197,235)
#D5B4D6
(213,180,214)
#C0A3C1
(192,163,193)
#AB92AC
(171,146,172)
#968197
(150,129,151)
#817082
(129,112,130)
#6C5F6D
(108,95,109)
#574E58
(87,78,88)
#423D43
(66,61,67)
#2D2C2E
(45,44,46)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #EAC5EB

#EAC5EB
(234,197,235)
#EBCAEC
(235,202,236)
#ECCFED
(236,207,237)
#EDD4EE
(237,212,238)
#EED9EF
(238,217,239)
#EFDEF0
(239,222,240)
#F0E3F1
(240,227,241)
#F1E8F2
(241,232,242)
#F2EDF3
(242,237,243)
#F3F2F4
(243,242,244)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC5EB color. Also use rgb(234,197,235) instead hex code.

Text Font Color

.myTextColor { color: #EAC5EB; }

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

This text font color is #EAC5EB.

Background Color

.myBgColor { background-color: #EAC5EB; }

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

This div background color is #EAC5EB.

Border color

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

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

This div border color is #EAC5EB.

Opacity

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

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

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

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

This text has shadow with #EAC5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC5EB.

Preview

Color preview on black background

This text has color #EAC5EB on black background.


Color preview on white background

This text has color #EAC5EB on white background.


Black color preview on #EAC5EB background

This text has black color on #EAC5EB background.


White color preview on #EAC5EB background

This text has white color on #EAC5EB background.


Related colors

Complementary color

Complementary color for #hex is #153A14.


I love getcolorcode.com

Triadic colors

1 #EBEAC5 and #C5EBEA with #EAC5EB are triadic colors.

2 #EBC5EA and #C5EAEB with #EAC5EB are triadic colors.