COLOR #BEB9D5

HEX: #BEB9D5
RGB: (190,185,213)

Renk bilgisi

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

RGB renk modeli

#BEB9D5 color RGB value is (190,185,213).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 185 of 255 = 73%
B 213 of 255 = 84%

190
185
213

R + G + B ~ 77%. #BEB9D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 185 + 213 = 588 (100%)
R 190 of 588 ~ 32.31%
G 185 of 588 ~ 31.46%
B 213 of 588 ~ 36.22%

%32.31
%31.46
%36.22

CMYK RENK MODELİ

#BEB9D5 rengi CMYK tonu (11,13,0,16).

  • camgöbeği tonu 10.80%
  • eflatun tonu 13.15%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(11,13,0,16)
C11M13Y0K16 
(11%,13%,0%,16%)
(0.11/0.13/0.00/0.16)	

CMYK yüzdeleri

%10.8
%13.15
%0
%16.47

Codes

Color #BEB9D5 in popluar color models

BEB9D5
RGB190185213
HSL251°25.00%78.04%
HSB/HSV251°13.15%83.53%
CMYK10.80%13.15%0.00%
16.47%

Color #BEB9D5 in popluar number systems.

HEXBEB9D5
Decimal190185213
Binary101111101011100111010101
Octal276271325

Shades and tints

Shades of #BEB9D5

#BEB9D5
(190,185,213)
#ADA9C2
(173,169,194)
#9C99AF
(156,153,175)
#8B899C
(139,137,156)
#7A7989
(122,121,137)
#696976
(105,105,118)
#585963
(88,89,99)
#474950
(71,73,80)
#36393D
(54,57,61)
#25292A
(37,41,42)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BEB9D5

#BEB9D5
(190,185,213)
#C3BFD8
(195,191,216)
#C8C5DB
(200,197,219)
#CDCBDE
(205,203,222)
#D2D1E1
(210,209,225)
#D7D7E4
(215,215,228)
#DCDDE7
(220,221,231)
#E1E3EA
(225,227,234)
#E6E9ED
(230,233,237)
#EBEFF0
(235,239,240)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9D5; }

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

This text font color is #BEB9D5.


Background Color

.myBgColor { background-color: #BEB9D5; }

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

This div background color is #BEB9D5.


Border color

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

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

This div border color is #BEB9D5.


Opacity

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

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

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

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

This text has shadow with #BEB9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9D5 on black background.


Color preview on white background

This text has color #BEB9D5 on white background.



Black color preview on #BEB9D5 background

This text has black color on #BEB9D5 background.


White color preview on #BEB9D5 background

This text has white color on #BEB9D5 background.