COLOR #EBB5EE

HEX: #EBB5EE
RGB: (235,181,238)

Renk bilgisi

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

RGB renk modeli

#EBB5EE color RGB value is (235,181,238).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 181 of 255 = 71%
B 238 of 255 = 93%

235
181
238

R + G + B ~ 85%. #EBB5EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 181 + 238 = 654 (100%)
R 235 of 654 ~ 35.93%
G 181 of 654 ~ 27.68%
B 238 of 654 ~ 36.39%

%35.93
%27.68
%36.39

CMYK RENK MODELİ

#EBB5EE rengi CMYK tonu (1,24,0,7).

  • camgöbeği tonu 1.26%
  • eflatun tonu 23.95%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(1,24,0,7)
C1M24Y0K7 
(1%,24%,0%,7%)
(0.01/0.24/0.00/0.07)	

CMYK yüzdeleri

%1.26
%23.95
%0
%6.67

Codes

Color #EBB5EE in popluar color models

EBB5EE
RGB235181238
HSL297°62.64%82.16%
HSB/HSV297°23.95%93.33%
CMYK1.26%23.95%0.00%
6.67%

Color #EBB5EE in popluar number systems.

HEXEBB5EE
Decimal235181238
Binary111010111011010111101110
Octal353265356

Shades and tints

Shades of #EBB5EE

#EBB5EE
(235,181,238)
#D6A5D9
(214,165,217)
#C195C4
(193,149,196)
#AC85AF
(172,133,175)
#97759A
(151,117,154)
#826585
(130,101,133)
#6D5570
(109,85,112)
#58455B
(88,69,91)
#433546
(67,53,70)
#2E2531
(46,37,49)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #EBB5EE

#EBB5EE
(235,181,238)
#ECBBEF
(236,187,239)
#EDC1F0
(237,193,240)
#EEC7F1
(238,199,241)
#EFCDF2
(239,205,242)
#F0D3F3
(240,211,243)
#F1D9F4
(241,217,244)
#F2DFF5
(242,223,245)
#F3E5F6
(243,229,246)
#F4EBF7
(244,235,247)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB5EE; }

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

This text font color is #EBB5EE.


Background Color

.myBgColor { background-color: #EBB5EE; }

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

This div background color is #EBB5EE.


Border color

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

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

This div border color is #EBB5EE.


Opacity

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

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

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

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

This text has shadow with #EBB5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5EE on black background.


Color preview on white background

This text has color #EBB5EE on white background.



Black color preview on #EBB5EE background

This text has black color on #EBB5EE background.


White color preview on #EBB5EE background

This text has white color on #EBB5EE background.