COLOR #B2C9EB

HEX: #B2C9EB
RGB: (178,201,235)

Renk bilgisi

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

RGB renk modeli

#B2C9EB color RGB value is (178,201,235).

  • kırmız ton 178;
  • yeşil ton 201;
  • mavi ton 235.
RGB:
(178,201,235)
(70%,79%,92%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 201 of 255 = 79%
B 235 of 255 = 92%

178
201
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 201 + 235 = 614 (100%)
R 178 of 614 ~ 28.99%
G 201 of 614 ~ 32.74%
B 235 of 614 ~ 38.27%

%28.99
%32.74
%38.27

CMYK RENK MODELİ

#B2C9EB rengi CMYK tonu (24,14,0,8).

  • camgöbeği tonu 24.26%
  • eflatun tonu 14.47%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(24,14,0,8)
C24M14Y0K8 
(24%,14%,0%,8%)
(0.24/0.14/0.00/0.08)	

CMYK yüzdeleri

%24.26
%14.47
%0
%7.84

Codes

Color #B2C9EB in popluar color models

B2C9EB
RGB178201235
HSL216°58.76%80.98%
HSB/HSV216°24.26%92.16%
CMYK24.26%14.47%0.00%
7.84%

Color #B2C9EB in popluar number systems.

HEXB2C9EB
Decimal178201235
Binary101100101100100111101011
Octal262311353

Shades and tints

Shades of #B2C9EB

#B2C9EB
(178,201,235)
#A2B7D6
(162,183,214)
#92A5C1
(146,165,193)
#8293AC
(130,147,172)
#728197
(114,129,151)
#626F82
(98,111,130)
#525D6D
(82,93,109)
#424B58
(66,75,88)
#323943
(50,57,67)
#22272E
(34,39,46)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #B2C9EB

#B2C9EB
(178,201,235)
#B9CDEC
(185,205,236)
#C0D1ED
(192,209,237)
#C7D5EE
(199,213,238)
#CED9EF
(206,217,239)
#D5DDF0
(213,221,240)
#DCE1F1
(220,225,241)
#E3E5F2
(227,229,242)
#EAE9F3
(234,233,243)
#F1EDF4
(241,237,244)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C9EB color. Also use rgb(178,201,235) instead hex code.

Text Font Color

.myTextColor { color: #B2C9EB; }

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

This text font color is #B2C9EB.


Background Color

.myBgColor { background-color: #B2C9EB; }

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

This div background color is #B2C9EB.


Border color

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

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

This div border color is #B2C9EB.


Opacity

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

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

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

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

This text has shadow with #B2C9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C9EB on black background.


Color preview on white background

This text has color #B2C9EB on white background.



Black color preview on #B2C9EB background

This text has black color on #B2C9EB background.


White color preview on #B2C9EB background

This text has white color on #B2C9EB background.