COLOR #B2CDA7

HEX: #B2CDA7 RGB: (178,205,167)

Color info

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

RGB color model

#B2CDA7 color RGB value is (178,205,167).

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

RGB channels and saturation

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

178
205
167

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

Portions of RGB colors in percentages

R + G + B = 178 + 205 + 167 = 550 (100%)
R 178 of 550 ~ 32.36%
G 205 of 550 ~ 37.27%
B 167 of 550 ~ 30.36'%

%32.36
%37.27
%30.36

CMYK color model

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

  • cyan value is 13.17%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 19.61%

CMYK: (13,0,19,20)
C13M0Y19K20 (13%, 0%, 19%, 20%)
(0.13 / 0.00 / 0.19 / 0.20)

CMYK percentages

%13.17
%0
%18.54
%19.61

Codes

Color #B2CDA7 in popluar color models

B2 CD A7
RGB 178 205 167
HSL 103° 27.54% 72.94%
HSB/HSV 103° 18.54% 80.39%
CMYK 13.17% 0.00% 18.54%
19.61%

Color #B2CDA7 in popluar number systems.

HEX B2 CD A7
Decimal 178 205 167
Binary 10110010 11001101 10100111
Octal 262 315 247

Shades and tints

Shades of #B2CDA7

#B2CDA7
(178,205,167)
#A2BB98
(162,187,152)
#92A989
(146,169,137)
#82977A
(130,151,122)
#72856B
(114,133,107)
#62735C
(98,115,92)
#52614D
(82,97,77)
#424F3E
(66,79,62)
#323D2F
(50,61,47)
#222B20
(34,43,32)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #B2CDA7

#B2CDA7
(178,205,167)
#B9D1AF
(185,209,175)
#C0D5B7
(192,213,183)
#C7D9BF
(199,217,191)
#CEDDC7
(206,221,199)
#D5E1CF
(213,225,207)
#DCE5D7
(220,229,215)
#E3E9DF
(227,233,223)
#EAEDE7
(234,237,231)
#F1F1EF
(241,241,239)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CDA7; }

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

This text font color is #B2CDA7.

Background Color

.myBgColor { background-color: #B2CDA7; }

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

This div background color is #B2CDA7.

Border color

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

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

This div border color is #B2CDA7.

Opacity

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

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

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

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

This text has shadow with #B2CDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CDA7.

Preview

Color preview on black background

This text has color #B2CDA7 on black background.


Color preview on white background

This text has color #B2CDA7 on white background.


Black color preview on #B2CDA7 background

This text has black color on #B2CDA7 background.


White color preview on #B2CDA7 background

This text has white color on #B2CDA7 background.


Related colors

Complementary color

Complementary color for #hex is #4D3258.


I love getcolorcode.com

Triadic colors

1 #A7B2CD and #CDA7B2 with #B2CDA7 are triadic colors.

2 #A7CDB2 and #CDB2A7 with #B2CDA7 are triadic colors.