COLOR #BEB1EB

HEX: #BEB1EB
RGB: (190,177,235)

Renk bilgisi

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

RGB renk modeli

#BEB1EB color RGB value is (190,177,235).

  • kırmız ton 190;
  • yeşil ton 177;
  • mavi ton 235.
RGB:
(190,177,235)
(75%,69%,92%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 177 of 255 = 69%
B 235 of 255 = 92%

190
177
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 177 + 235 = 602 (100%)
R 190 of 602 ~ 31.56%
G 177 of 602 ~ 29.4%
B 235 of 602 ~ 39.04%

%31.56
%29.4
%39.04

CMYK RENK MODELİ

#BEB1EB rengi CMYK tonu (19,25,0,8).

  • camgöbeği tonu 19.15%
  • eflatun tonu 24.68%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(19,25,0,8)
C19M25Y0K8 
(19%,25%,0%,8%)
(0.19/0.25/0.00/0.08)	

CMYK yüzdeleri

%19.15
%24.68
%0
%7.84

Codes

Color #BEB1EB in popluar color models

BEB1EB
RGB190177235
HSL253°59.18%80.78%
HSB/HSV253°24.68%92.16%
CMYK19.15%24.68%0.00%
7.84%

Color #BEB1EB in popluar number systems.

HEXBEB1EB
Decimal190177235
Binary101111101011000111101011
Octal276261353

Shades and tints

Shades of #BEB1EB

#BEB1EB
(190,177,235)
#ADA1D6
(173,161,214)
#9C91C1
(156,145,193)
#8B81AC
(139,129,172)
#7A7197
(122,113,151)
#696182
(105,97,130)
#58516D
(88,81,109)
#474158
(71,65,88)
#363143
(54,49,67)
#25212E
(37,33,46)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #BEB1EB

#BEB1EB
(190,177,235)
#C3B8EC
(195,184,236)
#C8BFED
(200,191,237)
#CDC6EE
(205,198,238)
#D2CDEF
(210,205,239)
#D7D4F0
(215,212,240)
#DCDBF1
(220,219,241)
#E1E2F2
(225,226,242)
#E6E9F3
(230,233,243)
#EBF0F4
(235,240,244)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB1EB color. Also use rgb(190,177,235) instead hex code.

Text Font Color

.myTextColor { color: #BEB1EB; }

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

This text font color is #BEB1EB.


Background Color

.myBgColor { background-color: #BEB1EB; }

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

This div background color is #BEB1EB.


Border color

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

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

This div border color is #BEB1EB.


Opacity

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

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

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

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

This text has shadow with #BEB1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1EB on black background.


Color preview on white background

This text has color #BEB1EB on white background.



Black color preview on #BEB1EB background

This text has black color on #BEB1EB background.


White color preview on #BEB1EB background

This text has white color on #BEB1EB background.