COLOR #EBB6E0

HEX: #EBB6E0
RGB: (235,182,224)

Renk bilgisi

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

RGB renk modeli

#EBB6E0 color RGB value is (235,182,224).

  • kırmız ton 235;
  • yeşil ton 182;
  • mavi ton 224.
RGB:
(235,182,224)
(92%,71%,88%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 182 of 255 = 71%
B 224 of 255 = 88%

235
182
224

R + G + B ~ 84%. #EBB6E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 182 + 224 = 641 (100%)
R 235 of 641 ~ 36.66%
G 182 of 641 ~ 28.39%
B 224 of 641 ~ 34.95%

%36.66
%28.39
%34.95

CMYK RENK MODELİ

#EBB6E0 rengi CMYK tonu (0,23,5,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.55%
  • sarı tonu 4.68%
  • ana renk tonu 7.84%
CMYK:
(0,23,5,8)
C0M23Y5K8 
(0%,23%,5%,8%)
(0.00/0.23/0.05/0.08)	

CMYK yüzdeleri

%0
%22.55
%4.68
%7.84

Codes

Color #EBB6E0 in popluar color models

EBB6E0
RGB235182224
HSL312°56.99%81.76%
HSB/HSV312°22.55%92.16%
CMYK0.00%22.55%4.68%
7.84%

Color #EBB6E0 in popluar number systems.

HEXEBB6E0
Decimal235182224
Binary111010111011011011100000
Octal353266340

Shades and tints

Shades of #EBB6E0

#EBB6E0
(235,182,224)
#D6A6CC
(214,166,204)
#C196B8
(193,150,184)
#AC86A4
(172,134,164)
#977690
(151,118,144)
#82667C
(130,102,124)
#6D5668
(109,86,104)
#584654
(88,70,84)
#433640
(67,54,64)
#2E262C
(46,38,44)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #EBB6E0

#EBB6E0
(235,182,224)
#ECBCE2
(236,188,226)
#EDC2E4
(237,194,228)
#EEC8E6
(238,200,230)
#EFCEE8
(239,206,232)
#F0D4EA
(240,212,234)
#F1DAEC
(241,218,236)
#F2E0EE
(242,224,238)
#F3E6F0
(243,230,240)
#F4ECF2
(244,236,242)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB6E0 color. Also use rgb(235,182,224) instead hex code.

Text Font Color

.myTextColor { color: #EBB6E0; }

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

This text font color is #EBB6E0.


Background Color

.myBgColor { background-color: #EBB6E0; }

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

This div background color is #EBB6E0.


Border color

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

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

This div border color is #EBB6E0.


Opacity

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

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

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

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

This text has shadow with #EBB6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB6E0 on black background.


Color preview on white background

This text has color #EBB6E0 on white background.



Black color preview on #EBB6E0 background

This text has black color on #EBB6E0 background.


White color preview on #EBB6E0 background

This text has white color on #EBB6E0 background.