COLOR #B2CCA9

HEX: #B2CCA9
RGB: (178,204,169)

Color info

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

RGB color model

#B2CCA9 color RGB value is (178,204,169).

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

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 169 of 255 = 66%

178
204
169

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

Portions of RGB colors in percentages

R + G + B =
178 + 204 + 169 = 551 (100%)
R 178 of 551 ~ 32.3%
G 204 of 551 ~ 37.02%
B 169 of 551 ~ 30.67%

%32.3
%37.02
%30.67

CMYK color model

#B2CCA9 color CMYK value is (13,0,17,20).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 20.00%
CMYK:
(13,0,17,20)
C13M0Y17K20 
(13%,0%,17%,20%)
(0.13/0.00/0.17/0.20)	

CMYK percentages

%12.75
%0
%17.16
%20

Codes

Color #B2CCA9 in popluar color models

B2CCA9
RGB178204169
HSL105°25.55%73.14%
HSB/HSV105°17.16%80.00%
CMYK12.75%0.00%17.16%
20.00%

Color #B2CCA9 in popluar number systems.

HEXB2CCA9
Decimal178204169
Binary101100101100110010101001
Octal262314251

Shades and tints

Shades of #B2CCA9

#B2CCA9
(178,204,169)
#A2BA9A
(162,186,154)
#92A88B
(146,168,139)
#82967C
(130,150,124)
#72846D
(114,132,109)
#62725E
(98,114,94)
#52604F
(82,96,79)
#424E40
(66,78,64)
#323C31
(50,60,49)
#222A22
(34,42,34)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #B2CCA9

#B2CCA9
(178,204,169)
#B9D0B0
(185,208,176)
#C0D4B7
(192,212,183)
#C7D8BE
(199,216,190)
#CEDCC5
(206,220,197)
#D5E0CC
(213,224,204)
#DCE4D3
(220,228,211)
#E3E8DA
(227,232,218)
#EAECE1
(234,236,225)
#F1F0E8
(241,240,232)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CCA9; }

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

This text font color is #B2CCA9.


Background Color

.myBgColor { background-color: #B2CCA9; }

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

This div background color is #B2CCA9.


Border color

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

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

This div border color is #B2CCA9.


Opacity

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

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

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

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

This text has shadow with #B2CCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CCA9 on black background.


Color preview on white background

This text has color #B2CCA9 on white background.



Black color preview on #B2CCA9 background

This text has black color on #B2CCA9 background.


White color preview on #B2CCA9 background

This text has white color on #B2CCA9 background.