COLOR #B2CDA5

HEX: #B2CDA5 RGB: (178,205,165)

Color info

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

RGB color model

#B2CDA5 color RGB value is (178,205,165).

RGB: (178,205,165) (70%, 80%, 65%)

RGB channels and saturation

R 178 of 255 = 70%
G 205 of 255 = 80%
B 165 of 255 = 65%

178
205
165

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

Portions of RGB colors in percentages

R + G + B = 178 + 205 + 165 = 548 (100%)
R 178 of 548 ~ 32.48%
G 205 of 548 ~ 37.41%
B 165 of 548 ~ 30.11'%

%32.48
%37.41
%30.11

CMYK color model

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

  • cyan value is 13.17%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • 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
%19.51
%19.61

Codes

Color #B2CDA5 in popluar color models

B2 CD A5
RGB 178 205 165
HSL 101° 28.57% 72.55%
HSB/HSV 101° 19.51% 80.39%
CMYK 13.17% 0.00% 19.51%
19.61%

Color #B2CDA5 in popluar number systems.

HEX B2 CD A5
Decimal 178 205 165
Binary 10110010 11001101 10100101
Octal 262 315 245

Shades and tints

Shades of #B2CDA5

#B2CDA5
(178,205,165)
#A2BB96
(162,187,150)
#92A987
(146,169,135)
#829778
(130,151,120)
#728569
(114,133,105)
#62735A
(98,115,90)
#52614B
(82,97,75)
#424F3C
(66,79,60)
#323D2D
(50,61,45)
#222B1E
(34,43,30)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #B2CDA5

#B2CDA5
(178,205,165)
#B9D1AD
(185,209,173)
#C0D5B5
(192,213,181)
#C7D9BD
(199,217,189)
#CEDDC5
(206,221,197)
#D5E1CD
(213,225,205)
#DCE5D5
(220,229,213)
#E3E9DD
(227,233,221)
#EAEDE5
(234,237,229)
#F1F1ED
(241,241,237)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CDA5; }

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

This text font color is #B2CDA5.

Background Color

.myBgColor { background-color: #B2CDA5; }

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

This div background color is #B2CDA5.

Border color

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

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

This div border color is #B2CDA5.

Opacity

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

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

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

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

This text has shadow with #B2CDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CDA5.

Preview

Color preview on black background

This text has color #B2CDA5 on black background.


Color preview on white background

This text has color #B2CDA5 on white background.


Black color preview on #B2CDA5 background

This text has black color on #B2CDA5 background.


White color preview on #B2CDA5 background

This text has white color on #B2CDA5 background.


Related colors

Complementary color

Complementary color for #hex is #4D325A.


I love getcolorcode.com

Triadic colors

1 #A5B2CD and #CDA5B2 with #B2CDA5 are triadic colors.

2 #A5CDB2 and #CDB2A5 with #B2CDA5 are triadic colors.