COLOR #EBB5D4

HEX: #EBB5D4
RGB: (235,181,212)

Renk bilgisi

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

RGB renk modeli

#EBB5D4 color RGB value is (235,181,212).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 181 of 255 = 71%
B 212 of 255 = 83%

235
181
212

R + G + B ~ 82%. #EBB5D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 181 + 212 = 628 (100%)
R 235 of 628 ~ 37.42%
G 181 of 628 ~ 28.82%
B 212 of 628 ~ 33.76%

%37.42
%28.82
%33.76

CMYK RENK MODELİ

#EBB5D4 rengi CMYK tonu (0,23,10,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.98%
  • sarı tonu 9.79%
  • ana renk tonu 7.84%
CMYK:
(0,23,10,8)
C0M23Y10K8 
(0%,23%,10%,8%)
(0.00/0.23/0.10/0.08)	

CMYK yüzdeleri

%0
%22.98
%9.79
%7.84

Codes

Color #EBB5D4 in popluar color models

EBB5D4
RGB235181212
HSL326°57.45%81.57%
HSB/HSV326°22.98%92.16%
CMYK0.00%22.98%9.79%
7.84%

Color #EBB5D4 in popluar number systems.

HEXEBB5D4
Decimal235181212
Binary111010111011010111010100
Octal353265324

Shades and tints

Shades of #EBB5D4

#EBB5D4
(235,181,212)
#D6A5C1
(214,165,193)
#C195AE
(193,149,174)
#AC859B
(172,133,155)
#977588
(151,117,136)
#826575
(130,101,117)
#6D5562
(109,85,98)
#58454F
(88,69,79)
#43353C
(67,53,60)
#2E2529
(46,37,41)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #EBB5D4

#EBB5D4
(235,181,212)
#ECBBD7
(236,187,215)
#EDC1DA
(237,193,218)
#EEC7DD
(238,199,221)
#EFCDE0
(239,205,224)
#F0D3E3
(240,211,227)
#F1D9E6
(241,217,230)
#F2DFE9
(242,223,233)
#F3E5EC
(243,229,236)
#F4EBEF
(244,235,239)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB5D4; }

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

This text font color is #EBB5D4.


Background Color

.myBgColor { background-color: #EBB5D4; }

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

This div background color is #EBB5D4.


Border color

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

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

This div border color is #EBB5D4.


Opacity

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

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

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

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

This text has shadow with #EBB5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5D4 on black background.


Color preview on white background

This text has color #EBB5D4 on white background.



Black color preview on #EBB5D4 background

This text has black color on #EBB5D4 background.


White color preview on #EBB5D4 background

This text has white color on #EBB5D4 background.