COLOR #E696A0

HEX: #E696A0
RGB: (230,150,160)

Renk bilgisi

#E696A0 contains mainly red color. #E696A0 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E696A0 color RGB value is (230,150,160).

  • kırmız ton 230;
  • yeşil ton 150;
  • mavi ton 160.
RGB:
(230,150,160)
(90%,59%,63%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 150 of 255 = 59%
B 160 of 255 = 63%

230
150
160

R + G + B ~ 71%. #E696A0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 150 + 160 = 540 (100%)
R 230 of 540 ~ 42.59%
G 150 of 540 ~ 27.78%
B 160 of 540 ~ 29.63%

%42.59
%27.78
%29.63

CMYK RENK MODELİ

#E696A0 rengi CMYK tonu (0,35,30,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.78%
  • sarı tonu 30.43%
  • ana renk tonu 9.80%
CMYK:
(0,35,30,10)
C0M35Y30K10 
(0%,35%,30%,10%)
(0.00/0.35/0.30/0.10)	

CMYK yüzdeleri

%0
%34.78
%30.43
%9.8

Codes

Color #E696A0 in popluar color models

E696A0
RGB230150160
HSL353°61.54%74.51%
HSB/HSV353°34.78%90.20%
CMYK0.00%34.78%30.43%
9.80%

Color #E696A0 in popluar number systems.

HEXE696A0
Decimal230150160
Binary111001101001011010100000
Octal346226240

Shades and tints

Shades of #E696A0

#E696A0
(230,150,160)
#D28992
(210,137,146)
#BE7C84
(190,124,132)
#AA6F76
(170,111,118)
#966268
(150,98,104)
#82555A
(130,85,90)
#6E484C
(110,72,76)
#5A3B3E
(90,59,62)
#462E30
(70,46,48)
#322122
(50,33,34)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #E696A0

#E696A0
(230,150,160)
#E89FA8
(232,159,168)
#EAA8B0
(234,168,176)
#ECB1B8
(236,177,184)
#EEBAC0
(238,186,192)
#F0C3C8
(240,195,200)
#F2CCD0
(242,204,208)
#F4D5D8
(244,213,216)
#F6DEE0
(246,222,224)
#F8E7E8
(248,231,232)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E696A0 color. Also use rgb(230,150,160) instead hex code.

Text Font Color

.myTextColor { color: #E696A0; }

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

This text font color is #E696A0.


Background Color

.myBgColor { background-color: #E696A0; }

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

This div background color is #E696A0.


Border color

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

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

This div border color is #E696A0.


Opacity

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

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

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

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

This text has shadow with #E696A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E696A0 on black background.


Color preview on white background

This text has color #E696A0 on white background.



Black color preview on #E696A0 background

This text has black color on #E696A0 background.


White color preview on #E696A0 background

This text has white color on #E696A0 background.