COLOR #B2BEC7

HEX: #B2BEC7
RGB: (178,190,199)

Renk bilgisi

#B2BEC7 contains red, green and blue colors in about the same proportion. #B2BEC7 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#B2BEC7 color RGB value is (178,190,199).

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

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 190 of 255 = 75%
B 199 of 255 = 78%

178
190
199

R + G + B ~ 74%. #B2BEC7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 190 + 199 = 567 (100%)
R 178 of 567 ~ 31.39%
G 190 of 567 ~ 33.51%
B 199 of 567 ~ 35.1%

%31.39
%33.51
%35.1

CMYK RENK MODELİ

#B2BEC7 rengi CMYK tonu (11,5,0,22).

  • camgöbeği tonu 10.55%
  • eflatun tonu 4.52%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(11,5,0,22)
C11M5Y0K22 
(11%,5%,0%,22%)
(0.11/0.05/0.00/0.22)	

CMYK yüzdeleri

%10.55
%4.52
%0
%21.96

Codes

Color #B2BEC7 in popluar color models

B2BEC7
RGB178190199
HSL206°15.79%73.92%
HSB/HSV206°10.55%78.04%
CMYK10.55%4.52%0.00%
21.96%

Color #B2BEC7 in popluar number systems.

HEXB2BEC7
Decimal178190199
Binary101100101011111011000111
Octal262276307

Shades and tints

Shades of #B2BEC7

#B2BEC7
(178,190,199)
#A2ADB5
(162,173,181)
#929CA3
(146,156,163)
#828B91
(130,139,145)
#727A7F
(114,122,127)
#62696D
(98,105,109)
#52585B
(82,88,91)
#424749
(66,71,73)
#323637
(50,54,55)
#222525
(34,37,37)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #B2BEC7

#B2BEC7
(178,190,199)
#B9C3CC
(185,195,204)
#C0C8D1
(192,200,209)
#C7CDD6
(199,205,214)
#CED2DB
(206,210,219)
#D5D7E0
(213,215,224)
#DCDCE5
(220,220,229)
#E3E1EA
(227,225,234)
#EAE6EF
(234,230,239)
#F1EBF4
(241,235,244)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BEC7; }

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

This text font color is #B2BEC7.


Background Color

.myBgColor { background-color: #B2BEC7; }

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

This div background color is #B2BEC7.


Border color

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

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

This div border color is #B2BEC7.


Opacity

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

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

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

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

This text has shadow with #B2BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BEC7 on black background.


Color preview on white background

This text has color #B2BEC7 on white background.



Black color preview on #B2BEC7 background

This text has black color on #B2BEC7 background.


White color preview on #B2BEC7 background

This text has white color on #B2BEC7 background.