COLOR #EBBBD5

HEX: #EBBBD5
RGB: (235,187,213)

Renk bilgisi

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

RGB renk modeli

#EBBBD5 color RGB value is (235,187,213).

  • kırmız ton 235;
  • yeşil ton 187;
  • mavi ton 213.
RGB:
(235,187,213)
(92%,73%,84%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 187 of 255 = 73%
B 213 of 255 = 84%

235
187
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 187 + 213 = 635 (100%)
R 235 of 635 ~ 37.01%
G 187 of 635 ~ 29.45%
B 213 of 635 ~ 33.54%

%37.01
%29.45
%33.54

CMYK RENK MODELİ

#EBBBD5 rengi CMYK tonu (0,20,9,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.43%
  • sarı tonu 9.36%
  • ana renk tonu 7.84%
CMYK:
(0,20,9,8)
C0M20Y9K8 
(0%,20%,9%,8%)
(0.00/0.20/0.09/0.08)	

CMYK yüzdeleri

%0
%20.43
%9.36
%7.84

Codes

Color #EBBBD5 in popluar color models

EBBBD5
RGB235187213
HSL328°54.55%82.75%
HSB/HSV328°20.43%92.16%
CMYK0.00%20.43%9.36%
7.84%

Color #EBBBD5 in popluar number systems.

HEXEBBBD5
Decimal235187213
Binary111010111011101111010101
Octal353273325

Shades and tints

Shades of #EBBBD5

#EBBBD5
(235,187,213)
#D6AAC2
(214,170,194)
#C199AF
(193,153,175)
#AC889C
(172,136,156)
#977789
(151,119,137)
#826676
(130,102,118)
#6D5563
(109,85,99)
#584450
(88,68,80)
#43333D
(67,51,61)
#2E222A
(46,34,42)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #EBBBD5

#EBBBD5
(235,187,213)
#ECC1D8
(236,193,216)
#EDC7DB
(237,199,219)
#EECDDE
(238,205,222)
#EFD3E1
(239,211,225)
#F0D9E4
(240,217,228)
#F1DFE7
(241,223,231)
#F2E5EA
(242,229,234)
#F3EBED
(243,235,237)
#F4F1F0
(244,241,240)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBBD5 color. Also use rgb(235,187,213) instead hex code.

Text Font Color

.myTextColor { color: #EBBBD5; }

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

This text font color is #EBBBD5.


Background Color

.myBgColor { background-color: #EBBBD5; }

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

This div background color is #EBBBD5.


Border color

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

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

This div border color is #EBBBD5.


Opacity

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

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

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

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

This text has shadow with #EBBBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBBD5 on black background.


Color preview on white background

This text has color #EBBBD5 on white background.



Black color preview on #EBBBD5 background

This text has black color on #EBBBD5 background.


White color preview on #EBBBD5 background

This text has white color on #EBBBD5 background.