COLOR #B2C4E6

HEX: #B2C4E6
RGB: (178,196,230)

Renk bilgisi

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

RGB renk modeli

#B2C4E6 color RGB value is (178,196,230).

  • kırmız ton 178;
  • yeşil ton 196;
  • mavi ton 230.
RGB:
(178,196,230)
(70%,77%,90%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 196 of 255 = 77%
B 230 of 255 = 90%

178
196
230

R + G + B ~ 79%. #B2C4E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 196 + 230 = 604 (100%)
R 178 of 604 ~ 29.47%
G 196 of 604 ~ 32.45%
B 230 of 604 ~ 38.08%

%29.47
%32.45
%38.08

CMYK RENK MODELİ

#B2C4E6 rengi CMYK tonu (23,15,0,10).

  • camgöbeği tonu 22.61%
  • eflatun tonu 14.78%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(23,15,0,10)
C23M15Y0K10 
(23%,15%,0%,10%)
(0.23/0.15/0.00/0.10)	

CMYK yüzdeleri

%22.61
%14.78
%0
%9.8

Codes

Color #B2C4E6 in popluar color models

B2C4E6
RGB178196230
HSL219°50.98%80.00%
HSB/HSV219°22.61%90.20%
CMYK22.61%14.78%0.00%
9.80%

Color #B2C4E6 in popluar number systems.

HEXB2C4E6
Decimal178196230
Binary101100101100010011100110
Octal262304346

Shades and tints

Shades of #B2C4E6

#B2C4E6
(178,196,230)
#A2B3D2
(162,179,210)
#92A2BE
(146,162,190)
#8291AA
(130,145,170)
#728096
(114,128,150)
#626F82
(98,111,130)
#525E6E
(82,94,110)
#424D5A
(66,77,90)
#323C46
(50,60,70)
#222B32
(34,43,50)
#121A1E
(18,26,30)
#000000
(0,0,0)

Tints of #B2C4E6

#B2C4E6
(178,196,230)
#B9C9E8
(185,201,232)
#C0CEEA
(192,206,234)
#C7D3EC
(199,211,236)
#CED8EE
(206,216,238)
#D5DDF0
(213,221,240)
#DCE2F2
(220,226,242)
#E3E7F4
(227,231,244)
#EAECF6
(234,236,246)
#F1F1F8
(241,241,248)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C4E6 color. Also use rgb(178,196,230) instead hex code.

Text Font Color

.myTextColor { color: #B2C4E6; }

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

This text font color is #B2C4E6.


Background Color

.myBgColor { background-color: #B2C4E6; }

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

This div background color is #B2C4E6.


Border color

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

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

This div border color is #B2C4E6.


Opacity

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

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

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

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

This text has shadow with #B2C4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C4E6 on black background.


Color preview on white background

This text has color #B2C4E6 on white background.



Black color preview on #B2C4E6 background

This text has black color on #B2C4E6 background.


White color preview on #B2C4E6 background

This text has white color on #B2C4E6 background.