COLOR #B2CCB7

HEX: #B2CCB7
RGB: (178,204,183)

Color info

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

RGB color model

#B2CCB7 color RGB value is (178,204,183).

  • red value is 178;
  • green value is 204;
  • blue value is 183.
RGB:
(178,204,183)
(70%,80%,72%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 183 of 255 = 72%

178
204
183

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

Portions of RGB colors in percentages

R + G + B =
178 + 204 + 183 = 565 (100%)
R 178 of 565 ~ 31.5%
G 204 of 565 ~ 36.11%
B 183 of 565 ~ 32.39%

%31.5
%36.11
%32.39

CMYK color model

#B2CCB7 color CMYK value is (13,0,10,20).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK:
(13,0,10,20)
C13M0Y10K20 
(13%,0%,10%,20%)
(0.13/0.00/0.10/0.20)	

CMYK percentages

%12.75
%0
%10.29
%20

Codes

Color #B2CCB7 in popluar color models

B2CCB7
RGB178204183
HSL132°20.31%74.90%
HSB/HSV132°12.75%80.00%
CMYK12.75%0.00%10.29%
20.00%

Color #B2CCB7 in popluar number systems.

HEXB2CCB7
Decimal178204183
Binary101100101100110010110111
Octal262314267

Shades and tints

Shades of #B2CCB7

#B2CCB7
(178,204,183)
#A2BAA7
(162,186,167)
#92A897
(146,168,151)
#829687
(130,150,135)
#728477
(114,132,119)
#627267
(98,114,103)
#526057
(82,96,87)
#424E47
(66,78,71)
#323C37
(50,60,55)
#222A27
(34,42,39)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #B2CCB7

#B2CCB7
(178,204,183)
#B9D0BD
(185,208,189)
#C0D4C3
(192,212,195)
#C7D8C9
(199,216,201)
#CEDCCF
(206,220,207)
#D5E0D5
(213,224,213)
#DCE4DB
(220,228,219)
#E3E8E1
(227,232,225)
#EAECE7
(234,236,231)
#F1F0ED
(241,240,237)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CCB7 color. Also use rgb(178,204,183) instead hex code.

Text Font Color

.myTextColor { color: #B2CCB7; }

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

This text font color is #B2CCB7.


Background Color

.myBgColor { background-color: #B2CCB7; }

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

This div background color is #B2CCB7.


Border color

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

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

This div border color is #B2CCB7.


Opacity

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

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

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

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

This text has shadow with #B2CCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CCB7 on black background.


Color preview on white background

This text has color #B2CCB7 on white background.



Black color preview on #B2CCB7 background

This text has black color on #B2CCB7 background.


White color preview on #B2CCB7 background

This text has white color on #B2CCB7 background.