COLOR #B5BEDC

HEX: #B5BEDC
RGB: (181,190,220)

Renk bilgisi

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

RGB renk modeli

#B5BEDC color RGB value is (181,190,220).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 190 of 255 = 75%
B 220 of 255 = 86%

181
190
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 190 + 220 = 591 (100%)
R 181 of 591 ~ 30.63%
G 190 of 591 ~ 32.15%
B 220 of 591 ~ 37.23%

%30.63
%32.15
%37.23

CMYK RENK MODELİ

#B5BEDC rengi CMYK tonu (18,14,0,14).

  • camgöbeği tonu 17.73%
  • eflatun tonu 13.64%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(18,14,0,14)
C18M14Y0K14 
(18%,14%,0%,14%)
(0.18/0.14/0.00/0.14)	

CMYK yüzdeleri

%17.73
%13.64
%0
%13.73

Codes

Color #B5BEDC in popluar color models

B5BEDC
RGB181190220
HSL226°35.78%78.63%
HSB/HSV226°17.73%86.27%
CMYK17.73%13.64%0.00%
13.73%

Color #B5BEDC in popluar number systems.

HEXB5BEDC
Decimal181190220
Binary101101011011111011011100
Octal265276334

Shades and tints

Shades of #B5BEDC

#B5BEDC
(181,190,220)
#A5ADC8
(165,173,200)
#959CB4
(149,156,180)
#858BA0
(133,139,160)
#757A8C
(117,122,140)
#656978
(101,105,120)
#555864
(85,88,100)
#454750
(69,71,80)
#35363C
(53,54,60)
#252528
(37,37,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #B5BEDC

#B5BEDC
(181,190,220)
#BBC3DF
(187,195,223)
#C1C8E2
(193,200,226)
#C7CDE5
(199,205,229)
#CDD2E8
(205,210,232)
#D3D7EB
(211,215,235)
#D9DCEE
(217,220,238)
#DFE1F1
(223,225,241)
#E5E6F4
(229,230,244)
#EBEBF7
(235,235,247)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BEDC; }

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

This text font color is #B5BEDC.


Background Color

.myBgColor { background-color: #B5BEDC; }

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

This div background color is #B5BEDC.


Border color

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

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

This div border color is #B5BEDC.


Opacity

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

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

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

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

This text has shadow with #B5BEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BEDC on black background.


Color preview on white background

This text has color #B5BEDC on white background.



Black color preview on #B5BEDC background

This text has black color on #B5BEDC background.


White color preview on #B5BEDC background

This text has white color on #B5BEDC background.