COLOR #B2D3E6

HEX: #B2D3E6
RGB: (178,211,230)

Renk bilgisi

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

RGB renk modeli

#B2D3E6 color RGB value is (178,211,230).

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

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 211 of 255 = 83%
B 230 of 255 = 90%

178
211
230

R + G + B ~ 81%. #B2D3E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 211 + 230 = 619 (100%)
R 178 of 619 ~ 28.76%
G 211 of 619 ~ 34.09%
B 230 of 619 ~ 37.16%

%28.76
%34.09
%37.16

CMYK RENK MODELİ

#B2D3E6 rengi CMYK tonu (23,8,0,10).

  • camgöbeği tonu 22.61%
  • eflatun tonu 8.26%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(23,8,0,10)
C23M8Y0K10 
(23%,8%,0%,10%)
(0.23/0.08/0.00/0.10)	

CMYK yüzdeleri

%22.61
%8.26
%0
%9.8

Codes

Color #B2D3E6 in popluar color models

B2D3E6
RGB178211230
HSL202°50.98%80.00%
HSB/HSV202°22.61%90.20%
CMYK22.61%8.26%0.00%
9.80%

Color #B2D3E6 in popluar number systems.

HEXB2D3E6
Decimal178211230
Binary101100101101001111100110
Octal262323346

Shades and tints

Shades of #B2D3E6

#B2D3E6
(178,211,230)
#A2C0D2
(162,192,210)
#92ADBE
(146,173,190)
#829AAA
(130,154,170)
#728796
(114,135,150)
#627482
(98,116,130)
#52616E
(82,97,110)
#424E5A
(66,78,90)
#323B46
(50,59,70)
#222832
(34,40,50)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #B2D3E6

#B2D3E6
(178,211,230)
#B9D7E8
(185,215,232)
#C0DBEA
(192,219,234)
#C7DFEC
(199,223,236)
#CEE3EE
(206,227,238)
#D5E7F0
(213,231,240)
#DCEBF2
(220,235,242)
#E3EFF4
(227,239,244)
#EAF3F6
(234,243,246)
#F1F7F8
(241,247,248)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D3E6; }

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

This text font color is #B2D3E6.


Background Color

.myBgColor { background-color: #B2D3E6; }

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

This div background color is #B2D3E6.


Border color

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

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

This div border color is #B2D3E6.


Opacity

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

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

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

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

This text has shadow with #B2D3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D3E6 on black background.


Color preview on white background

This text has color #B2D3E6 on white background.



Black color preview on #B2D3E6 background

This text has black color on #B2D3E6 background.


White color preview on #B2D3E6 background

This text has white color on #B2D3E6 background.