COLOR #B2DCBF

HEX: #B2DCBF RGB: (178,220,191)

Color info

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

RGB color model

#B2DCBF color RGB value is (178,220,191).

RGB: (178,220,191) (70%, 86%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 220 of 255 = 86%
B 191 of 255 = 75%

178
220
191

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

Portions of RGB colors in percentages

R + G + B = 178 + 220 + 191 = 589 (100%)
R 178 of 589 ~ 30.22%
G 220 of 589 ~ 37.35%
B 191 of 589 ~ 32.43'%

%30.22
%37.35
%32.43

CMYK color model

#B2DCBF color CMYK value is (19,0,13,14).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 13.18%
  • key color value is 13.73%
CMYK: (19,0,13,14) C19M0Y13K14 (19%,0%,13%,14%) (0.19/0.00/0.13/0.14) 

CMYK percentages

%19.09
%0
%13.18
%13.73

Codes

Color #B2DCBF in popluar color models

B2 DC BF
RGB 178 220 191
HSL 139° 37.50% 78.04%
HSB/HSV 139° 19.09% 86.27%
CMYK 19.09% 0.00% 13.18%
13.73%

Color #B2DCBF in popluar number systems.

HEX B2 DC BF
Decimal 178 220 191
Binary 10110010 11011100 10111111
Octal 262 334 277

Shades and tints

Shades of #B2DCBF

#B2DCBF
(178,220,191)
#A2C8AE
(162,200,174)
#92B49D
(146,180,157)
#82A08C
(130,160,140)
#728C7B
(114,140,123)
#62786A
(98,120,106)
#526459
(82,100,89)
#425048
(66,80,72)
#323C37
(50,60,55)
#222826
(34,40,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #B2DCBF

#B2DCBF
(178,220,191)
#B9DFC4
(185,223,196)
#C0E2C9
(192,226,201)
#C7E5CE
(199,229,206)
#CEE8D3
(206,232,211)
#D5EBD8
(213,235,216)
#DCEEDD
(220,238,221)
#E3F1E2
(227,241,226)
#EAF4E7
(234,244,231)
#F1F7EC
(241,247,236)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DCBF color. Also use rgb(178,220,191) instead hex code.

Text Font Color

.myTextColor { color: #B2DCBF; }

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

This text font color is #B2DCBF.

Background Color

.myBgColor { background-color: #B2DCBF; }

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

This div background color is #B2DCBF.

Border color

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

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

This div border color is #B2DCBF.

Opacity

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

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

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

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

This text has shadow with #B2DCBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DCBF.

Preview

Color preview on black background

This text has color #B2DCBF on black background.


Color preview on white background

This text has color #B2DCBF on white background.


Black color preview on #B2DCBF background

This text has black color on #B2DCBF background.


White color preview on #B2DCBF background

This text has white color on #B2DCBF background.


Related colors

Complementary color

Complementary color for #hex is #4D2340.


I love getcolorcode.com

Triadic colors

1 #BFB2DC and #DCBFB2 with #B2DCBF are triadic colors.

2 #BFDCB2 and #DCB2BF with #B2DCBF are triadic colors.