COLOR #B2CBBE

HEX: #B2CBBE RGB: (178,203,190)

Color info

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

RGB color model

#B2CBBE color RGB value is (178,203,190).

RGB: (178,203,190) (70%, 80%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 203 of 255 = 80%
B 190 of 255 = 75%

178
203
190

R + G + B ~ 75%. #B2CBBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 203 + 190 = 571 (100%)
R 178 of 571 ~ 31.17%
G 203 of 571 ~ 35.55%
B 190 of 571 ~ 33.27'%

%31.17
%35.55
%33.27

CMYK color model

#B2CBBE color CMYK value is (12,0,6,20).

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

CMYK: (12,0,6,20)
C12M0Y6K20 (12%, 0%, 6%, 20%)
(0.12 / 0.00 / 0.06 / 0.20)

CMYK percentages

%12.32
%0
%6.4
%20.39

Codes

Color #B2CBBE in popluar color models

B2 CB BE
RGB 178 203 190
HSL 149° 19.38% 74.71%
HSB/HSV 149° 12.32% 79.61%
CMYK 12.32% 0.00% 6.40%
20.39%

Color #B2CBBE in popluar number systems.

HEX B2 CB BE
Decimal 178 203 190
Binary 10110010 11001011 10111110
Octal 262 313 276

Shades and tints

Shades of #B2CBBE

#B2CBBE
(178,203,190)
#A2B9AD
(162,185,173)
#92A79C
(146,167,156)
#82958B
(130,149,139)
#72837A
(114,131,122)
#627169
(98,113,105)
#525F58
(82,95,88)
#424D47
(66,77,71)
#323B36
(50,59,54)
#222925
(34,41,37)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2CBBE

#B2CBBE
(178,203,190)
#B9CFC3
(185,207,195)
#C0D3C8
(192,211,200)
#C7D7CD
(199,215,205)
#CEDBD2
(206,219,210)
#D5DFD7
(213,223,215)
#DCE3DC
(220,227,220)
#E3E7E1
(227,231,225)
#EAEBE6
(234,235,230)
#F1EFEB
(241,239,235)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CBBE; }

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

This text font color is #B2CBBE.

Background Color

.myBgColor { background-color: #B2CBBE; }

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

This div background color is #B2CBBE.

Border color

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

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

This div border color is #B2CBBE.

Opacity

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

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

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

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

This text has shadow with #B2CBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CBBE.

Preview

Color preview on black background

This text has color #B2CBBE on black background.


Color preview on white background

This text has color #B2CBBE on white background.


Black color preview on #B2CBBE background

This text has black color on #B2CBBE background.


White color preview on #B2CBBE background

This text has white color on #B2CBBE background.


Related colors

Complementary color

Complementary color for #hex is #4D3441.


I love getcolorcode.com

Triadic colors

1 #BEB2CB and #CBBEB2 with #B2CBBE are triadic colors.

2 #BECBB2 and #CBB2BE with #B2CBBE are triadic colors.