COLOR #E67B98

HEX: #E67B98
RGB: (230,123,152)

Color info

#E67B98 contains mainly red color. Web safe color of #E67B98 is #CC6699 (or #C69).

RGB color model

#E67B98 color RGB value is (230,123,152).

  • red value is 230;
  • green value is 123;
  • blue value is 152.
RGB:
(230,123,152)
(90%,48%,60%)

RGB channels and saturation

R 230 of 255 = 90%
G 123 of 255 = 48%
B 152 of 255 = 60%

230
123
152

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

Portions of RGB colors in percentages

R + G + B =
230 + 123 + 152 = 505 (100%)
R 230 of 505 ~ 45.54%
G 123 of 505 ~ 24.36%
B 152 of 505 ~ 30.1%

%45.54
%24.36
%30.1

CMYK color model

#E67B98 color CMYK value is (0,47,34,10).

  • cyan value is 0.00%
  • magenta value is 46.52%
  • yellow value is 33.91%
  • key color value is 9.80%
CMYK:
(0,47,34,10)
C0M47Y34K10 
(0%,47%,34%,10%)
(0.00/0.47/0.34/0.10)	

CMYK percentages

%0
%46.52
%33.91
%9.8

Codes

Color #E67B98 in popluar color models

E67B98
RGB230123152
HSL344°68.15%69.22%
HSB/HSV344°46.52%90.20%
CMYK0.00%46.52%33.91%
9.80%

Color #E67B98 in popluar number systems.

HEXE67B98
Decimal230123152
Binary11100110111101110011000
Octal346173230

Shades and tints

Shades of #E67B98

#E67B98
(230,123,152)
#D2708B
(210,112,139)
#BE657E
(190,101,126)
#AA5A71
(170,90,113)
#964F64
(150,79,100)
#824457
(130,68,87)
#6E394A
(110,57,74)
#5A2E3D
(90,46,61)
#462330
(70,35,48)
#321823
(50,24,35)
#1E0D16
(30,13,22)
#000000
(0,0,0)

Tints of #E67B98

#E67B98
(230,123,152)
#E887A1
(232,135,161)
#EA93AA
(234,147,170)
#EC9FB3
(236,159,179)
#EEABBC
(238,171,188)
#F0B7C5
(240,183,197)
#F2C3CE
(242,195,206)
#F4CFD7
(244,207,215)
#F6DBE0
(246,219,224)
#F8E7E9
(248,231,233)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E67B98; }

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

This text font color is #E67B98.


Background Color

.myBgColor { background-color: #E67B98; }

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

This div background color is #E67B98.


Border color

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

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

This div border color is #E67B98.


Opacity

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

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

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

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

This text has shadow with #E67B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67B98 on black background.


Color preview on white background

This text has color #E67B98 on white background.



Black color preview on #E67B98 background

This text has black color on #E67B98 background.


White color preview on #E67B98 background

This text has white color on #E67B98 background.