COLOR #B2CFA9

HEX: #B2CFA9
RGB: (178,207,169)

Color info

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

RGB color model

#B2CFA9 color RGB value is (178,207,169).

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

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 169 of 255 = 66%

178
207
169

R + G + B ~ 72%. #B2CFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 169 = 554 (100%)
R 178 of 554 ~ 32.13%
G 207 of 554 ~ 37.36%
B 169 of 554 ~ 30.51%

%32.13
%37.36
%30.51

CMYK color model

#B2CFA9 color CMYK value is (14,0,18,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 18.36%
  • key color value is 18.82%
CMYK:
(14,0,18,19)
C14M0Y18K19 
(14%,0%,18%,19%)
(0.14/0.00/0.18/0.19)	

CMYK percentages

%14.01
%0
%18.36
%18.82

Codes

Color #B2CFA9 in popluar color models

B2CFA9
RGB178207169
HSL106°28.36%73.73%
HSB/HSV106°18.36%81.18%
CMYK14.01%0.00%18.36%
18.82%

Color #B2CFA9 in popluar number systems.

HEXB2CFA9
Decimal178207169
Binary101100101100111110101001
Octal262317251

Shades and tints

Shades of #B2CFA9

#B2CFA9
(178,207,169)
#A2BD9A
(162,189,154)
#92AB8B
(146,171,139)
#82997C
(130,153,124)
#72876D
(114,135,109)
#62755E
(98,117,94)
#52634F
(82,99,79)
#425140
(66,81,64)
#323F31
(50,63,49)
#222D22
(34,45,34)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #B2CFA9

#B2CFA9
(178,207,169)
#B9D3B0
(185,211,176)
#C0D7B7
(192,215,183)
#C7DBBE
(199,219,190)
#CEDFC5
(206,223,197)
#D5E3CC
(213,227,204)
#DCE7D3
(220,231,211)
#E3EBDA
(227,235,218)
#EAEFE1
(234,239,225)
#F1F3E8
(241,243,232)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CFA9; }

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

This text font color is #B2CFA9.


Background Color

.myBgColor { background-color: #B2CFA9; }

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

This div background color is #B2CFA9.


Border color

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

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

This div border color is #B2CFA9.


Opacity

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

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

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

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

This text has shadow with #B2CFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CFA9 on black background.


Color preview on white background

This text has color #B2CFA9 on white background.



Black color preview on #B2CFA9 background

This text has black color on #B2CFA9 background.


White color preview on #B2CFA9 background

This text has white color on #B2CFA9 background.