COLOR #EB959B

HEX: #EB959B
RGB: (235,149,155)

Renk bilgisi

#EB959B contains mainly red color. #EB959B ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#EB959B color RGB value is (235,149,155).

  • kırmız ton 235;
  • yeşil ton 149;
  • mavi ton 155.
RGB:
(235,149,155)
(92%,58%,61%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 149 of 255 = 58%
B 155 of 255 = 61%

235
149
155

R + G + B ~ 70%. #EB959B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 149 + 155 = 539 (100%)
R 235 of 539 ~ 43.6%
G 149 of 539 ~ 27.64%
B 155 of 539 ~ 28.76%

%43.6
%27.64
%28.76

CMYK RENK MODELİ

#EB959B rengi CMYK tonu (0,37,34,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.60%
  • sarı tonu 34.04%
  • ana renk tonu 7.84%
CMYK:
(0,37,34,8)
C0M37Y34K8 
(0%,37%,34%,8%)
(0.00/0.37/0.34/0.08)	

CMYK yüzdeleri

%0
%36.6
%34.04
%7.84

Codes

Color #EB959B in popluar color models

EB959B
RGB235149155
HSL356°68.25%75.29%
HSB/HSV356°36.60%92.16%
CMYK0.00%36.60%34.04%
7.84%

Color #EB959B in popluar number systems.

HEXEB959B
Decimal235149155
Binary111010111001010110011011
Octal353225233

Shades and tints

Shades of #EB959B

#EB959B
(235,149,155)
#D6888D
(214,136,141)
#C17B7F
(193,123,127)
#AC6E71
(172,110,113)
#976163
(151,97,99)
#825455
(130,84,85)
#6D4747
(109,71,71)
#583A39
(88,58,57)
#432D2B
(67,45,43)
#2E201D
(46,32,29)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #EB959B

#EB959B
(235,149,155)
#EC9EA4
(236,158,164)
#EDA7AD
(237,167,173)
#EEB0B6
(238,176,182)
#EFB9BF
(239,185,191)
#F0C2C8
(240,194,200)
#F1CBD1
(241,203,209)
#F2D4DA
(242,212,218)
#F3DDE3
(243,221,227)
#F4E6EC
(244,230,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB959B color. Also use rgb(235,149,155) instead hex code.

Text Font Color

.myTextColor { color: #EB959B; }

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

This text font color is #EB959B.


Background Color

.myBgColor { background-color: #EB959B; }

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

This div background color is #EB959B.


Border color

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

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

This div border color is #EB959B.


Opacity

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

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

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

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

This text has shadow with #EB959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB959B on black background.


Color preview on white background

This text has color #EB959B on white background.



Black color preview on #EB959B background

This text has black color on #EB959B background.


White color preview on #EB959B background

This text has white color on #EB959B background.