COLOR #B2CABC

HEX: #B2CABC RGB: (178,202,188)

Color info

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

RGB color model

#B2CABC color RGB value is (178,202,188).

RGB: (178,202,188) (70%, 79%, 74%)

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 188 of 255 = 74%

178
202
188

R + G + B ~ 74%. #B2CABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 202 + 188 = 568 (100%)
R 178 of 568 ~ 31.34%
G 202 of 568 ~ 35.56%
B 188 of 568 ~ 33.1'%

%31.34
%35.56
%33.1

CMYK color model

#B2CABC color CMYK value is (12,0,7,21).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%
CMYK: (12,0,7,21) C12M0Y7K21 (12%,0%,7%,21%) (0.12/0.00/0.07/0.21) 

CMYK percentages

%11.88
%0
%6.93
%20.78

Codes

Color #B2CABC in popluar color models

B2 CA BC
RGB 178 202 188
HSL 145° 18.46% 74.51%
HSB/HSV 145° 11.88% 79.22%
CMYK 11.88% 0.00% 6.93%
20.78%

Color #B2CABC in popluar number systems.

HEX B2 CA BC
Decimal 178 202 188
Binary 10110010 11001010 10111100
Octal 262 312 274

Shades and tints

Shades of #B2CABC

#B2CABC
(178,202,188)
#A2B8AB
(162,184,171)
#92A69A
(146,166,154)
#829489
(130,148,137)
#728278
(114,130,120)
#627067
(98,112,103)
#525E56
(82,94,86)
#424C45
(66,76,69)
#323A34
(50,58,52)
#222823
(34,40,35)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #B2CABC

#B2CABC
(178,202,188)
#B9CEC2
(185,206,194)
#C0D2C8
(192,210,200)
#C7D6CE
(199,214,206)
#CEDAD4
(206,218,212)
#D5DEDA
(213,222,218)
#DCE2E0
(220,226,224)
#E3E6E6
(227,230,230)
#EAEAEC
(234,234,236)
#F1EEF2
(241,238,242)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CABC; }

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

This text font color is #B2CABC.

Background Color

.myBgColor { background-color: #B2CABC; }

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

This div background color is #B2CABC.

Border color

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

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

This div border color is #B2CABC.

Opacity

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

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

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

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

This text has shadow with #B2CABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CABC.

Preview

Color preview on black background

This text has color #B2CABC on black background.


Color preview on white background

This text has color #B2CABC on white background.


Black color preview on #B2CABC background

This text has black color on #B2CABC background.


White color preview on #B2CABC background

This text has white color on #B2CABC background.


Related colors

Complementary color

Complementary color for #hex is #4D3543.


I love getcolorcode.com

Triadic colors

1 #BCB2CA and #CABCB2 with #B2CABC are triadic colors.

2 #BCCAB2 and #CAB2BC with #B2CABC are triadic colors.