COLOR #BEB9E4

HEX: #BEB9E4
RGB: (190,185,228)

Renk bilgisi

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

RGB renk modeli

#BEB9E4 color RGB value is (190,185,228).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 185 of 255 = 73%
B 228 of 255 = 89%

190
185
228

R + G + B ~ 79%. #BEB9E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 185 + 228 = 603 (100%)
R 190 of 603 ~ 31.51%
G 185 of 603 ~ 30.68%
B 228 of 603 ~ 37.81%

%31.51
%30.68
%37.81

CMYK RENK MODELİ

#BEB9E4 rengi CMYK tonu (17,19,0,11).

  • camgöbeği tonu 16.67%
  • eflatun tonu 18.86%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(17,19,0,11)
C17M19Y0K11 
(17%,19%,0%,11%)
(0.17/0.19/0.00/0.11)	

CMYK yüzdeleri

%16.67
%18.86
%0
%10.59

Codes

Color #BEB9E4 in popluar color models

BEB9E4
RGB190185228
HSL247°44.33%80.98%
HSB/HSV247°18.86%89.41%
CMYK16.67%18.86%0.00%
10.59%

Color #BEB9E4 in popluar number systems.

HEXBEB9E4
Decimal190185228
Binary101111101011100111100100
Octal276271344

Shades and tints

Shades of #BEB9E4

#BEB9E4
(190,185,228)
#ADA9D0
(173,169,208)
#9C99BC
(156,153,188)
#8B89A8
(139,137,168)
#7A7994
(122,121,148)
#696980
(105,105,128)
#58596C
(88,89,108)
#474958
(71,73,88)
#363944
(54,57,68)
#252930
(37,41,48)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #BEB9E4

#BEB9E4
(190,185,228)
#C3BFE6
(195,191,230)
#C8C5E8
(200,197,232)
#CDCBEA
(205,203,234)
#D2D1EC
(210,209,236)
#D7D7EE
(215,215,238)
#DCDDF0
(220,221,240)
#E1E3F2
(225,227,242)
#E6E9F4
(230,233,244)
#EBEFF6
(235,239,246)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9E4; }

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

This text font color is #BEB9E4.


Background Color

.myBgColor { background-color: #BEB9E4; }

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

This div background color is #BEB9E4.


Border color

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

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

This div border color is #BEB9E4.


Opacity

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

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

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

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

This text has shadow with #BEB9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9E4 on black background.


Color preview on white background

This text has color #BEB9E4 on white background.



Black color preview on #BEB9E4 background

This text has black color on #BEB9E4 background.


White color preview on #BEB9E4 background

This text has white color on #BEB9E4 background.