COLOR #BEB2D7

HEX: #BEB2D7
RGB: (190,178,215)

Renk bilgisi

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

RGB renk modeli

#BEB2D7 color RGB value is (190,178,215).

  • kırmız ton 190;
  • yeşil ton 178;
  • mavi ton 215.
RGB:
(190,178,215)
(75%,70%,84%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 178 of 255 = 70%
B 215 of 255 = 84%

190
178
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 178 + 215 = 583 (100%)
R 190 of 583 ~ 32.59%
G 178 of 583 ~ 30.53%
B 215 of 583 ~ 36.88%

%32.59
%30.53
%36.88

CMYK RENK MODELİ

#BEB2D7 rengi CMYK tonu (12,17,0,16).

  • camgöbeği tonu 11.63%
  • eflatun tonu 17.21%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(12,17,0,16)
C12M17Y0K16 
(12%,17%,0%,16%)
(0.12/0.17/0.00/0.16)	

CMYK yüzdeleri

%11.63
%17.21
%0
%15.69

Codes

Color #BEB2D7 in popluar color models

BEB2D7
RGB190178215
HSL259°31.62%77.06%
HSB/HSV259°17.21%84.31%
CMYK11.63%17.21%0.00%
15.69%

Color #BEB2D7 in popluar number systems.

HEXBEB2D7
Decimal190178215
Binary101111101011001011010111
Octal276262327

Shades and tints

Shades of #BEB2D7

#BEB2D7
(190,178,215)
#ADA2C4
(173,162,196)
#9C92B1
(156,146,177)
#8B829E
(139,130,158)
#7A728B
(122,114,139)
#696278
(105,98,120)
#585265
(88,82,101)
#474252
(71,66,82)
#36323F
(54,50,63)
#25222C
(37,34,44)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #BEB2D7

#BEB2D7
(190,178,215)
#C3B9DA
(195,185,218)
#C8C0DD
(200,192,221)
#CDC7E0
(205,199,224)
#D2CEE3
(210,206,227)
#D7D5E6
(215,213,230)
#DCDCE9
(220,220,233)
#E1E3EC
(225,227,236)
#E6EAEF
(230,234,239)
#EBF1F2
(235,241,242)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB2D7 color. Also use rgb(190,178,215) instead hex code.

Text Font Color

.myTextColor { color: #BEB2D7; }

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

This text font color is #BEB2D7.


Background Color

.myBgColor { background-color: #BEB2D7; }

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

This div background color is #BEB2D7.


Border color

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

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

This div border color is #BEB2D7.


Opacity

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

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

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

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

This text has shadow with #BEB2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB2D7 on black background.


Color preview on white background

This text has color #BEB2D7 on white background.



Black color preview on #BEB2D7 background

This text has black color on #BEB2D7 background.


White color preview on #BEB2D7 background

This text has white color on #BEB2D7 background.