COLOR #B2D6EB

HEX: #B2D6EB
RGB: (178,214,235)

Renk bilgisi

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

RGB renk modeli

#B2D6EB color RGB value is (178,214,235).

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

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 214 of 255 = 84%
B 235 of 255 = 92%

178
214
235

R + G + B ~ 82%. #B2D6EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 214 + 235 = 627 (100%)
R 178 of 627 ~ 28.39%
G 214 of 627 ~ 34.13%
B 235 of 627 ~ 37.48%

%28.39
%34.13
%37.48

CMYK RENK MODELİ

#B2D6EB rengi CMYK tonu (24,9,0,8).

  • camgöbeği tonu 24.26%
  • eflatun tonu 8.94%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(24,9,0,8)
C24M9Y0K8 
(24%,9%,0%,8%)
(0.24/0.09/0.00/0.08)	

CMYK yüzdeleri

%24.26
%8.94
%0
%7.84

Codes

Color #B2D6EB in popluar color models

B2D6EB
RGB178214235
HSL202°58.76%80.98%
HSB/HSV202°24.26%92.16%
CMYK24.26%8.94%0.00%
7.84%

Color #B2D6EB in popluar number systems.

HEXB2D6EB
Decimal178214235
Binary101100101101011011101011
Octal262326353

Shades and tints

Shades of #B2D6EB

#B2D6EB
(178,214,235)
#A2C3D6
(162,195,214)
#92B0C1
(146,176,193)
#829DAC
(130,157,172)
#728A97
(114,138,151)
#627782
(98,119,130)
#52646D
(82,100,109)
#425158
(66,81,88)
#323E43
(50,62,67)
#222B2E
(34,43,46)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #B2D6EB

#B2D6EB
(178,214,235)
#B9D9EC
(185,217,236)
#C0DCED
(192,220,237)
#C7DFEE
(199,223,238)
#CEE2EF
(206,226,239)
#D5E5F0
(213,229,240)
#DCE8F1
(220,232,241)
#E3EBF2
(227,235,242)
#EAEEF3
(234,238,243)
#F1F1F4
(241,241,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D6EB; }

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

This text font color is #B2D6EB.


Background Color

.myBgColor { background-color: #B2D6EB; }

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

This div background color is #B2D6EB.


Border color

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

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

This div border color is #B2D6EB.


Opacity

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

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

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

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

This text has shadow with #B2D6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D6EB on black background.


Color preview on white background

This text has color #B2D6EB on white background.



Black color preview on #B2D6EB background

This text has black color on #B2D6EB background.


White color preview on #B2D6EB background

This text has white color on #B2D6EB background.