COLOR #EACEE3

HEX: #EACEE3
RGB: (234,206,227)

Color info

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

RGB color model

#EACEE3 color RGB value is (234,206,227).

  • red value is 234;
  • green value is 206;
  • blue value is 227.
RGB:
(234,206,227)
(92%,81%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 206 of 255 = 81%
B 227 of 255 = 89%

234
206
227

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

Portions of RGB colors in percentages

R + G + B =
234 + 206 + 227 = 667 (100%)
R 234 of 667 ~ 35.08%
G 206 of 667 ~ 30.88%
B 227 of 667 ~ 34.03%

%35.08
%30.88
%34.03

CMYK color model

#EACEE3 color CMYK value is (0,12,3,8).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 2.99%
  • key color value is 8.24%
CMYK:
(0,12,3,8)
C0M12Y3K8 
(0%,12%,3%,8%)
(0.00/0.12/0.03/0.08)	

CMYK percentages

%0
%11.97
%2.99
%8.24

Codes

Color #EACEE3 in popluar color models

EACEE3
RGB234206227
HSL315°40.00%86.27%
HSB/HSV315°11.97%91.76%
CMYK0.00%11.97%2.99%
8.24%

Color #EACEE3 in popluar number systems.

HEXEACEE3
Decimal234206227
Binary111010101100111011100011
Octal352316343

Shades and tints

Shades of #EACEE3

#EACEE3
(234,206,227)
#D5BCCF
(213,188,207)
#C0AABB
(192,170,187)
#AB98A7
(171,152,167)
#968693
(150,134,147)
#81747F
(129,116,127)
#6C626B
(108,98,107)
#575057
(87,80,87)
#423E43
(66,62,67)
#2D2C2F
(45,44,47)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #EACEE3

#EACEE3
(234,206,227)
#EBD2E5
(235,210,229)
#ECD6E7
(236,214,231)
#EDDAE9
(237,218,233)
#EEDEEB
(238,222,235)
#EFE2ED
(239,226,237)
#F0E6EF
(240,230,239)
#F1EAF1
(241,234,241)
#F2EEF3
(242,238,243)
#F3F2F5
(243,242,245)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EACEE3; }

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

This text font color is #EACEE3.


Background Color

.myBgColor { background-color: #EACEE3; }

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

This div background color is #EACEE3.


Border color

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

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

This div border color is #EACEE3.


Opacity

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

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

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

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

This text has shadow with #EACEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACEE3 on black background.


Color preview on white background

This text has color #EACEE3 on white background.



Black color preview on #EACEE3 background

This text has black color on #EACEE3 background.


White color preview on #EACEE3 background

This text has white color on #EACEE3 background.