COLOR #E6957B

HEX: #E6957B RGB: (230,149,123)

Color info

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

RGB color model

#E6957B color RGB value is (230,149,123).

RGB: (230,149,123) (90%, 58%, 48%)

RGB channels and saturation

R 230 of 255 = 90%
G 149 of 255 = 58%
B 123 of 255 = 48%

230
149
123

R + G + B ~ 65%. #E6957B is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 149 + 123 = 502 (100%)
R 230 of 502 ~ 45.82%
G 149 of 502 ~ 29.68%
B 123 of 502 ~ 24.5'%

%45.82
%29.68
%24.5

CMYK color model

#E6957B color CMYK value is (0,35,47,10).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 46.52%
  • key color value is 9.80%

CMYK: (0,35,47,10)
C0M35Y47K10 (0%, 35%, 47%, 10%)
(0.00 / 0.35 / 0.47 / 0.10)

CMYK percentages

%0
%35.22
%46.52
%9.8

Codes

Color #E6957B in popluar color models

E6 95 7B
RGB 230 149 123
HSL 15° 68.15% 69.22%
HSB/HSV 15° 46.52% 90.20%
CMYK 0.00% 35.22% 46.52%
9.80%

Color #E6957B in popluar number systems.

HEX E6 95 7B
Decimal 230 149 123
Binary 11100110 10010101 1111011
Octal 346 225 173

Shades and tints

Shades of #E6957B

#E6957B
(230,149,123)
#D28870
(210,136,112)
#BE7B65
(190,123,101)
#AA6E5A
(170,110,90)
#96614F
(150,97,79)
#825444
(130,84,68)
#6E4739
(110,71,57)
#5A3A2E
(90,58,46)
#462D23
(70,45,35)
#322018
(50,32,24)
#1E130D
(30,19,13)
#000000
(0,0,0)

Tints of #E6957B

#E6957B
(230,149,123)
#E89E87
(232,158,135)
#EAA793
(234,167,147)
#ECB09F
(236,176,159)
#EEB9AB
(238,185,171)
#F0C2B7
(240,194,183)
#F2CBC3
(242,203,195)
#F4D4CF
(244,212,207)
#F6DDDB
(246,221,219)
#F8E6E7
(248,230,231)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6957B color. Also use rgb(230,149,123) instead hex code.

Text Font Color

.myTextColor { color: #E6957B; }

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

This text font color is #E6957B.

Background Color

.myBgColor { background-color: #E6957B; }

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

This div background color is #E6957B.

Border color

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

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

This div border color is #E6957B.

Opacity

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

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

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

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

This text has shadow with #E6957B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6957B.

Preview

Color preview on black background

This text has color #E6957B on black background.


Color preview on white background

This text has color #E6957B on white background.


Black color preview on #E6957B background

This text has black color on #E6957B background.


White color preview on #E6957B background

This text has white color on #E6957B background.


Related colors

Complementary color

Complementary color for #hex is #196A84.


I love getcolorcode.com

Triadic colors

1 #7BE695 and #957BE6 with #E6957B are triadic colors.

2 #7B95E6 and #95E67B with #E6957B are triadic colors.