COLOR #EBB5DC

HEX: #EBB5DC
RGB: (235,181,220)

Renk bilgisi

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

RGB renk modeli

#EBB5DC color RGB value is (235,181,220).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 181 of 255 = 71%
B 220 of 255 = 86%

235
181
220

R + G + B ~ 83%. #EBB5DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 181 + 220 = 636 (100%)
R 235 of 636 ~ 36.95%
G 181 of 636 ~ 28.46%
B 220 of 636 ~ 34.59%

%36.95
%28.46
%34.59

CMYK RENK MODELİ

#EBB5DC rengi CMYK tonu (0,23,6,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.98%
  • sarı tonu 6.38%
  • ana renk tonu 7.84%
CMYK:
(0,23,6,8)
C0M23Y6K8 
(0%,23%,6%,8%)
(0.00/0.23/0.06/0.08)	

CMYK yüzdeleri

%0
%22.98
%6.38
%7.84

Codes

Color #EBB5DC in popluar color models

EBB5DC
RGB235181220
HSL317°57.45%81.57%
HSB/HSV317°22.98%92.16%
CMYK0.00%22.98%6.38%
7.84%

Color #EBB5DC in popluar number systems.

HEXEBB5DC
Decimal235181220
Binary111010111011010111011100
Octal353265334

Shades and tints

Shades of #EBB5DC

#EBB5DC
(235,181,220)
#D6A5C8
(214,165,200)
#C195B4
(193,149,180)
#AC85A0
(172,133,160)
#97758C
(151,117,140)
#826578
(130,101,120)
#6D5564
(109,85,100)
#584550
(88,69,80)
#43353C
(67,53,60)
#2E2528
(46,37,40)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #EBB5DC

#EBB5DC
(235,181,220)
#ECBBDF
(236,187,223)
#EDC1E2
(237,193,226)
#EEC7E5
(238,199,229)
#EFCDE8
(239,205,232)
#F0D3EB
(240,211,235)
#F1D9EE
(241,217,238)
#F2DFF1
(242,223,241)
#F3E5F4
(243,229,244)
#F4EBF7
(244,235,247)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB5DC; }

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

This text font color is #EBB5DC.


Background Color

.myBgColor { background-color: #EBB5DC; }

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

This div background color is #EBB5DC.


Border color

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

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

This div border color is #EBB5DC.


Opacity

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

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

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

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

This text has shadow with #EBB5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5DC on black background.


Color preview on white background

This text has color #EBB5DC on white background.



Black color preview on #EBB5DC background

This text has black color on #EBB5DC background.


White color preview on #EBB5DC background

This text has white color on #EBB5DC background.