COLOR #EACCE3

HEX: #EACCE3 RGB: (234,204,227)

Color info

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

RGB color model

#EACCE3 color RGB value is (234,204,227).

RGB: (234,204,227) (92%, 80%, 89%)

RGB channels and saturation

R 234 of 255 = 92%
G 204 of 255 = 80%
B 227 of 255 = 89%

234
204
227

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

Portions of RGB colors in percentages

R + G + B = 234 + 204 + 227 = 665 (100%)
R 234 of 665 ~ 35.19%
G 204 of 665 ~ 30.68%
B 227 of 665 ~ 34.14'%

%35.19
%30.68
%34.14

CMYK color model

#EACCE3 color CMYK value is (0,13,3,8).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 2.99%
  • key color value is 8.24%

CMYK: (0,13,3,8)
C0M13Y3K8 (0%, 13%, 3%, 8%)
(0.00 / 0.13 / 0.03 / 0.08)

CMYK percentages

%0
%12.82
%2.99
%8.24

Codes

Color #EACCE3 in popluar color models

EA CC E3
RGB 234 204 227
HSL 314° 41.67% 85.88%
HSB/HSV 314° 12.82% 91.76%
CMYK 0.00% 12.82% 2.99%
8.24%

Color #EACCE3 in popluar number systems.

HEX EA CC E3
Decimal 234 204 227
Binary 11101010 11001100 11100011
Octal 352 314 343

Shades and tints

Shades of #EACCE3

#EACCE3
(234,204,227)
#D5BACF
(213,186,207)
#C0A8BB
(192,168,187)
#AB96A7
(171,150,167)
#968493
(150,132,147)
#81727F
(129,114,127)
#6C606B
(108,96,107)
#574E57
(87,78,87)
#423C43
(66,60,67)
#2D2A2F
(45,42,47)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #EACCE3

#EACCE3
(234,204,227)
#EBD0E5
(235,208,229)
#ECD4E7
(236,212,231)
#EDD8E9
(237,216,233)
#EEDCEB
(238,220,235)
#EFE0ED
(239,224,237)
#F0E4EF
(240,228,239)
#F1E8F1
(241,232,241)
#F2ECF3
(242,236,243)
#F3F0F5
(243,240,245)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACCE3 color. Also use rgb(234,204,227) instead hex code.

Text Font Color

.myTextColor { color: #EACCE3; }

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

This text font color is #EACCE3.

Background Color

.myBgColor { background-color: #EACCE3; }

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

This div background color is #EACCE3.

Border color

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

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

This div border color is #EACCE3.

Opacity

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

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

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

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

This text has shadow with #EACCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EACCE3.

Preview

Color preview on black background

This text has color #EACCE3 on black background.


Color preview on white background

This text has color #EACCE3 on white background.


Black color preview on #EACCE3 background

This text has black color on #EACCE3 background.


White color preview on #EACCE3 background

This text has white color on #EACCE3 background.


Related colors

Complementary color

Complementary color for #hex is #15331C.


I love getcolorcode.com

Triadic colors

1 #E3EACC and #CCE3EA with #EACCE3 are triadic colors.

2 #E3CCEA and #CCEAE3 with #EACCE3 are triadic colors.