COLOR #BEB1D5

HEX: #BEB1D5
RGB: (190,177,213)

Renk bilgisi

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

RGB renk modeli

#BEB1D5 color RGB value is (190,177,213).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 177 of 255 = 69%
B 213 of 255 = 84%

190
177
213

R + G + B ~ 76%. #BEB1D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 177 + 213 = 580 (100%)
R 190 of 580 ~ 32.76%
G 177 of 580 ~ 30.52%
B 213 of 580 ~ 36.72%

%32.76
%30.52
%36.72

CMYK RENK MODELİ

#BEB1D5 rengi CMYK tonu (11,17,0,16).

  • camgöbeği tonu 10.80%
  • eflatun tonu 16.90%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(11,17,0,16)
C11M17Y0K16 
(11%,17%,0%,16%)
(0.11/0.17/0.00/0.16)	

CMYK yüzdeleri

%10.8
%16.9
%0
%16.47

Codes

Color #BEB1D5 in popluar color models

BEB1D5
RGB190177213
HSL262°30.00%76.47%
HSB/HSV262°16.90%83.53%
CMYK10.80%16.90%0.00%
16.47%

Color #BEB1D5 in popluar number systems.

HEXBEB1D5
Decimal190177213
Binary101111101011000111010101
Octal276261325

Shades and tints

Shades of #BEB1D5

#BEB1D5
(190,177,213)
#ADA1C2
(173,161,194)
#9C91AF
(156,145,175)
#8B819C
(139,129,156)
#7A7189
(122,113,137)
#696176
(105,97,118)
#585163
(88,81,99)
#474150
(71,65,80)
#36313D
(54,49,61)
#25212A
(37,33,42)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #BEB1D5

#BEB1D5
(190,177,213)
#C3B8D8
(195,184,216)
#C8BFDB
(200,191,219)
#CDC6DE
(205,198,222)
#D2CDE1
(210,205,225)
#D7D4E4
(215,212,228)
#DCDBE7
(220,219,231)
#E1E2EA
(225,226,234)
#E6E9ED
(230,233,237)
#EBF0F0
(235,240,240)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1D5; }

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

This text font color is #BEB1D5.


Background Color

.myBgColor { background-color: #BEB1D5; }

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

This div background color is #BEB1D5.


Border color

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

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

This div border color is #BEB1D5.


Opacity

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

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

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

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

This text has shadow with #BEB1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1D5 on black background.


Color preview on white background

This text has color #BEB1D5 on white background.



Black color preview on #BEB1D5 background

This text has black color on #BEB1D5 background.


White color preview on #BEB1D5 background

This text has white color on #BEB1D5 background.