COLOR #E4BBE6

HEX: #E4BBE6
RGB: (228,187,230)

Renk bilgisi

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

RGB renk modeli

#E4BBE6 color RGB value is (228,187,230).

  • kırmız ton 228;
  • yeşil ton 187;
  • mavi ton 230.
RGB:
(228,187,230)
(89%,73%,90%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 187 of 255 = 73%
B 230 of 255 = 90%

228
187
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 187 + 230 = 645 (100%)
R 228 of 645 ~ 35.35%
G 187 of 645 ~ 28.99%
B 230 of 645 ~ 35.66%

%35.35
%28.99
%35.66

CMYK RENK MODELİ

#E4BBE6 rengi CMYK tonu (1,19,0,10).

  • camgöbeği tonu 0.87%
  • eflatun tonu 18.70%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(1,19,0,10)
C1M19Y0K10 
(1%,19%,0%,10%)
(0.01/0.19/0.00/0.10)	

CMYK yüzdeleri

%0.87
%18.7
%0
%9.8

Codes

Color #E4BBE6 in popluar color models

E4BBE6
RGB228187230
HSL297°46.24%81.76%
HSB/HSV297°18.70%90.20%
CMYK0.87%18.70%0.00%
9.80%

Color #E4BBE6 in popluar number systems.

HEXE4BBE6
Decimal228187230
Binary111001001011101111100110
Octal344273346

Shades and tints

Shades of #E4BBE6

#E4BBE6
(228,187,230)
#D0AAD2
(208,170,210)
#BC99BE
(188,153,190)
#A888AA
(168,136,170)
#947796
(148,119,150)
#806682
(128,102,130)
#6C556E
(108,85,110)
#58445A
(88,68,90)
#443346
(68,51,70)
#302232
(48,34,50)
#1C111E
(28,17,30)
#000000
(0,0,0)

Tints of #E4BBE6

#E4BBE6
(228,187,230)
#E6C1E8
(230,193,232)
#E8C7EA
(232,199,234)
#EACDEC
(234,205,236)
#ECD3EE
(236,211,238)
#EED9F0
(238,217,240)
#F0DFF2
(240,223,242)
#F2E5F4
(242,229,244)
#F4EBF6
(244,235,246)
#F6F1F8
(246,241,248)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BBE6 color. Also use rgb(228,187,230) instead hex code.

Text Font Color

.myTextColor { color: #E4BBE6; }

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

This text font color is #E4BBE6.


Background Color

.myBgColor { background-color: #E4BBE6; }

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

This div background color is #E4BBE6.


Border color

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

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

This div border color is #E4BBE6.


Opacity

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

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

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

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

This text has shadow with #E4BBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BBE6 on black background.


Color preview on white background

This text has color #E4BBE6 on white background.



Black color preview on #E4BBE6 background

This text has black color on #E4BBE6 background.


White color preview on #E4BBE6 background

This text has white color on #E4BBE6 background.