COLOR #EBC5F2

HEX: #EBC5F2
RGB: (235,197,242)

Renk bilgisi

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

RGB renk modeli

#EBC5F2 color RGB value is (235,197,242).

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

RGB bağlantıları ve doygunluk

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

235
197
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 197 + 242 = 674 (100%)
R 235 of 674 ~ 34.87%
G 197 of 674 ~ 29.23%
B 242 of 674 ~ 35.91%

%34.87
%29.23
%35.91

CMYK RENK MODELİ

#EBC5F2 rengi CMYK tonu (3,19,0,5).

  • camgöbeği tonu 2.89%
  • eflatun tonu 18.60%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(3,19,0,5)
C3M19Y0K5 
(3%,19%,0%,5%)
(0.03/0.19/0.00/0.05)	

CMYK yüzdeleri

%2.89
%18.6
%0
%5.1

Codes

Color #EBC5F2 in popluar color models

EBC5F2
RGB235197242
HSL291°63.38%86.08%
HSB/HSV291°18.60%94.90%
CMYK2.89%18.60%0.00%
5.10%

Color #EBC5F2 in popluar number systems.

HEXEBC5F2
Decimal235197242
Binary111010111100010111110010
Octal353305362

Shades and tints

Shades of #EBC5F2

#EBC5F2
(235,197,242)
#D6B4DC
(214,180,220)
#C1A3C6
(193,163,198)
#AC92B0
(172,146,176)
#97819A
(151,129,154)
#827084
(130,112,132)
#6D5F6E
(109,95,110)
#584E58
(88,78,88)
#433D42
(67,61,66)
#2E2C2C
(46,44,44)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #EBC5F2

#EBC5F2
(235,197,242)
#ECCAF3
(236,202,243)
#EDCFF4
(237,207,244)
#EED4F5
(238,212,245)
#EFD9F6
(239,217,246)
#F0DEF7
(240,222,247)
#F1E3F8
(241,227,248)
#F2E8F9
(242,232,249)
#F3EDFA
(243,237,250)
#F4F2FB
(244,242,251)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC5F2; }

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

This text font color is #EBC5F2.


Background Color

.myBgColor { background-color: #EBC5F2; }

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

This div background color is #EBC5F2.


Border color

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

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

This div border color is #EBC5F2.


Opacity

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

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

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

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

This text has shadow with #EBC5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5F2 on black background.


Color preview on white background

This text has color #EBC5F2 on white background.



Black color preview on #EBC5F2 background

This text has black color on #EBC5F2 background.


White color preview on #EBC5F2 background

This text has white color on #EBC5F2 background.