COLOR #B2CBCE

HEX: #B2CBCE RGB: (178,203,206)

Color info

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

RGB color model

#B2CBCE color RGB value is (178,203,206).

RGB: (178,203,206) (70%, 80%, 81%)

RGB channels and saturation

R 178 of 255 = 70%
G 203 of 255 = 80%
B 206 of 255 = 81%

178
203
206

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

Portions of RGB colors in percentages

R + G + B = 178 + 203 + 206 = 587 (100%)
R 178 of 587 ~ 30.32%
G 203 of 587 ~ 34.58%
B 206 of 587 ~ 35.09'%

%30.32
%34.58
%35.09

CMYK color model

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

  • cyan value is 13.59%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (14,1,0,19)
C14M1Y0K19 (14%, 1%, 0%, 19%)
(0.14 / 0.01 / 0.00 / 0.19)

CMYK percentages

%13.59
%1.46
%0
%19.22

Codes

Color #B2CBCE in popluar color models

B2 CB CE
RGB 178 203 206
HSL 186° 22.22% 75.29%
HSB/HSV 186° 13.59% 80.78%
CMYK 13.59% 1.46% 0.00%
19.22%

Color #B2CBCE in popluar number systems.

HEX B2 CB CE
Decimal 178 203 206
Binary 10110010 11001011 11001110
Octal 262 313 316

Shades and tints

Shades of #B2CBCE

#B2CBCE
(178,203,206)
#A2B9BC
(162,185,188)
#92A7AA
(146,167,170)
#829598
(130,149,152)
#728386
(114,131,134)
#627174
(98,113,116)
#525F62
(82,95,98)
#424D50
(66,77,80)
#323B3E
(50,59,62)
#22292C
(34,41,44)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #B2CBCE

#B2CBCE
(178,203,206)
#B9CFD2
(185,207,210)
#C0D3D6
(192,211,214)
#C7D7DA
(199,215,218)
#CEDBDE
(206,219,222)
#D5DFE2
(213,223,226)
#DCE3E6
(220,227,230)
#E3E7EA
(227,231,234)
#EAEBEE
(234,235,238)
#F1EFF2
(241,239,242)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CBCE; }

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

This text font color is #B2CBCE.

Background Color

.myBgColor { background-color: #B2CBCE; }

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

This div background color is #B2CBCE.

Border color

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

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

This div border color is #B2CBCE.

Opacity

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

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

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

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

This text has shadow with #B2CBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CBCE.

Preview

Color preview on black background

This text has color #B2CBCE on black background.


Color preview on white background

This text has color #B2CBCE on white background.


Black color preview on #B2CBCE background

This text has black color on #B2CBCE background.


White color preview on #B2CBCE background

This text has white color on #B2CBCE background.


Related colors

Complementary color

Complementary color for #hex is #4D3431.


I love getcolorcode.com

Triadic colors

1 #CEB2CB and #CBCEB2 with #B2CBCE are triadic colors.

2 #CECBB2 and #CBB2CE with #B2CBCE are triadic colors.