COLOR #E6789B

HEX: #E6789B
RGB: (230,120,155)

Renk bilgisi

#E6789B contains mainly red color. #E6789B ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#E6789B color RGB value is (230,120,155).

  • kırmız ton 230;
  • yeşil ton 120;
  • mavi ton 155.
RGB:
(230,120,155)
(90%,47%,61%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 120 of 255 = 47%
B 155 of 255 = 61%

230
120
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 120 + 155 = 505 (100%)
R 230 of 505 ~ 45.54%
G 120 of 505 ~ 23.76%
B 155 of 505 ~ 30.69%

%45.54
%23.76
%30.69

CMYK RENK MODELİ

#E6789B rengi CMYK tonu (0,48,33,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.83%
  • sarı tonu 32.61%
  • ana renk tonu 9.80%
CMYK:
(0,48,33,10)
C0M48Y33K10 
(0%,48%,33%,10%)
(0.00/0.48/0.33/0.10)	

CMYK yüzdeleri

%0
%47.83
%32.61
%9.8

Codes

Color #E6789B in popluar color models

E6789B
RGB230120155
HSL341°68.75%68.63%
HSB/HSV341°47.83%90.20%
CMYK0.00%47.83%32.61%
9.80%

Color #E6789B in popluar number systems.

HEXE6789B
Decimal230120155
Binary11100110111100010011011
Octal346170233

Shades and tints

Shades of #E6789B

#E6789B
(230,120,155)
#D26E8D
(210,110,141)
#BE647F
(190,100,127)
#AA5A71
(170,90,113)
#965063
(150,80,99)
#824655
(130,70,85)
#6E3C47
(110,60,71)
#5A3239
(90,50,57)
#46282B
(70,40,43)
#321E1D
(50,30,29)
#1E140F
(30,20,15)
#000000
(0,0,0)

Tints of #E6789B

#E6789B
(230,120,155)
#E884A4
(232,132,164)
#EA90AD
(234,144,173)
#EC9CB6
(236,156,182)
#EEA8BF
(238,168,191)
#F0B4C8
(240,180,200)
#F2C0D1
(242,192,209)
#F4CCDA
(244,204,218)
#F6D8E3
(246,216,227)
#F8E4EC
(248,228,236)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6789B color. Also use rgb(230,120,155) instead hex code.

Text Font Color

.myTextColor { color: #E6789B; }

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

This text font color is #E6789B.


Background Color

.myBgColor { background-color: #E6789B; }

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

This div background color is #E6789B.


Border color

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

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

This div border color is #E6789B.


Opacity

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

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

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

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

This text has shadow with #E6789B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6789B on black background.


Color preview on white background

This text has color #E6789B on white background.



Black color preview on #E6789B background

This text has black color on #E6789B background.


White color preview on #E6789B background

This text has white color on #E6789B background.