COLOR #E688B0

HEX: #E688B0
RGB: (230,136,176)

Renk bilgisi

#E688B0 contains mainly red and blue colors. #E688B0 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E688B0 color RGB value is (230,136,176).

  • kırmız ton 230;
  • yeşil ton 136;
  • mavi ton 176.
RGB:
(230,136,176)
(90%,53%,69%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 136 of 255 = 53%
B 176 of 255 = 69%

230
136
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 136 + 176 = 542 (100%)
R 230 of 542 ~ 42.44%
G 136 of 542 ~ 25.09%
B 176 of 542 ~ 32.47%

%42.44
%25.09
%32.47

CMYK RENK MODELİ

#E688B0 rengi CMYK tonu (0,41,23,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.87%
  • sarı tonu 23.48%
  • ana renk tonu 9.80%
CMYK:
(0,41,23,10)
C0M41Y23K10 
(0%,41%,23%,10%)
(0.00/0.41/0.23/0.10)	

CMYK yüzdeleri

%0
%40.87
%23.48
%9.8

Codes

Color #E688B0 in popluar color models

E688B0
RGB230136176
HSL334°65.28%71.76%
HSB/HSV334°40.87%90.20%
CMYK0.00%40.87%23.48%
9.80%

Color #E688B0 in popluar number systems.

HEXE688B0
Decimal230136176
Binary111001101000100010110000
Octal346210260

Shades and tints

Shades of #E688B0

#E688B0
(230,136,176)
#D27CA0
(210,124,160)
#BE7090
(190,112,144)
#AA6480
(170,100,128)
#965870
(150,88,112)
#824C60
(130,76,96)
#6E4050
(110,64,80)
#5A3440
(90,52,64)
#462830
(70,40,48)
#321C20
(50,28,32)
#1E1010
(30,16,16)
#000000
(0,0,0)

Tints of #E688B0

#E688B0
(230,136,176)
#E892B7
(232,146,183)
#EA9CBE
(234,156,190)
#ECA6C5
(236,166,197)
#EEB0CC
(238,176,204)
#F0BAD3
(240,186,211)
#F2C4DA
(242,196,218)
#F4CEE1
(244,206,225)
#F6D8E8
(246,216,232)
#F8E2EF
(248,226,239)
#FAECF6
(250,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E688B0 color. Also use rgb(230,136,176) instead hex code.

Text Font Color

.myTextColor { color: #E688B0; }

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

This text font color is #E688B0.


Background Color

.myBgColor { background-color: #E688B0; }

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

This div background color is #E688B0.


Border color

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

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

This div border color is #E688B0.


Opacity

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

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

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

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

This text has shadow with #E688B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E688B0 on black background.


Color preview on white background

This text has color #E688B0 on white background.



Black color preview on #E688B0 background

This text has black color on #E688B0 background.


White color preview on #E688B0 background

This text has white color on #E688B0 background.