COLOR #B2DCBA

HEX: #B2DCBA RGB: (178,220,186)

Color info

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

RGB color model

#B2DCBA color RGB value is (178,220,186).

RGB: (178,220,186) (70%, 86%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 220 of 255 = 86%
B 186 of 255 = 73%

178
220
186

R + G + B ~ 76%. #B2DCBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 220 + 186 = 584 (100%)
R 178 of 584 ~ 30.48%
G 220 of 584 ~ 37.67%
B 186 of 584 ~ 31.85'%

%30.48
%37.67
%31.85

CMYK color model

#B2DCBA color CMYK value is (19,0,15,14).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 13.73%

CMYK: (19,0,15,14)
C19M0Y15K14 (19%, 0%, 15%, 14%)
(0.19 / 0.00 / 0.15 / 0.14)

CMYK percentages

%19.09
%0
%15.45
%13.73

Codes

Color #B2DCBA in popluar color models

B2 DC BA
RGB 178 220 186
HSL 131° 37.50% 78.04%
HSB/HSV 131° 19.09% 86.27%
CMYK 19.09% 0.00% 15.45%
13.73%

Color #B2DCBA in popluar number systems.

HEX B2 DC BA
Decimal 178 220 186
Binary 10110010 11011100 10111010
Octal 262 334 272

Shades and tints

Shades of #B2DCBA

#B2DCBA
(178,220,186)
#A2C8AA
(162,200,170)
#92B49A
(146,180,154)
#82A08A
(130,160,138)
#728C7A
(114,140,122)
#62786A
(98,120,106)
#52645A
(82,100,90)
#42504A
(66,80,74)
#323C3A
(50,60,58)
#22282A
(34,40,42)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #B2DCBA

#B2DCBA
(178,220,186)
#B9DFC0
(185,223,192)
#C0E2C6
(192,226,198)
#C7E5CC
(199,229,204)
#CEE8D2
(206,232,210)
#D5EBD8
(213,235,216)
#DCEEDE
(220,238,222)
#E3F1E4
(227,241,228)
#EAF4EA
(234,244,234)
#F1F7F0
(241,247,240)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DCBA; }

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

This text font color is #B2DCBA.

Background Color

.myBgColor { background-color: #B2DCBA; }

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

This div background color is #B2DCBA.

Border color

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

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

This div border color is #B2DCBA.

Opacity

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

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

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

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

This text has shadow with #B2DCBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DCBA.

Preview

Color preview on black background

This text has color #B2DCBA on black background.


Color preview on white background

This text has color #B2DCBA on white background.


Black color preview on #B2DCBA background

This text has black color on #B2DCBA background.


White color preview on #B2DCBA background

This text has white color on #B2DCBA background.


Related colors

Complementary color

Complementary color for #hex is #4D2345.


I love getcolorcode.com

Triadic colors

1 #BAB2DC and #DCBAB2 with #B2DCBA are triadic colors.

2 #BADCB2 and #DCB2BA with #B2DCBA are triadic colors.