COLOR #BEB9D8

HEX: #BEB9D8
RGB: (190,185,216)

Renk bilgisi

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

RGB renk modeli

#BEB9D8 color RGB value is (190,185,216).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 185 of 255 = 73%
B 216 of 255 = 85%

190
185
216

R + G + B ~ 78%. #BEB9D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 185 + 216 = 591 (100%)
R 190 of 591 ~ 32.15%
G 185 of 591 ~ 31.3%
B 216 of 591 ~ 36.55%

%32.15
%31.3
%36.55

CMYK RENK MODELİ

#BEB9D8 rengi CMYK tonu (12,14,0,15).

  • camgöbeği tonu 12.04%
  • eflatun tonu 14.35%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(12,14,0,15)
C12M14Y0K15 
(12%,14%,0%,15%)
(0.12/0.14/0.00/0.15)	

CMYK yüzdeleri

%12.04
%14.35
%0
%15.29

Codes

Color #BEB9D8 in popluar color models

BEB9D8
RGB190185216
HSL250°28.44%78.63%
HSB/HSV250°14.35%84.71%
CMYK12.04%14.35%0.00%
15.29%

Color #BEB9D8 in popluar number systems.

HEXBEB9D8
Decimal190185216
Binary101111101011100111011000
Octal276271330

Shades and tints

Shades of #BEB9D8

#BEB9D8
(190,185,216)
#ADA9C5
(173,169,197)
#9C99B2
(156,153,178)
#8B899F
(139,137,159)
#7A798C
(122,121,140)
#696979
(105,105,121)
#585966
(88,89,102)
#474953
(71,73,83)
#363940
(54,57,64)
#25292D
(37,41,45)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEB9D8

#BEB9D8
(190,185,216)
#C3BFDB
(195,191,219)
#C8C5DE
(200,197,222)
#CDCBE1
(205,203,225)
#D2D1E4
(210,209,228)
#D7D7E7
(215,215,231)
#DCDDEA
(220,221,234)
#E1E3ED
(225,227,237)
#E6E9F0
(230,233,240)
#EBEFF3
(235,239,243)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9D8; }

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

This text font color is #BEB9D8.


Background Color

.myBgColor { background-color: #BEB9D8; }

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

This div background color is #BEB9D8.


Border color

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

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

This div border color is #BEB9D8.


Opacity

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

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

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

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

This text has shadow with #BEB9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9D8 on black background.


Color preview on white background

This text has color #BEB9D8 on white background.



Black color preview on #BEB9D8 background

This text has black color on #BEB9D8 background.


White color preview on #BEB9D8 background

This text has white color on #BEB9D8 background.