COLOR #EBBEE5

HEX: #EBBEE5
RGB: (235,190,229)

Renk bilgisi

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

RGB renk modeli

#EBBEE5 color RGB value is (235,190,229).

  • kırmız ton 235;
  • yeşil ton 190;
  • mavi ton 229.
RGB:
(235,190,229)
(92%,75%,90%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 190 of 255 = 75%
B 229 of 255 = 90%

235
190
229

R + G + B ~ 86%. #EBBEE5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 190 + 229 = 654 (100%)
R 235 of 654 ~ 35.93%
G 190 of 654 ~ 29.05%
B 229 of 654 ~ 35.02%

%35.93
%29.05
%35.02

CMYK RENK MODELİ

#EBBEE5 rengi CMYK tonu (0,19,3,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.15%
  • sarı tonu 2.55%
  • ana renk tonu 7.84%
CMYK:
(0,19,3,8)
C0M19Y3K8 
(0%,19%,3%,8%)
(0.00/0.19/0.03/0.08)	

CMYK yüzdeleri

%0
%19.15
%2.55
%7.84

Codes

Color #EBBEE5 in popluar color models

EBBEE5
RGB235190229
HSL308°52.94%83.33%
HSB/HSV308°19.15%92.16%
CMYK0.00%19.15%2.55%
7.84%

Color #EBBEE5 in popluar number systems.

HEXEBBEE5
Decimal235190229
Binary111010111011111011100101
Octal353276345

Shades and tints

Shades of #EBBEE5

#EBBEE5
(235,190,229)
#D6ADD1
(214,173,209)
#C19CBD
(193,156,189)
#AC8BA9
(172,139,169)
#977A95
(151,122,149)
#826981
(130,105,129)
#6D586D
(109,88,109)
#584759
(88,71,89)
#433645
(67,54,69)
#2E2531
(46,37,49)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #EBBEE5

#EBBEE5
(235,190,229)
#ECC3E7
(236,195,231)
#EDC8E9
(237,200,233)
#EECDEB
(238,205,235)
#EFD2ED
(239,210,237)
#F0D7EF
(240,215,239)
#F1DCF1
(241,220,241)
#F2E1F3
(242,225,243)
#F3E6F5
(243,230,245)
#F4EBF7
(244,235,247)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBEE5 color. Also use rgb(235,190,229) instead hex code.

Text Font Color

.myTextColor { color: #EBBEE5; }

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

This text font color is #EBBEE5.


Background Color

.myBgColor { background-color: #EBBEE5; }

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

This div background color is #EBBEE5.


Border color

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

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

This div border color is #EBBEE5.


Opacity

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

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

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

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

This text has shadow with #EBBEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBEE5 on black background.


Color preview on white background

This text has color #EBBEE5 on white background.



Black color preview on #EBBEE5 background

This text has black color on #EBBEE5 background.


White color preview on #EBBEE5 background

This text has white color on #EBBEE5 background.