COLOR #B5BEEF

HEX: #B5BEEF
RGB: (181,190,239)

Renk bilgisi

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

RGB renk modeli

#B5BEEF color RGB value is (181,190,239).

  • kırmız ton 181;
  • yeşil ton 190;
  • mavi ton 239.
RGB:
(181,190,239)
(71%,75%,94%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 190 of 255 = 75%
B 239 of 255 = 94%

181
190
239

R + G + B ~ 80%. #B5BEEF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 190 + 239 = 610 (100%)
R 181 of 610 ~ 29.67%
G 190 of 610 ~ 31.15%
B 239 of 610 ~ 39.18%

%29.67
%31.15
%39.18

CMYK RENK MODELİ

#B5BEEF rengi CMYK tonu (24,21,0,6).

  • camgöbeği tonu 24.27%
  • eflatun tonu 20.50%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(24,21,0,6)
C24M21Y0K6 
(24%,21%,0%,6%)
(0.24/0.21/0.00/0.06)	

CMYK yüzdeleri

%24.27
%20.5
%0
%6.27

Codes

Color #B5BEEF in popluar color models

B5BEEF
RGB181190239
HSL231°64.44%82.35%
HSB/HSV231°24.27%93.73%
CMYK24.27%20.50%0.00%
6.27%

Color #B5BEEF in popluar number systems.

HEXB5BEEF
Decimal181190239
Binary101101011011111011101111
Octal265276357

Shades and tints

Shades of #B5BEEF

#B5BEEF
(181,190,239)
#A5ADDA
(165,173,218)
#959CC5
(149,156,197)
#858BB0
(133,139,176)
#757A9B
(117,122,155)
#656986
(101,105,134)
#555871
(85,88,113)
#45475C
(69,71,92)
#353647
(53,54,71)
#252532
(37,37,50)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #B5BEEF

#B5BEEF
(181,190,239)
#BBC3F0
(187,195,240)
#C1C8F1
(193,200,241)
#C7CDF2
(199,205,242)
#CDD2F3
(205,210,243)
#D3D7F4
(211,215,244)
#D9DCF5
(217,220,245)
#DFE1F6
(223,225,246)
#E5E6F7
(229,230,247)
#EBEBF8
(235,235,248)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BEEF color. Also use rgb(181,190,239) instead hex code.

Text Font Color

.myTextColor { color: #B5BEEF; }

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

This text font color is #B5BEEF.


Background Color

.myBgColor { background-color: #B5BEEF; }

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

This div background color is #B5BEEF.


Border color

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

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

This div border color is #B5BEEF.


Opacity

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

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

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

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

This text has shadow with #B5BEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BEEF on black background.


Color preview on white background

This text has color #B5BEEF on white background.



Black color preview on #B5BEEF background

This text has black color on #B5BEEF background.


White color preview on #B5BEEF background

This text has white color on #B5BEEF background.