COLOR #EBC9EE

HEX: #EBC9EE
RGB: (235,201,238)

Renk bilgisi

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

RGB renk modeli

#EBC9EE color RGB value is (235,201,238).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 201 of 255 = 79%
B 238 of 255 = 93%

235
201
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 201 + 238 = 674 (100%)
R 235 of 674 ~ 34.87%
G 201 of 674 ~ 29.82%
B 238 of 674 ~ 35.31%

%34.87
%29.82
%35.31

CMYK RENK MODELİ

#EBC9EE rengi CMYK tonu (1,16,0,7).

  • camgöbeği tonu 1.26%
  • eflatun tonu 15.55%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(1,16,0,7)
C1M16Y0K7 
(1%,16%,0%,7%)
(0.01/0.16/0.00/0.07)	

CMYK yüzdeleri

%1.26
%15.55
%0
%6.67

Codes

Color #EBC9EE in popluar color models

EBC9EE
RGB235201238
HSL295°52.11%86.08%
HSB/HSV295°15.55%93.33%
CMYK1.26%15.55%0.00%
6.67%

Color #EBC9EE in popluar number systems.

HEXEBC9EE
Decimal235201238
Binary111010111100100111101110
Octal353311356

Shades and tints

Shades of #EBC9EE

#EBC9EE
(235,201,238)
#D6B7D9
(214,183,217)
#C1A5C4
(193,165,196)
#AC93AF
(172,147,175)
#97819A
(151,129,154)
#826F85
(130,111,133)
#6D5D70
(109,93,112)
#584B5B
(88,75,91)
#433946
(67,57,70)
#2E2731
(46,39,49)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #EBC9EE

#EBC9EE
(235,201,238)
#ECCDEF
(236,205,239)
#EDD1F0
(237,209,240)
#EED5F1
(238,213,241)
#EFD9F2
(239,217,242)
#F0DDF3
(240,221,243)
#F1E1F4
(241,225,244)
#F2E5F5
(242,229,245)
#F3E9F6
(243,233,246)
#F4EDF7
(244,237,247)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC9EE; }

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

This text font color is #EBC9EE.


Background Color

.myBgColor { background-color: #EBC9EE; }

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

This div background color is #EBC9EE.


Border color

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

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

This div border color is #EBC9EE.


Opacity

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

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

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

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

This text has shadow with #EBC9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC9EE on black background.


Color preview on white background

This text has color #EBC9EE on white background.



Black color preview on #EBC9EE background

This text has black color on #EBC9EE background.


White color preview on #EBC9EE background

This text has white color on #EBC9EE background.