COLOR #EBC5EB

HEX: #EBC5EB
RGB: (235,197,235)

Renk bilgisi

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

RGB renk modeli

#EBC5EB color RGB value is (235,197,235).

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

RGB bağlantıları ve doygunluk

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

235
197
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 197 + 235 = 667 (100%)
R 235 of 667 ~ 35.23%
G 197 of 667 ~ 29.54%
B 235 of 667 ~ 35.23%

%35.23
%29.54
%35.23

CMYK RENK MODELİ

#EBC5EB rengi CMYK tonu (0,16,0,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.17%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(0,16,0,8)
C0M16Y0K8 
(0%,16%,0%,8%)
(0.00/0.16/0.00/0.08)	

CMYK yüzdeleri

%0
%16.17
%0
%7.84

Codes

Color #EBC5EB in popluar color models

EBC5EB
RGB235197235
HSL300°48.72%84.71%
HSB/HSV300°16.17%92.16%
CMYK0.00%16.17%0.00%
7.84%

Color #EBC5EB in popluar number systems.

HEXEBC5EB
Decimal235197235
Binary111010111100010111101011
Octal353305353

Shades and tints

Shades of #EBC5EB

#EBC5EB
(235,197,235)
#D6B4D6
(214,180,214)
#C1A3C1
(193,163,193)
#AC92AC
(172,146,172)
#978197
(151,129,151)
#827082
(130,112,130)
#6D5F6D
(109,95,109)
#584E58
(88,78,88)
#433D43
(67,61,67)
#2E2C2E
(46,44,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #EBC5EB

#EBC5EB
(235,197,235)
#ECCAEC
(236,202,236)
#EDCFED
(237,207,237)
#EED4EE
(238,212,238)
#EFD9EF
(239,217,239)
#F0DEF0
(240,222,240)
#F1E3F1
(241,227,241)
#F2E8F2
(242,232,242)
#F3EDF3
(243,237,243)
#F4F2F4
(244,242,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC5EB; }

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

This text font color is #EBC5EB.


Background Color

.myBgColor { background-color: #EBC5EB; }

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

This div background color is #EBC5EB.


Border color

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

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

This div border color is #EBC5EB.


Opacity

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

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

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

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

This text has shadow with #EBC5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5EB on black background.


Color preview on white background

This text has color #EBC5EB on white background.



Black color preview on #EBC5EB background

This text has black color on #EBC5EB background.


White color preview on #EBC5EB background

This text has white color on #EBC5EB background.