COLOR #B2CFB4

HEX: #B2CFB4
RGB: (178,207,180)

Color info

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

RGB color model

#B2CFB4 color RGB value is (178,207,180).

  • red value is 178;
  • green value is 207;
  • blue value is 180.
RGB:
(178,207,180)
(70%,81%,71%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 180 of 255 = 71%

178
207
180

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

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 180 = 565 (100%)
R 178 of 565 ~ 31.5%
G 207 of 565 ~ 36.64%
B 180 of 565 ~ 31.86%

%31.5
%36.64
%31.86

CMYK color model

#B2CFB4 color CMYK value is (14,0,13,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 18.82%
CMYK:
(14,0,13,19)
C14M0Y13K19 
(14%,0%,13%,19%)
(0.14/0.00/0.13/0.19)	

CMYK percentages

%14.01
%0
%13.04
%18.82

Codes

Color #B2CFB4 in popluar color models

B2CFB4
RGB178207180
HSL124°23.20%75.49%
HSB/HSV124°14.01%81.18%
CMYK14.01%0.00%13.04%
18.82%

Color #B2CFB4 in popluar number systems.

HEXB2CFB4
Decimal178207180
Binary101100101100111110110100
Octal262317264

Shades and tints

Shades of #B2CFB4

#B2CFB4
(178,207,180)
#A2BDA4
(162,189,164)
#92AB94
(146,171,148)
#829984
(130,153,132)
#728774
(114,135,116)
#627564
(98,117,100)
#526354
(82,99,84)
#425144
(66,81,68)
#323F34
(50,63,52)
#222D24
(34,45,36)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #B2CFB4

#B2CFB4
(178,207,180)
#B9D3BA
(185,211,186)
#C0D7C0
(192,215,192)
#C7DBC6
(199,219,198)
#CEDFCC
(206,223,204)
#D5E3D2
(213,227,210)
#DCE7D8
(220,231,216)
#E3EBDE
(227,235,222)
#EAEFE4
(234,239,228)
#F1F3EA
(241,243,234)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CFB4 color. Also use rgb(178,207,180) instead hex code.

Text Font Color

.myTextColor { color: #B2CFB4; }

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

This text font color is #B2CFB4.


Background Color

.myBgColor { background-color: #B2CFB4; }

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

This div background color is #B2CFB4.


Border color

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

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

This div border color is #B2CFB4.


Opacity

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

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

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

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

This text has shadow with #B2CFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CFB4 on black background.


Color preview on white background

This text has color #B2CFB4 on white background.



Black color preview on #B2CFB4 background

This text has black color on #B2CFB4 background.


White color preview on #B2CFB4 background

This text has white color on #B2CFB4 background.