COLOR #B2DBC0

HEX: #B2DBC0
RGB: (178,219,192)

Color info

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

RGB color model

#B2DBC0 color RGB value is (178,219,192).

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

RGB channels and saturation

R 178 of 255 = 70%
G 219 of 255 = 86%
B 192 of 255 = 75%

178
219
192

R + G + B ~ 77%. #B2DBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 219 + 192 = 589 (100%)
R 178 of 589 ~ 30.22%
G 219 of 589 ~ 37.18%
B 192 of 589 ~ 32.6%

%30.22
%37.18
%32.6

CMYK color model

#B2DBC0 color CMYK value is (19,0,12,14).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 14.12%
CMYK:
(19,0,12,14)
C19M0Y12K14 
(19%,0%,12%,14%)
(0.19/0.00/0.12/0.14)	

CMYK percentages

%18.72
%0
%12.33
%14.12

Codes

Color #B2DBC0 in popluar color models

B2DBC0
RGB178219192
HSL140°36.28%77.84%
HSB/HSV140°18.72%85.88%
CMYK18.72%0.00%12.33%
14.12%

Color #B2DBC0 in popluar number systems.

HEXB2DBC0
Decimal178219192
Binary101100101101101111000000
Octal262333300

Shades and tints

Shades of #B2DBC0

#B2DBC0
(178,219,192)
#A2C8AF
(162,200,175)
#92B59E
(146,181,158)
#82A28D
(130,162,141)
#728F7C
(114,143,124)
#627C6B
(98,124,107)
#52695A
(82,105,90)
#425649
(66,86,73)
#324338
(50,67,56)
#223027
(34,48,39)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #B2DBC0

#B2DBC0
(178,219,192)
#B9DEC5
(185,222,197)
#C0E1CA
(192,225,202)
#C7E4CF
(199,228,207)
#CEE7D4
(206,231,212)
#D5EAD9
(213,234,217)
#DCEDDE
(220,237,222)
#E3F0E3
(227,240,227)
#EAF3E8
(234,243,232)
#F1F6ED
(241,246,237)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DBC0; }

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

This text font color is #B2DBC0.


Background Color

.myBgColor { background-color: #B2DBC0; }

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

This div background color is #B2DBC0.


Border color

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

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

This div border color is #B2DBC0.


Opacity

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

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

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

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

This text has shadow with #B2DBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DBC0 on black background.


Color preview on white background

This text has color #B2DBC0 on white background.



Black color preview on #B2DBC0 background

This text has black color on #B2DBC0 background.


White color preview on #B2DBC0 background

This text has white color on #B2DBC0 background.