COLOR #EBC2F0

HEX: #EBC2F0
RGB: (235,194,240)

Renk bilgisi

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

RGB renk modeli

#EBC2F0 color RGB value is (235,194,240).

  • kırmız ton 235;
  • yeşil ton 194;
  • mavi ton 240.
RGB:
(235,194,240)
(92%,76%,94%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 194 of 255 = 76%
B 240 of 255 = 94%

235
194
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 194 + 240 = 669 (100%)
R 235 of 669 ~ 35.13%
G 194 of 669 ~ 29%
B 240 of 669 ~ 35.87%

%35.13
%29
%35.87

CMYK RENK MODELİ

#EBC2F0 rengi CMYK tonu (2,19,0,6).

  • camgöbeği tonu 2.08%
  • eflatun tonu 19.17%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(2,19,0,6)
C2M19Y0K6 
(2%,19%,0%,6%)
(0.02/0.19/0.00/0.06)	

CMYK yüzdeleri

%2.08
%19.17
%0
%5.88

Codes

Color #EBC2F0 in popluar color models

EBC2F0
RGB235194240
HSL293°60.53%85.10%
HSB/HSV293°19.17%94.12%
CMYK2.08%19.17%0.00%
5.88%

Color #EBC2F0 in popluar number systems.

HEXEBC2F0
Decimal235194240
Binary111010111100001011110000
Octal353302360

Shades and tints

Shades of #EBC2F0

#EBC2F0
(235,194,240)
#D6B1DB
(214,177,219)
#C1A0C6
(193,160,198)
#AC8FB1
(172,143,177)
#977E9C
(151,126,156)
#826D87
(130,109,135)
#6D5C72
(109,92,114)
#584B5D
(88,75,93)
#433A48
(67,58,72)
#2E2933
(46,41,51)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #EBC2F0

#EBC2F0
(235,194,240)
#ECC7F1
(236,199,241)
#EDCCF2
(237,204,242)
#EED1F3
(238,209,243)
#EFD6F4
(239,214,244)
#F0DBF5
(240,219,245)
#F1E0F6
(241,224,246)
#F2E5F7
(242,229,247)
#F3EAF8
(243,234,248)
#F4EFF9
(244,239,249)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC2F0; }

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

This text font color is #EBC2F0.


Background Color

.myBgColor { background-color: #EBC2F0; }

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

This div background color is #EBC2F0.


Border color

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

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

This div border color is #EBC2F0.


Opacity

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

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

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

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

This text has shadow with #EBC2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC2F0 on black background.


Color preview on white background

This text has color #EBC2F0 on white background.



Black color preview on #EBC2F0 background

This text has black color on #EBC2F0 background.


White color preview on #EBC2F0 background

This text has white color on #EBC2F0 background.