COLOR #E696C6

HEX: #E696C6
RGB: (230,150,198)

Renk bilgisi

#E696C6 contains mainly red and blue colors. #E696C6 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E696C6 color RGB value is (230,150,198).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 150 of 255 = 59%
B 198 of 255 = 78%

230
150
198

R + G + B ~ 76%. #E696C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 150 + 198 = 578 (100%)
R 230 of 578 ~ 39.79%
G 150 of 578 ~ 25.95%
B 198 of 578 ~ 34.26%

%39.79
%25.95
%34.26

CMYK RENK MODELİ

#E696C6 rengi CMYK tonu (0,35,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.78%
  • sarı tonu 13.91%
  • ana renk tonu 9.80%
CMYK:
(0,35,14,10)
C0M35Y14K10 
(0%,35%,14%,10%)
(0.00/0.35/0.14/0.10)	

CMYK yüzdeleri

%0
%34.78
%13.91
%9.8

Codes

Color #E696C6 in popluar color models

E696C6
RGB230150198
HSL324°61.54%74.51%
HSB/HSV324°34.78%90.20%
CMYK0.00%34.78%13.91%
9.80%

Color #E696C6 in popluar number systems.

HEXE696C6
Decimal230150198
Binary111001101001011011000110
Octal346226306

Shades and tints

Shades of #E696C6

#E696C6
(230,150,198)
#D289B4
(210,137,180)
#BE7CA2
(190,124,162)
#AA6F90
(170,111,144)
#96627E
(150,98,126)
#82556C
(130,85,108)
#6E485A
(110,72,90)
#5A3B48
(90,59,72)
#462E36
(70,46,54)
#322124
(50,33,36)
#1E1412
(30,20,18)
#000000
(0,0,0)

Tints of #E696C6

#E696C6
(230,150,198)
#E89FCB
(232,159,203)
#EAA8D0
(234,168,208)
#ECB1D5
(236,177,213)
#EEBADA
(238,186,218)
#F0C3DF
(240,195,223)
#F2CCE4
(242,204,228)
#F4D5E9
(244,213,233)
#F6DEEE
(246,222,238)
#F8E7F3
(248,231,243)
#FAF0F8
(250,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E696C6; }

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

This text font color is #E696C6.


Background Color

.myBgColor { background-color: #E696C6; }

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

This div background color is #E696C6.


Border color

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

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

This div border color is #E696C6.


Opacity

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

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

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

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

This text has shadow with #E696C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E696C6 on black background.


Color preview on white background

This text has color #E696C6 on white background.



Black color preview on #E696C6 background

This text has black color on #E696C6 background.


White color preview on #E696C6 background

This text has white color on #E696C6 background.