COLOR #B2DBBC

HEX: #B2DBBC RGB: (178,219,188)

Color info

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

RGB color model

#B2DBBC color RGB value is (178,219,188).

RGB: (178,219,188) (70%, 86%, 74%)

RGB channels and saturation

R 178 of 255 = 70%
G 219 of 255 = 86%
B 188 of 255 = 74%

178
219
188

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

Portions of RGB colors in percentages

R + G + B = 178 + 219 + 188 = 585 (100%)
R 178 of 585 ~ 30.43%
G 219 of 585 ~ 37.44%
B 188 of 585 ~ 32.14'%

%30.43
%37.44
%32.14

CMYK color model

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

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 14.12%
CMYK: (19,0,14,14) C19M0Y14K14 (19%,0%,14%,14%) (0.19/0.00/0.14/0.14) 

CMYK percentages

%18.72
%0
%14.16
%14.12

Codes

Color #B2DBBC in popluar color models

B2 DB BC
RGB 178 219 188
HSL 135° 36.28% 77.84%
HSB/HSV 135° 18.72% 85.88%
CMYK 18.72% 0.00% 14.16%
14.12%

Color #B2DBBC in popluar number systems.

HEX B2 DB BC
Decimal 178 219 188
Binary 10110010 11011011 10111100
Octal 262 333 274

Shades and tints

Shades of #B2DBBC

#B2DBBC
(178,219,188)
#A2C8AB
(162,200,171)
#92B59A
(146,181,154)
#82A289
(130,162,137)
#728F78
(114,143,120)
#627C67
(98,124,103)
#526956
(82,105,86)
#425645
(66,86,69)
#324334
(50,67,52)
#223023
(34,48,35)
#121D12
(18,29,18)
#000000
(0,0,0)

Tints of #B2DBBC

#B2DBBC
(178,219,188)
#B9DEC2
(185,222,194)
#C0E1C8
(192,225,200)
#C7E4CE
(199,228,206)
#CEE7D4
(206,231,212)
#D5EADA
(213,234,218)
#DCEDE0
(220,237,224)
#E3F0E6
(227,240,230)
#EAF3EC
(234,243,236)
#F1F6F2
(241,246,242)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DBBC; }

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

This text font color is #B2DBBC.

Background Color

.myBgColor { background-color: #B2DBBC; }

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

This div background color is #B2DBBC.

Border color

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

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

This div border color is #B2DBBC.

Opacity

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

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

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

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

This text has shadow with #B2DBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DBBC.

Preview

Color preview on black background

This text has color #B2DBBC on black background.


Color preview on white background

This text has color #B2DBBC on white background.


Black color preview on #B2DBBC background

This text has black color on #B2DBBC background.


White color preview on #B2DBBC background

This text has white color on #B2DBBC background.


Related colors

Complementary color

Complementary color for #hex is #4D2443.


I love getcolorcode.com

Triadic colors

1 #BCB2DB and #DBBCB2 with #B2DBBC are triadic colors.

2 #BCDBB2 and #DBB2BC with #B2DBBC are triadic colors.