COLOR #B2CFA8

HEX: #B2CFA8
RGB: (178,207,168)

Color info

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

RGB color model

#B2CFA8 color RGB value is (178,207,168).

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

RGB channels and saturation

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

178
207
168

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

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 168 = 553 (100%)
R 178 of 553 ~ 32.19%
G 207 of 553 ~ 37.43%
B 168 of 553 ~ 30.38%

%32.19
%37.43
%30.38

CMYK color model

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

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 18.84%
  • key color value is 18.82%
CMYK:
(14,0,19,19)
C14M0Y19K19 
(14%,0%,19%,19%)
(0.14/0.00/0.19/0.19)	

CMYK percentages

%14.01
%0
%18.84
%18.82

Codes

Color #B2CFA8 in popluar color models

B2CFA8
RGB178207168
HSL105°28.89%73.53%
HSB/HSV105°18.84%81.18%
CMYK14.01%0.00%18.84%
18.82%

Color #B2CFA8 in popluar number systems.

HEXB2CFA8
Decimal178207168
Binary101100101100111110101000
Octal262317250

Shades and tints

Shades of #B2CFA8

#B2CFA8
(178,207,168)
#A2BD99
(162,189,153)
#92AB8A
(146,171,138)
#82997B
(130,153,123)
#72876C
(114,135,108)
#62755D
(98,117,93)
#52634E
(82,99,78)
#42513F
(66,81,63)
#323F30
(50,63,48)
#222D21
(34,45,33)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #B2CFA8

#B2CFA8
(178,207,168)
#B9D3AF
(185,211,175)
#C0D7B6
(192,215,182)
#C7DBBD
(199,219,189)
#CEDFC4
(206,223,196)
#D5E3CB
(213,227,203)
#DCE7D2
(220,231,210)
#E3EBD9
(227,235,217)
#EAEFE0
(234,239,224)
#F1F3E7
(241,243,231)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CFA8; }

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

This text font color is #B2CFA8.


Background Color

.myBgColor { background-color: #B2CFA8; }

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

This div background color is #B2CFA8.


Border color

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

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

This div border color is #B2CFA8.


Opacity

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

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

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

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

This text has shadow with #B2CFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CFA8 on black background.


Color preview on white background

This text has color #B2CFA8 on white background.



Black color preview on #B2CFA8 background

This text has black color on #B2CFA8 background.


White color preview on #B2CFA8 background

This text has white color on #B2CFA8 background.