COLOR #B2CBC8

HEX: #B2CBC8 RGB: (178,203,200)

Color info

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

RGB color model

#B2CBC8 color RGB value is (178,203,200).

RGB: (178,203,200) (70%, 80%, 78%)

RGB channels and saturation

R 178 of 255 = 70%
G 203 of 255 = 80%
B 200 of 255 = 78%

178
203
200

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

Portions of RGB colors in percentages

R + G + B = 178 + 203 + 200 = 581 (100%)
R 178 of 581 ~ 30.64%
G 203 of 581 ~ 34.94%
B 200 of 581 ~ 34.42'%

%30.64
%34.94
%34.42

CMYK color model

#B2CBC8 color CMYK value is (12,0,1,20).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 1.48%
  • key color value is 20.39%
CMYK: (12,0,1,20) C12M0Y1K20 (12%,0%,1%,20%) (0.12/0.00/0.01/0.20) 

CMYK percentages

%12.32
%0
%1.48
%20.39

Codes

Color #B2CBC8 in popluar color models

B2 CB C8
RGB 178 203 200
HSL 173° 19.38% 74.71%
HSB/HSV 173° 12.32% 79.61%
CMYK 12.32% 0.00% 1.48%
20.39%

Color #B2CBC8 in popluar number systems.

HEX B2 CB C8
Decimal 178 203 200
Binary 10110010 11001011 11001000
Octal 262 313 310

Shades and tints

Shades of #B2CBC8

#B2CBC8
(178,203,200)
#A2B9B6
(162,185,182)
#92A7A4
(146,167,164)
#829592
(130,149,146)
#728380
(114,131,128)
#62716E
(98,113,110)
#525F5C
(82,95,92)
#424D4A
(66,77,74)
#323B38
(50,59,56)
#222926
(34,41,38)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2CBC8

#B2CBC8
(178,203,200)
#B9CFCD
(185,207,205)
#C0D3D2
(192,211,210)
#C7D7D7
(199,215,215)
#CEDBDC
(206,219,220)
#D5DFE1
(213,223,225)
#DCE3E6
(220,227,230)
#E3E7EB
(227,231,235)
#EAEBF0
(234,235,240)
#F1EFF5
(241,239,245)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CBC8 color. Also use rgb(178,203,200) instead hex code.

Text Font Color

.myTextColor { color: #B2CBC8; }

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

This text font color is #B2CBC8.

Background Color

.myBgColor { background-color: #B2CBC8; }

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

This div background color is #B2CBC8.

Border color

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

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

This div border color is #B2CBC8.

Opacity

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

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

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

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

This text has shadow with #B2CBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CBC8.

Preview

Color preview on black background

This text has color #B2CBC8 on black background.


Color preview on white background

This text has color #B2CBC8 on white background.


Black color preview on #B2CBC8 background

This text has black color on #B2CBC8 background.


White color preview on #B2CBC8 background

This text has white color on #B2CBC8 background.


Related colors

Complementary color

Complementary color for #hex is #4D3437.


I love getcolorcode.com

Triadic colors

1 #C8B2CB and #CBC8B2 with #B2CBC8 are triadic colors.

2 #C8CBB2 and #CBB2C8 with #B2CBC8 are triadic colors.