COLOR #B2CBC7

HEX: #B2CBC7 RGB: (178,203,199)

Color info

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

RGB color model

#B2CBC7 color RGB value is (178,203,199).

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

RGB channels and saturation

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

178
203
199

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

Portions of RGB colors in percentages

R + G + B = 178 + 203 + 199 = 580 (100%)
R 178 of 580 ~ 30.69%
G 203 of 580 ~ 35%
B 199 of 580 ~ 34.31'%

%30.69
%35
%34.31

CMYK color model

#B2CBC7 color CMYK value is (12,0,2,20).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 20.39%

CMYK: (12,0,2,20)
C12M0Y2K20 (12%, 0%, 2%, 20%)
(0.12 / 0.00 / 0.02 / 0.20)

CMYK percentages

%12.32
%0
%1.97
%20.39

Codes

Color #B2CBC7 in popluar color models

B2 CB C7
RGB 178 203 199
HSL 170° 19.38% 74.71%
HSB/HSV 170° 12.32% 79.61%
CMYK 12.32% 0.00% 1.97%
20.39%

Color #B2CBC7 in popluar number systems.

HEX B2 CB C7
Decimal 178 203 199
Binary 10110010 11001011 11000111
Octal 262 313 307

Shades and tints

Shades of #B2CBC7

#B2CBC7
(178,203,199)
#A2B9B5
(162,185,181)
#92A7A3
(146,167,163)
#829591
(130,149,145)
#72837F
(114,131,127)
#62716D
(98,113,109)
#525F5B
(82,95,91)
#424D49
(66,77,73)
#323B37
(50,59,55)
#222925
(34,41,37)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2CBC7

#B2CBC7
(178,203,199)
#B9CFCC
(185,207,204)
#C0D3D1
(192,211,209)
#C7D7D6
(199,215,214)
#CEDBDB
(206,219,219)
#D5DFE0
(213,223,224)
#DCE3E5
(220,227,229)
#E3E7EA
(227,231,234)
#EAEBEF
(234,235,239)
#F1EFF4
(241,239,244)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CBC7; }

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

This text font color is #B2CBC7.

Background Color

.myBgColor { background-color: #B2CBC7; }

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

This div background color is #B2CBC7.

Border color

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

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

This div border color is #B2CBC7.

Opacity

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

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

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

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

This text has shadow with #B2CBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CBC7.

Preview

Color preview on black background

This text has color #B2CBC7 on black background.


Color preview on white background

This text has color #B2CBC7 on white background.


Black color preview on #B2CBC7 background

This text has black color on #B2CBC7 background.


White color preview on #B2CBC7 background

This text has white color on #B2CBC7 background.


Related colors

Complementary color

Complementary color for #hex is #4D3438.


I love getcolorcode.com

Triadic colors

1 #C7B2CB and #CBC7B2 with #B2CBC7 are triadic colors.

2 #C7CBB2 and #CBB2C7 with #B2CBC7 are triadic colors.