COLOR #EB96D8

HEX: #EB96D8
RGB: (235,150,216)

Renk bilgisi

#EB96D8 contains mainly red and blue colors. #EB96D8 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#EB96D8 color RGB value is (235,150,216).

  • kırmız ton 235;
  • yeşil ton 150;
  • mavi ton 216.
RGB:
(235,150,216)
(92%,59%,85%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 150 of 255 = 59%
B 216 of 255 = 85%

235
150
216

R + G + B ~ 79%. #EB96D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 150 + 216 = 601 (100%)
R 235 of 601 ~ 39.1%
G 150 of 601 ~ 24.96%
B 216 of 601 ~ 35.94%

%39.1
%24.96
%35.94

CMYK RENK MODELİ

#EB96D8 rengi CMYK tonu (0,36,8,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.17%
  • sarı tonu 8.09%
  • ana renk tonu 7.84%
CMYK:
(0,36,8,8)
C0M36Y8K8 
(0%,36%,8%,8%)
(0.00/0.36/0.08/0.08)	

CMYK yüzdeleri

%0
%36.17
%8.09
%7.84

Codes

Color #EB96D8 in popluar color models

EB96D8
RGB235150216
HSL313°68.00%75.49%
HSB/HSV313°36.17%92.16%
CMYK0.00%36.17%8.09%
7.84%

Color #EB96D8 in popluar number systems.

HEXEB96D8
Decimal235150216
Binary111010111001011011011000
Octal353226330

Shades and tints

Shades of #EB96D8

#EB96D8
(235,150,216)
#D689C5
(214,137,197)
#C17CB2
(193,124,178)
#AC6F9F
(172,111,159)
#97628C
(151,98,140)
#825579
(130,85,121)
#6D4866
(109,72,102)
#583B53
(88,59,83)
#432E40
(67,46,64)
#2E212D
(46,33,45)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #EB96D8

#EB96D8
(235,150,216)
#EC9FDB
(236,159,219)
#EDA8DE
(237,168,222)
#EEB1E1
(238,177,225)
#EFBAE4
(239,186,228)
#F0C3E7
(240,195,231)
#F1CCEA
(241,204,234)
#F2D5ED
(242,213,237)
#F3DEF0
(243,222,240)
#F4E7F3
(244,231,243)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB96D8 color. Also use rgb(235,150,216) instead hex code.

Text Font Color

.myTextColor { color: #EB96D8; }

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

This text font color is #EB96D8.


Background Color

.myBgColor { background-color: #EB96D8; }

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

This div background color is #EB96D8.


Border color

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

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

This div border color is #EB96D8.


Opacity

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

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

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

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

This text has shadow with #EB96D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB96D8 on black background.


Color preview on white background

This text has color #EB96D8 on white background.



Black color preview on #EB96D8 background

This text has black color on #EB96D8 background.


White color preview on #EB96D8 background

This text has white color on #EB96D8 background.