COLOR #BEB9E0

HEX: #BEB9E0
RGB: (190,185,224)

Renk bilgisi

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

RGB renk modeli

#BEB9E0 color RGB value is (190,185,224).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 185 of 255 = 73%
B 224 of 255 = 88%

190
185
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 185 + 224 = 599 (100%)
R 190 of 599 ~ 31.72%
G 185 of 599 ~ 30.88%
B 224 of 599 ~ 37.4%

%31.72
%30.88
%37.4

CMYK RENK MODELİ

#BEB9E0 rengi CMYK tonu (15,17,0,12).

  • camgöbeği tonu 15.18%
  • eflatun tonu 17.41%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(15,17,0,12)
C15M17Y0K12 
(15%,17%,0%,12%)
(0.15/0.17/0.00/0.12)	

CMYK yüzdeleri

%15.18
%17.41
%0
%12.16

Codes

Color #BEB9E0 in popluar color models

BEB9E0
RGB190185224
HSL248°38.61%80.20%
HSB/HSV248°17.41%87.84%
CMYK15.18%17.41%0.00%
12.16%

Color #BEB9E0 in popluar number systems.

HEXBEB9E0
Decimal190185224
Binary101111101011100111100000
Octal276271340

Shades and tints

Shades of #BEB9E0

#BEB9E0
(190,185,224)
#ADA9CC
(173,169,204)
#9C99B8
(156,153,184)
#8B89A4
(139,137,164)
#7A7990
(122,121,144)
#69697C
(105,105,124)
#585968
(88,89,104)
#474954
(71,73,84)
#363940
(54,57,64)
#25292C
(37,41,44)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #BEB9E0

#BEB9E0
(190,185,224)
#C3BFE2
(195,191,226)
#C8C5E4
(200,197,228)
#CDCBE6
(205,203,230)
#D2D1E8
(210,209,232)
#D7D7EA
(215,215,234)
#DCDDEC
(220,221,236)
#E1E3EE
(225,227,238)
#E6E9F0
(230,233,240)
#EBEFF2
(235,239,242)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9E0; }

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

This text font color is #BEB9E0.


Background Color

.myBgColor { background-color: #BEB9E0; }

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

This div background color is #BEB9E0.


Border color

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

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

This div border color is #BEB9E0.


Opacity

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

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

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

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

This text has shadow with #BEB9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9E0 on black background.


Color preview on white background

This text has color #BEB9E0 on white background.



Black color preview on #BEB9E0 background

This text has black color on #BEB9E0 background.


White color preview on #BEB9E0 background

This text has white color on #BEB9E0 background.