COLOR #B2CDA2

HEX: #B2CDA2
RGB: (178,205,162)

Color info

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

RGB color model

#B2CDA2 color RGB value is (178,205,162).

  • red value is 178;
  • green value is 205;
  • blue value is 162.
RGB:
(178,205,162)
(70%,80%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 205 of 255 = 80%
B 162 of 255 = 64%

178
205
162

R + G + B ~ 71%. #B2CDA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 205 + 162 = 545 (100%)
R 178 of 545 ~ 32.66%
G 205 of 545 ~ 37.61%
B 162 of 545 ~ 29.72%

%32.66
%37.61
%29.72

CMYK color model

#B2CDA2 color CMYK value is (13,0,21,20).

  • cyan value is 13.17%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 19.61%
CMYK:
(13,0,21,20)
C13M0Y21K20 
(13%,0%,21%,20%)
(0.13/0.00/0.21/0.20)	

CMYK percentages

%13.17
%0
%20.98
%19.61

Codes

Color #B2CDA2 in popluar color models

B2CDA2
RGB178205162
HSL98°30.07%71.96%
HSB/HSV98°20.98%80.39%
CMYK13.17%0.00%20.98%
19.61%

Color #B2CDA2 in popluar number systems.

HEXB2CDA2
Decimal178205162
Binary101100101100110110100010
Octal262315242

Shades and tints

Shades of #B2CDA2

#B2CDA2
(178,205,162)
#A2BB94
(162,187,148)
#92A986
(146,169,134)
#829778
(130,151,120)
#72856A
(114,133,106)
#62735C
(98,115,92)
#52614E
(82,97,78)
#424F40
(66,79,64)
#323D32
(50,61,50)
#222B24
(34,43,36)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #B2CDA2

#B2CDA2
(178,205,162)
#B9D1AA
(185,209,170)
#C0D5B2
(192,213,178)
#C7D9BA
(199,217,186)
#CEDDC2
(206,221,194)
#D5E1CA
(213,225,202)
#DCE5D2
(220,229,210)
#E3E9DA
(227,233,218)
#EAEDE2
(234,237,226)
#F1F1EA
(241,241,234)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CDA2 color. Also use rgb(178,205,162) instead hex code.

Text Font Color

.myTextColor { color: #B2CDA2; }

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

This text font color is #B2CDA2.


Background Color

.myBgColor { background-color: #B2CDA2; }

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

This div background color is #B2CDA2.


Border color

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

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

This div border color is #B2CDA2.


Opacity

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

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

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

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

This text has shadow with #B2CDA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CDA2 on black background.


Color preview on white background

This text has color #B2CDA2 on white background.



Black color preview on #B2CDA2 background

This text has black color on #B2CDA2 background.


White color preview on #B2CDA2 background

This text has white color on #B2CDA2 background.