COLOR #E697D5

HEX: #E697D5
RGB: (230,151,213)

Renk bilgisi

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

RGB renk modeli

#E697D5 color RGB value is (230,151,213).

  • kırmız ton 230;
  • yeşil ton 151;
  • mavi ton 213.
RGB:
(230,151,213)
(90%,59%,84%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 151 of 255 = 59%
B 213 of 255 = 84%

230
151
213

R + G + B ~ 78%. #E697D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 151 + 213 = 594 (100%)
R 230 of 594 ~ 38.72%
G 151 of 594 ~ 25.42%
B 213 of 594 ~ 35.86%

%38.72
%25.42
%35.86

CMYK RENK MODELİ

#E697D5 rengi CMYK tonu (0,34,7,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.35%
  • sarı tonu 7.39%
  • ana renk tonu 9.80%
CMYK:
(0,34,7,10)
C0M34Y7K10 
(0%,34%,7%,10%)
(0.00/0.34/0.07/0.10)	

CMYK yüzdeleri

%0
%34.35
%7.39
%9.8

Codes

Color #E697D5 in popluar color models

E697D5
RGB230151213
HSL313°61.24%74.71%
HSB/HSV313°34.35%90.20%
CMYK0.00%34.35%7.39%
9.80%

Color #E697D5 in popluar number systems.

HEXE697D5
Decimal230151213
Binary111001101001011111010101
Octal346227325

Shades and tints

Shades of #E697D5

#E697D5
(230,151,213)
#D28AC2
(210,138,194)
#BE7DAF
(190,125,175)
#AA709C
(170,112,156)
#966389
(150,99,137)
#825676
(130,86,118)
#6E4963
(110,73,99)
#5A3C50
(90,60,80)
#462F3D
(70,47,61)
#32222A
(50,34,42)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E697D5

#E697D5
(230,151,213)
#E8A0D8
(232,160,216)
#EAA9DB
(234,169,219)
#ECB2DE
(236,178,222)
#EEBBE1
(238,187,225)
#F0C4E4
(240,196,228)
#F2CDE7
(242,205,231)
#F4D6EA
(244,214,234)
#F6DFED
(246,223,237)
#F8E8F0
(248,232,240)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E697D5 color. Also use rgb(230,151,213) instead hex code.

Text Font Color

.myTextColor { color: #E697D5; }

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

This text font color is #E697D5.


Background Color

.myBgColor { background-color: #E697D5; }

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

This div background color is #E697D5.


Border color

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

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

This div border color is #E697D5.


Opacity

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

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

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

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

This text has shadow with #E697D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E697D5 on black background.


Color preview on white background

This text has color #E697D5 on white background.



Black color preview on #E697D5 background

This text has black color on #E697D5 background.


White color preview on #E697D5 background

This text has white color on #E697D5 background.