COLOR #EBB5C8

HEX: #EBB5C8
RGB: (235,181,200)

Renk bilgisi

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

RGB renk modeli

#EBB5C8 color RGB value is (235,181,200).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 181 of 255 = 71%
B 200 of 255 = 78%

235
181
200

R + G + B ~ 80%. #EBB5C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 181 + 200 = 616 (100%)
R 235 of 616 ~ 38.15%
G 181 of 616 ~ 29.38%
B 200 of 616 ~ 32.47%

%38.15
%29.38
%32.47

CMYK RENK MODELİ

#EBB5C8 rengi CMYK tonu (0,23,15,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.98%
  • sarı tonu 14.89%
  • ana renk tonu 7.84%
CMYK:
(0,23,15,8)
C0M23Y15K8 
(0%,23%,15%,8%)
(0.00/0.23/0.15/0.08)	

CMYK yüzdeleri

%0
%22.98
%14.89
%7.84

Codes

Color #EBB5C8 in popluar color models

EBB5C8
RGB235181200
HSL339°57.45%81.57%
HSB/HSV339°22.98%92.16%
CMYK0.00%22.98%14.89%
7.84%

Color #EBB5C8 in popluar number systems.

HEXEBB5C8
Decimal235181200
Binary111010111011010111001000
Octal353265310

Shades and tints

Shades of #EBB5C8

#EBB5C8
(235,181,200)
#D6A5B6
(214,165,182)
#C195A4
(193,149,164)
#AC8592
(172,133,146)
#977580
(151,117,128)
#82656E
(130,101,110)
#6D555C
(109,85,92)
#58454A
(88,69,74)
#433538
(67,53,56)
#2E2526
(46,37,38)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #EBB5C8

#EBB5C8
(235,181,200)
#ECBBCD
(236,187,205)
#EDC1D2
(237,193,210)
#EEC7D7
(238,199,215)
#EFCDDC
(239,205,220)
#F0D3E1
(240,211,225)
#F1D9E6
(241,217,230)
#F2DFEB
(242,223,235)
#F3E5F0
(243,229,240)
#F4EBF5
(244,235,245)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB5C8; }

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

This text font color is #EBB5C8.


Background Color

.myBgColor { background-color: #EBB5C8; }

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

This div background color is #EBB5C8.


Border color

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

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

This div border color is #EBB5C8.


Opacity

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

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

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

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

This text has shadow with #EBB5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5C8 on black background.


Color preview on white background

This text has color #EBB5C8 on white background.



Black color preview on #EBB5C8 background

This text has black color on #EBB5C8 background.


White color preview on #EBB5C8 background

This text has white color on #EBB5C8 background.