COLOR #EB957D

HEX: #EB957D
RGB: (235,149,125)

Renk bilgisi

#EB957D contains mainly red color. #EB957D ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EB957D color RGB value is (235,149,125).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 149 of 255 = 58%
B 125 of 255 = 49%

235
149
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 149 + 125 = 509 (100%)
R 235 of 509 ~ 46.17%
G 149 of 509 ~ 29.27%
B 125 of 509 ~ 24.56%

%46.17
%29.27
%24.56

CMYK RENK MODELİ

#EB957D rengi CMYK tonu (0,37,47,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.60%
  • sarı tonu 46.81%
  • ana renk tonu 7.84%
CMYK:
(0,37,47,8)
C0M37Y47K8 
(0%,37%,47%,8%)
(0.00/0.37/0.47/0.08)	

CMYK yüzdeleri

%0
%36.6
%46.81
%7.84

Codes

Color #EB957D in popluar color models

EB957D
RGB235149125
HSL13°73.33%70.59%
HSB/HSV13°46.81%92.16%
CMYK0.00%36.60%46.81%
7.84%

Color #EB957D in popluar number systems.

HEXEB957D
Decimal235149125
Binary11101011100101011111101
Octal353225175

Shades and tints

Shades of #EB957D

#EB957D
(235,149,125)
#D68872
(214,136,114)
#C17B67
(193,123,103)
#AC6E5C
(172,110,92)
#976151
(151,97,81)
#825446
(130,84,70)
#6D473B
(109,71,59)
#583A30
(88,58,48)
#432D25
(67,45,37)
#2E201A
(46,32,26)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #EB957D

#EB957D
(235,149,125)
#EC9E88
(236,158,136)
#EDA793
(237,167,147)
#EEB09E
(238,176,158)
#EFB9A9
(239,185,169)
#F0C2B4
(240,194,180)
#F1CBBF
(241,203,191)
#F2D4CA
(242,212,202)
#F3DDD5
(243,221,213)
#F4E6E0
(244,230,224)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB957D; }

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

This text font color is #EB957D.


Background Color

.myBgColor { background-color: #EB957D; }

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

This div background color is #EB957D.


Border color

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

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

This div border color is #EB957D.


Opacity

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

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

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

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

This text has shadow with #EB957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB957D on black background.


Color preview on white background

This text has color #EB957D on white background.



Black color preview on #EB957D background

This text has black color on #EB957D background.


White color preview on #EB957D background

This text has white color on #EB957D background.