COLOR #EB959C

HEX: #EB959C
RGB: (235,149,156)

Renk bilgisi

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

RGB renk modeli

#EB959C color RGB value is (235,149,156).

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

RGB bağlantıları ve doygunluk

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

235
149
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 149 + 156 = 540 (100%)
R 235 of 540 ~ 43.52%
G 149 of 540 ~ 27.59%
B 156 of 540 ~ 28.89%

%43.52
%27.59
%28.89

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.60%
  • sarı tonu 33.62%
  • 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
%33.62
%7.84

Codes

Color #EB959C in popluar color models

EB959C
RGB235149156
HSL355°68.25%75.29%
HSB/HSV355°36.60%92.16%
CMYK0.00%36.60%33.62%
7.84%

Color #EB959C in popluar number systems.

HEXEB959C
Decimal235149156
Binary111010111001010110011100
Octal353225234

Shades and tints

Shades of #EB959C

#EB959C
(235,149,156)
#D6888E
(214,136,142)
#C17B80
(193,123,128)
#AC6E72
(172,110,114)
#976164
(151,97,100)
#825456
(130,84,86)
#6D4748
(109,71,72)
#583A3A
(88,58,58)
#432D2C
(67,45,44)
#2E201E
(46,32,30)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #EB959C

#EB959C
(235,149,156)
#EC9EA5
(236,158,165)
#EDA7AE
(237,167,174)
#EEB0B7
(238,176,183)
#EFB9C0
(239,185,192)
#F0C2C9
(240,194,201)
#F1CBD2
(241,203,210)
#F2D4DB
(242,212,219)
#F3DDE4
(243,221,228)
#F4E6ED
(244,230,237)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB959C; }

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

This text font color is #EB959C.


Background Color

.myBgColor { background-color: #EB959C; }

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

This div background color is #EB959C.


Border color

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

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

This div border color is #EB959C.


Opacity

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

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

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

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

This text has shadow with #EB959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB959C on black background.


Color preview on white background

This text has color #EB959C on white background.



Black color preview on #EB959C background

This text has black color on #EB959C background.


White color preview on #EB959C background

This text has white color on #EB959C background.