COLOR #B2CDA4

HEX: #B2CDA4
RGB: (178,205,164)

Color info

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

RGB color model

#B2CDA4 color RGB value is (178,205,164).

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

RGB channels and saturation

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

178
205
164

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

Portions of RGB colors in percentages

R + G + B =
178 + 205 + 164 = 547 (100%)
R 178 of 547 ~ 32.54%
G 205 of 547 ~ 37.48%
B 164 of 547 ~ 29.98%

%32.54
%37.48
%29.98

CMYK color model

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

  • cyan value is 13.17%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 19.61%
CMYK:
(13,0,20,20)
C13M0Y20K20 
(13%,0%,20%,20%)
(0.13/0.00/0.20/0.20)	

CMYK percentages

%13.17
%0
%20
%19.61

Codes

Color #B2CDA4 in popluar color models

B2CDA4
RGB178205164
HSL100°29.08%72.35%
HSB/HSV100°20.00%80.39%
CMYK13.17%0.00%20.00%
19.61%

Color #B2CDA4 in popluar number systems.

HEXB2CDA4
Decimal178205164
Binary101100101100110110100100
Octal262315244

Shades and tints

Shades of #B2CDA4

#B2CDA4
(178,205,164)
#A2BB96
(162,187,150)
#92A988
(146,169,136)
#82977A
(130,151,122)
#72856C
(114,133,108)
#62735E
(98,115,94)
#526150
(82,97,80)
#424F42
(66,79,66)
#323D34
(50,61,52)
#222B26
(34,43,38)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #B2CDA4

#B2CDA4
(178,205,164)
#B9D1AC
(185,209,172)
#C0D5B4
(192,213,180)
#C7D9BC
(199,217,188)
#CEDDC4
(206,221,196)
#D5E1CC
(213,225,204)
#DCE5D4
(220,229,212)
#E3E9DC
(227,233,220)
#EAEDE4
(234,237,228)
#F1F1EC
(241,241,236)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CDA4; }

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

This text font color is #B2CDA4.


Background Color

.myBgColor { background-color: #B2CDA4; }

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

This div background color is #B2CDA4.


Border color

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

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

This div border color is #B2CDA4.


Opacity

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

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

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

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

This text has shadow with #B2CDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CDA4 on black background.


Color preview on white background

This text has color #B2CDA4 on white background.



Black color preview on #B2CDA4 background

This text has black color on #B2CDA4 background.


White color preview on #B2CDA4 background

This text has white color on #B2CDA4 background.