COLOR #B2C4E1

HEX: #B2C4E1
RGB: (178,196,225)

Renk bilgisi

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

RGB renk modeli

#B2C4E1 color RGB value is (178,196,225).

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

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 196 of 255 = 77%
B 225 of 255 = 88%

178
196
225

R + G + B ~ 78%. #B2C4E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 196 + 225 = 599 (100%)
R 178 of 599 ~ 29.72%
G 196 of 599 ~ 32.72%
B 225 of 599 ~ 37.56%

%29.72
%32.72
%37.56

CMYK RENK MODELİ

#B2C4E1 rengi CMYK tonu (21,13,0,12).

  • camgöbeği tonu 20.89%
  • eflatun tonu 12.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(21,13,0,12)
C21M13Y0K12 
(21%,13%,0%,12%)
(0.21/0.13/0.00/0.12)	

CMYK yüzdeleri

%20.89
%12.89
%0
%11.76

Codes

Color #B2C4E1 in popluar color models

B2C4E1
RGB178196225
HSL217°43.93%79.02%
HSB/HSV217°20.89%88.24%
CMYK20.89%12.89%0.00%
11.76%

Color #B2C4E1 in popluar number systems.

HEXB2C4E1
Decimal178196225
Binary101100101100010011100001
Octal262304341

Shades and tints

Shades of #B2C4E1

#B2C4E1
(178,196,225)
#A2B3CD
(162,179,205)
#92A2B9
(146,162,185)
#8291A5
(130,145,165)
#728091
(114,128,145)
#626F7D
(98,111,125)
#525E69
(82,94,105)
#424D55
(66,77,85)
#323C41
(50,60,65)
#222B2D
(34,43,45)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #B2C4E1

#B2C4E1
(178,196,225)
#B9C9E3
(185,201,227)
#C0CEE5
(192,206,229)
#C7D3E7
(199,211,231)
#CED8E9
(206,216,233)
#D5DDEB
(213,221,235)
#DCE2ED
(220,226,237)
#E3E7EF
(227,231,239)
#EAECF1
(234,236,241)
#F1F1F3
(241,241,243)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C4E1; }

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

This text font color is #B2C4E1.


Background Color

.myBgColor { background-color: #B2C4E1; }

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

This div background color is #B2C4E1.


Border color

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

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

This div border color is #B2C4E1.


Opacity

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

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

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

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

This text has shadow with #B2C4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C4E1 on black background.


Color preview on white background

This text has color #B2C4E1 on white background.



Black color preview on #B2C4E1 background

This text has black color on #B2C4E1 background.


White color preview on #B2C4E1 background

This text has white color on #B2C4E1 background.