COLOR #EBC7EF

HEX: #EBC7EF
RGB: (235,199,239)

Renk bilgisi

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

RGB renk modeli

#EBC7EF color RGB value is (235,199,239).

  • kırmız ton 235;
  • yeşil ton 199;
  • mavi ton 239.
RGB:
(235,199,239)
(92%,78%,94%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 199 of 255 = 78%
B 239 of 255 = 94%

235
199
239

R + G + B ~ 88%. #EBC7EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 199 + 239 = 673 (100%)
R 235 of 673 ~ 34.92%
G 199 of 673 ~ 29.57%
B 239 of 673 ~ 35.51%

%34.92
%29.57
%35.51

CMYK RENK MODELİ

#EBC7EF rengi CMYK tonu (2,17,0,6).

  • camgöbeği tonu 1.67%
  • eflatun tonu 16.74%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(2,17,0,6)
C2M17Y0K6 
(2%,17%,0%,6%)
(0.02/0.17/0.00/0.06)	

CMYK yüzdeleri

%1.67
%16.74
%0
%6.27

Codes

Color #EBC7EF in popluar color models

EBC7EF
RGB235199239
HSL294°55.56%85.88%
HSB/HSV294°16.74%93.73%
CMYK1.67%16.74%0.00%
6.27%

Color #EBC7EF in popluar number systems.

HEXEBC7EF
Decimal235199239
Binary111010111100011111101111
Octal353307357

Shades and tints

Shades of #EBC7EF

#EBC7EF
(235,199,239)
#D6B5DA
(214,181,218)
#C1A3C5
(193,163,197)
#AC91B0
(172,145,176)
#977F9B
(151,127,155)
#826D86
(130,109,134)
#6D5B71
(109,91,113)
#58495C
(88,73,92)
#433747
(67,55,71)
#2E2532
(46,37,50)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #EBC7EF

#EBC7EF
(235,199,239)
#ECCCF0
(236,204,240)
#EDD1F1
(237,209,241)
#EED6F2
(238,214,242)
#EFDBF3
(239,219,243)
#F0E0F4
(240,224,244)
#F1E5F5
(241,229,245)
#F2EAF6
(242,234,246)
#F3EFF7
(243,239,247)
#F4F4F8
(244,244,248)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC7EF color. Also use rgb(235,199,239) instead hex code.

Text Font Color

.myTextColor { color: #EBC7EF; }

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

This text font color is #EBC7EF.


Background Color

.myBgColor { background-color: #EBC7EF; }

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

This div background color is #EBC7EF.


Border color

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

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

This div border color is #EBC7EF.


Opacity

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

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

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

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

This text has shadow with #EBC7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC7EF on black background.


Color preview on white background

This text has color #EBC7EF on white background.



Black color preview on #EBC7EF background

This text has black color on #EBC7EF background.


White color preview on #EBC7EF background

This text has white color on #EBC7EF background.