COLOR #EBC5EE

HEX: #EBC5EE
RGB: (235,197,238)

Renk bilgisi

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

RGB renk modeli

#EBC5EE color RGB value is (235,197,238).

  • kırmız ton 235;
  • yeşil ton 197;
  • mavi ton 238.
RGB:
(235,197,238)
(92%,77%,93%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 197 of 255 = 77%
B 238 of 255 = 93%

235
197
238

R + G + B ~ 87%. #EBC5EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 197 + 238 = 670 (100%)
R 235 of 670 ~ 35.07%
G 197 of 670 ~ 29.4%
B 238 of 670 ~ 35.52%

%35.07
%29.4
%35.52

CMYK RENK MODELİ

#EBC5EE rengi CMYK tonu (1,17,0,7).

  • camgöbeği tonu 1.26%
  • eflatun tonu 17.23%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(1,17,0,7)
C1M17Y0K7 
(1%,17%,0%,7%)
(0.01/0.17/0.00/0.07)	

CMYK yüzdeleri

%1.26
%17.23
%0
%6.67

Codes

Color #EBC5EE in popluar color models

EBC5EE
RGB235197238
HSL296°54.67%85.29%
HSB/HSV296°17.23%93.33%
CMYK1.26%17.23%0.00%
6.67%

Color #EBC5EE in popluar number systems.

HEXEBC5EE
Decimal235197238
Binary111010111100010111101110
Octal353305356

Shades and tints

Shades of #EBC5EE

#EBC5EE
(235,197,238)
#D6B4D9
(214,180,217)
#C1A3C4
(193,163,196)
#AC92AF
(172,146,175)
#97819A
(151,129,154)
#827085
(130,112,133)
#6D5F70
(109,95,112)
#584E5B
(88,78,91)
#433D46
(67,61,70)
#2E2C31
(46,44,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #EBC5EE

#EBC5EE
(235,197,238)
#ECCAEF
(236,202,239)
#EDCFF0
(237,207,240)
#EED4F1
(238,212,241)
#EFD9F2
(239,217,242)
#F0DEF3
(240,222,243)
#F1E3F4
(241,227,244)
#F2E8F5
(242,232,245)
#F3EDF6
(243,237,246)
#F4F2F7
(244,242,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC5EE color. Also use rgb(235,197,238) instead hex code.

Text Font Color

.myTextColor { color: #EBC5EE; }

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

This text font color is #EBC5EE.


Background Color

.myBgColor { background-color: #EBC5EE; }

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

This div background color is #EBC5EE.


Border color

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

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

This div border color is #EBC5EE.


Opacity

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

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

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

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

This text has shadow with #EBC5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5EE on black background.


Color preview on white background

This text has color #EBC5EE on white background.



Black color preview on #EBC5EE background

This text has black color on #EBC5EE background.


White color preview on #EBC5EE background

This text has white color on #EBC5EE background.