COLOR #EBBEE4

HEX: #EBBEE4
RGB: (235,190,228)

Renk bilgisi

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

RGB renk modeli

#EBBEE4 color RGB value is (235,190,228).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 190 of 255 = 75%
B 228 of 255 = 89%

235
190
228

R + G + B ~ 85%. #EBBEE4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 190 + 228 = 653 (100%)
R 235 of 653 ~ 35.99%
G 190 of 653 ~ 29.1%
B 228 of 653 ~ 34.92%

%35.99
%29.1
%34.92

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.15%
  • sarı tonu 2.98%
  • 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.98
%7.84

Codes

Color #EBBEE4 in popluar color models

EBBEE4
RGB235190228
HSL309°52.94%83.33%
HSB/HSV309°19.15%92.16%
CMYK0.00%19.15%2.98%
7.84%

Color #EBBEE4 in popluar number systems.

HEXEBBEE4
Decimal235190228
Binary111010111011111011100100
Octal353276344

Shades and tints

Shades of #EBBEE4

#EBBEE4
(235,190,228)
#D6ADD0
(214,173,208)
#C19CBC
(193,156,188)
#AC8BA8
(172,139,168)
#977A94
(151,122,148)
#826980
(130,105,128)
#6D586C
(109,88,108)
#584758
(88,71,88)
#433644
(67,54,68)
#2E2530
(46,37,48)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #EBBEE4

#EBBEE4
(235,190,228)
#ECC3E6
(236,195,230)
#EDC8E8
(237,200,232)
#EECDEA
(238,205,234)
#EFD2EC
(239,210,236)
#F0D7EE
(240,215,238)
#F1DCF0
(241,220,240)
#F2E1F2
(242,225,242)
#F3E6F4
(243,230,244)
#F4EBF6
(244,235,246)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBEE4; }

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

This text font color is #EBBEE4.


Background Color

.myBgColor { background-color: #EBBEE4; }

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

This div background color is #EBBEE4.


Border color

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

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

This div border color is #EBBEE4.


Opacity

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

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

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

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

This text has shadow with #EBBEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBEE4 on black background.


Color preview on white background

This text has color #EBBEE4 on white background.



Black color preview on #EBBEE4 background

This text has black color on #EBBEE4 background.


White color preview on #EBBEE4 background

This text has white color on #EBBEE4 background.