COLOR #B2DBE3

HEX: #B2DBE3
RGB: (178,219,227)

Color info

#B2DBE3 contains red, green and blue colors in about the same proportion. Web safe color of #B2DBE3 is #99CCCC (or #9CC).

RGB color model

#B2DBE3 color RGB value is (178,219,227).

  • red value is 178;
  • green value is 219;
  • blue value is 227.
RGB:
(178,219,227)
(70%,86%,89%)

RGB channels and saturation

R 178 of 255 = 70%
G 219 of 255 = 86%
B 227 of 255 = 89%

178
219
227

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

Portions of RGB colors in percentages

R + G + B =
178 + 219 + 227 = 624 (100%)
R 178 of 624 ~ 28.53%
G 219 of 624 ~ 35.1%
B 227 of 624 ~ 36.38%

%28.53
%35.1
%36.38

CMYK color model

#B2DBE3 color CMYK value is (22,4,0,11).

  • cyan value is 21.59%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(22,4,0,11)
C22M4Y0K11 
(22%,4%,0%,11%)
(0.22/0.04/0.00/0.11)	

CMYK percentages

%21.59
%3.52
%0
%10.98

Codes

Color #B2DBE3 in popluar color models

B2DBE3
RGB178219227
HSL190°46.67%79.41%
HSB/HSV190°21.59%89.02%
CMYK21.59%3.52%0.00%
10.98%

Color #B2DBE3 in popluar number systems.

HEXB2DBE3
Decimal178219227
Binary101100101101101111100011
Octal262333343

Shades and tints

Shades of #B2DBE3

#B2DBE3
(178,219,227)
#A2C8CF
(162,200,207)
#92B5BB
(146,181,187)
#82A2A7
(130,162,167)
#728F93
(114,143,147)
#627C7F
(98,124,127)
#52696B
(82,105,107)
#425657
(66,86,87)
#324343
(50,67,67)
#22302F
(34,48,47)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #B2DBE3

#B2DBE3
(178,219,227)
#B9DEE5
(185,222,229)
#C0E1E7
(192,225,231)
#C7E4E9
(199,228,233)
#CEE7EB
(206,231,235)
#D5EAED
(213,234,237)
#DCEDEF
(220,237,239)
#E3F0F1
(227,240,241)
#EAF3F3
(234,243,243)
#F1F6F5
(241,246,245)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DBE3 color. Also use rgb(178,219,227) instead hex code.

Text Font Color

.myTextColor { color: #B2DBE3; }

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

This text font color is #B2DBE3.


Background Color

.myBgColor { background-color: #B2DBE3; }

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

This div background color is #B2DBE3.


Border color

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

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

This div border color is #B2DBE3.


Opacity

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

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

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

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

This text has shadow with #B2DBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DBE3 on black background.


Color preview on white background

This text has color #B2DBE3 on white background.



Black color preview on #B2DBE3 background

This text has black color on #B2DBE3 background.


White color preview on #B2DBE3 background

This text has white color on #B2DBE3 background.