COLOR #E68B90

HEX: #E68B90
RGB: (230,139,144)

Renk bilgisi

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

RGB renk modeli

#E68B90 color RGB value is (230,139,144).

  • kırmız ton 230;
  • yeşil ton 139;
  • mavi ton 144.
RGB:
(230,139,144)
(90%,55%,56%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 139 of 255 = 55%
B 144 of 255 = 56%

230
139
144

R + G + B ~ 67%. #E68B90 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 139 + 144 = 513 (100%)
R 230 of 513 ~ 44.83%
G 139 of 513 ~ 27.1%
B 144 of 513 ~ 28.07%

%44.83
%27.1
%28.07

CMYK RENK MODELİ

#E68B90 rengi CMYK tonu (0,40,37,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.57%
  • sarı tonu 37.39%
  • ana renk tonu 9.80%
CMYK:
(0,40,37,10)
C0M40Y37K10 
(0%,40%,37%,10%)
(0.00/0.40/0.37/0.10)	

CMYK yüzdeleri

%0
%39.57
%37.39
%9.8

Codes

Color #E68B90 in popluar color models

E68B90
RGB230139144
HSL357°64.54%72.35%
HSB/HSV357°39.57%90.20%
CMYK0.00%39.57%37.39%
9.80%

Color #E68B90 in popluar number systems.

HEXE68B90
Decimal230139144
Binary111001101000101110010000
Octal346213220

Shades and tints

Shades of #E68B90

#E68B90
(230,139,144)
#D27F83
(210,127,131)
#BE7376
(190,115,118)
#AA6769
(170,103,105)
#965B5C
(150,91,92)
#824F4F
(130,79,79)
#6E4342
(110,67,66)
#5A3735
(90,55,53)
#462B28
(70,43,40)
#321F1B
(50,31,27)
#1E130E
(30,19,14)
#000000
(0,0,0)

Tints of #E68B90

#E68B90
(230,139,144)
#E8959A
(232,149,154)
#EA9FA4
(234,159,164)
#ECA9AE
(236,169,174)
#EEB3B8
(238,179,184)
#F0BDC2
(240,189,194)
#F2C7CC
(242,199,204)
#F4D1D6
(244,209,214)
#F6DBE0
(246,219,224)
#F8E5EA
(248,229,234)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68B90 color. Also use rgb(230,139,144) instead hex code.

Text Font Color

.myTextColor { color: #E68B90; }

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

This text font color is #E68B90.


Background Color

.myBgColor { background-color: #E68B90; }

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

This div background color is #E68B90.


Border color

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

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

This div border color is #E68B90.


Opacity

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

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

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

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

This text has shadow with #E68B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68B90 on black background.


Color preview on white background

This text has color #E68B90 on white background.



Black color preview on #E68B90 background

This text has black color on #E68B90 background.


White color preview on #E68B90 background

This text has white color on #E68B90 background.