COLOR #BEB1DB

HEX: #BEB1DB
RGB: (190,177,219)

Renk bilgisi

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

RGB renk modeli

#BEB1DB color RGB value is (190,177,219).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 177 of 255 = 69%
B 219 of 255 = 86%

190
177
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 177 + 219 = 586 (100%)
R 190 of 586 ~ 32.42%
G 177 of 586 ~ 30.2%
B 219 of 586 ~ 37.37%

%32.42
%30.2
%37.37

CMYK RENK MODELİ

#BEB1DB rengi CMYK tonu (13,19,0,14).

  • camgöbeği tonu 13.24%
  • eflatun tonu 19.18%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(13,19,0,14)
C13M19Y0K14 
(13%,19%,0%,14%)
(0.13/0.19/0.00/0.14)	

CMYK yüzdeleri

%13.24
%19.18
%0
%14.12

Codes

Color #BEB1DB in popluar color models

BEB1DB
RGB190177219
HSL259°36.84%77.65%
HSB/HSV259°19.18%85.88%
CMYK13.24%19.18%0.00%
14.12%

Color #BEB1DB in popluar number systems.

HEXBEB1DB
Decimal190177219
Binary101111101011000111011011
Octal276261333

Shades and tints

Shades of #BEB1DB

#BEB1DB
(190,177,219)
#ADA1C8
(173,161,200)
#9C91B5
(156,145,181)
#8B81A2
(139,129,162)
#7A718F
(122,113,143)
#69617C
(105,97,124)
#585169
(88,81,105)
#474156
(71,65,86)
#363143
(54,49,67)
#252130
(37,33,48)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #BEB1DB

#BEB1DB
(190,177,219)
#C3B8DE
(195,184,222)
#C8BFE1
(200,191,225)
#CDC6E4
(205,198,228)
#D2CDE7
(210,205,231)
#D7D4EA
(215,212,234)
#DCDBED
(220,219,237)
#E1E2F0
(225,226,240)
#E6E9F3
(230,233,243)
#EBF0F6
(235,240,246)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1DB; }

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

This text font color is #BEB1DB.


Background Color

.myBgColor { background-color: #BEB1DB; }

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

This div background color is #BEB1DB.


Border color

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

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

This div border color is #BEB1DB.


Opacity

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

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

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

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

This text has shadow with #BEB1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1DB on black background.


Color preview on white background

This text has color #BEB1DB on white background.



Black color preview on #BEB1DB background

This text has black color on #BEB1DB background.


White color preview on #BEB1DB background

This text has white color on #BEB1DB background.