COLOR #E6947C

HEX: #E6947C
RGB: (230,148,124)

Color info

#E6947C contains mainly red color. Web safe color of #E6947C is #CC9966 (or #C96).

RGB color model

#E6947C color RGB value is (230,148,124).

  • red value is 230;
  • green value is 148;
  • blue value is 124.
RGB:
(230,148,124)
(90%,58%,49%)

RGB channels and saturation

R 230 of 255 = 90%
G 148 of 255 = 58%
B 124 of 255 = 49%

230
148
124

R + G + B ~ 66%. #E6947C is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 148 + 124 = 502 (100%)
R 230 of 502 ~ 45.82%
G 148 of 502 ~ 29.48%
B 124 of 502 ~ 24.7%

%45.82
%29.48
%24.7

CMYK color model

#E6947C color CMYK value is (0,36,46,10).

  • cyan value is 0.00%
  • magenta value is 35.65%
  • yellow value is 46.09%
  • key color value is 9.80%
CMYK:
(0,36,46,10)
C0M36Y46K10 
(0%,36%,46%,10%)
(0.00/0.36/0.46/0.10)	

CMYK percentages

%0
%35.65
%46.09
%9.8

Codes

Color #E6947C in popluar color models

E6947C
RGB230148124
HSL14°67.95%69.41%
HSB/HSV14°46.09%90.20%
CMYK0.00%35.65%46.09%
9.80%

Color #E6947C in popluar number systems.

HEXE6947C
Decimal230148124
Binary11100110100101001111100
Octal346224174

Shades and tints

Shades of #E6947C

#E6947C
(230,148,124)
#D28771
(210,135,113)
#BE7A66
(190,122,102)
#AA6D5B
(170,109,91)
#966050
(150,96,80)
#825345
(130,83,69)
#6E463A
(110,70,58)
#5A392F
(90,57,47)
#462C24
(70,44,36)
#321F19
(50,31,25)
#1E120E
(30,18,14)
#000000
(0,0,0)

Tints of #E6947C

#E6947C
(230,148,124)
#E89D87
(232,157,135)
#EAA692
(234,166,146)
#ECAF9D
(236,175,157)
#EEB8A8
(238,184,168)
#F0C1B3
(240,193,179)
#F2CABE
(242,202,190)
#F4D3C9
(244,211,201)
#F6DCD4
(246,220,212)
#F8E5DF
(248,229,223)
#FAEEEA
(250,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6947C color. Also use rgb(230,148,124) instead hex code.

Text Font Color

.myTextColor { color: #E6947C; }

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

This text font color is #E6947C.


Background Color

.myBgColor { background-color: #E6947C; }

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

This div background color is #E6947C.


Border color

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

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

This div border color is #E6947C.


Opacity

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

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

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

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

This text has shadow with #E6947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6947C on black background.


Color preview on white background

This text has color #E6947C on white background.



Black color preview on #E6947C background

This text has black color on #E6947C background.


White color preview on #E6947C background

This text has white color on #E6947C background.