COLOR #EBC0E6

HEX: #EBC0E6
RGB: (235,192,230)

Renk bilgisi

#EBC0E6 contains red, green and blue colors in about the same proportion. #EBC0E6 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#EBC0E6 color RGB value is (235,192,230).

  • kırmız ton 235;
  • yeşil ton 192;
  • mavi ton 230.
RGB:
(235,192,230)
(92%,75%,90%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 192 of 255 = 75%
B 230 of 255 = 90%

235
192
230

R + G + B ~ 86%. #EBC0E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 192 + 230 = 657 (100%)
R 235 of 657 ~ 35.77%
G 192 of 657 ~ 29.22%
B 230 of 657 ~ 35.01%

%35.77
%29.22
%35.01

CMYK RENK MODELİ

#EBC0E6 rengi CMYK tonu (0,18,2,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.30%
  • sarı tonu 2.13%
  • ana renk tonu 7.84%
CMYK:
(0,18,2,8)
C0M18Y2K8 
(0%,18%,2%,8%)
(0.00/0.18/0.02/0.08)	

CMYK yüzdeleri

%0
%18.3
%2.13
%7.84

Codes

Color #EBC0E6 in popluar color models

EBC0E6
RGB235192230
HSL307°51.81%83.73%
HSB/HSV307°18.30%92.16%
CMYK0.00%18.30%2.13%
7.84%

Color #EBC0E6 in popluar number systems.

HEXEBC0E6
Decimal235192230
Binary111010111100000011100110
Octal353300346

Shades and tints

Shades of #EBC0E6

#EBC0E6
(235,192,230)
#D6AFD2
(214,175,210)
#C19EBE
(193,158,190)
#AC8DAA
(172,141,170)
#977C96
(151,124,150)
#826B82
(130,107,130)
#6D5A6E
(109,90,110)
#58495A
(88,73,90)
#433846
(67,56,70)
#2E2732
(46,39,50)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #EBC0E6

#EBC0E6
(235,192,230)
#ECC5E8
(236,197,232)
#EDCAEA
(237,202,234)
#EECFEC
(238,207,236)
#EFD4EE
(239,212,238)
#F0D9F0
(240,217,240)
#F1DEF2
(241,222,242)
#F2E3F4
(242,227,244)
#F3E8F6
(243,232,246)
#F4EDF8
(244,237,248)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC0E6 color. Also use rgb(235,192,230) instead hex code.

Text Font Color

.myTextColor { color: #EBC0E6; }

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

This text font color is #EBC0E6.


Background Color

.myBgColor { background-color: #EBC0E6; }

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

This div background color is #EBC0E6.


Border color

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

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

This div border color is #EBC0E6.


Opacity

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

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

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

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

This text has shadow with #EBC0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC0E6 on black background.


Color preview on white background

This text has color #EBC0E6 on white background.



Black color preview on #EBC0E6 background

This text has black color on #EBC0E6 background.


White color preview on #EBC0E6 background

This text has white color on #EBC0E6 background.