COLOR #EBC4EB

HEX: #EBC4EB
RGB: (235,196,235)

Renk bilgisi

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

RGB renk modeli

#EBC4EB color RGB value is (235,196,235).

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

RGB bağlantıları ve doygunluk

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

235
196
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 196 + 235 = 666 (100%)
R 235 of 666 ~ 35.29%
G 196 of 666 ~ 29.43%
B 235 of 666 ~ 35.29%

%35.29
%29.43
%35.29

CMYK RENK MODELİ

#EBC4EB rengi CMYK tonu (0,17,0,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.60%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(0,17,0,8)
C0M17Y0K8 
(0%,17%,0%,8%)
(0.00/0.17/0.00/0.08)	

CMYK yüzdeleri

%0
%16.6
%0
%7.84

Codes

Color #EBC4EB in popluar color models

EBC4EB
RGB235196235
HSL300°49.37%84.51%
HSB/HSV300°16.60%92.16%
CMYK0.00%16.60%0.00%
7.84%

Color #EBC4EB in popluar number systems.

HEXEBC4EB
Decimal235196235
Binary111010111100010011101011
Octal353304353

Shades and tints

Shades of #EBC4EB

#EBC4EB
(235,196,235)
#D6B3D6
(214,179,214)
#C1A2C1
(193,162,193)
#AC91AC
(172,145,172)
#978097
(151,128,151)
#826F82
(130,111,130)
#6D5E6D
(109,94,109)
#584D58
(88,77,88)
#433C43
(67,60,67)
#2E2B2E
(46,43,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #EBC4EB

#EBC4EB
(235,196,235)
#ECC9EC
(236,201,236)
#EDCEED
(237,206,237)
#EED3EE
(238,211,238)
#EFD8EF
(239,216,239)
#F0DDF0
(240,221,240)
#F1E2F1
(241,226,241)
#F2E7F2
(242,231,242)
#F3ECF3
(243,236,243)
#F4F1F4
(244,241,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC4EB; }

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

This text font color is #EBC4EB.


Background Color

.myBgColor { background-color: #EBC4EB; }

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

This div background color is #EBC4EB.


Border color

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

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

This div border color is #EBC4EB.


Opacity

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

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

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

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

This text has shadow with #EBC4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC4EB on black background.


Color preview on white background

This text has color #EBC4EB on white background.



Black color preview on #EBC4EB background

This text has black color on #EBC4EB background.


White color preview on #EBC4EB background

This text has white color on #EBC4EB background.