COLOR #B2CDA8

HEX: #B2CDA8 RGB: (178,205,168)

Color info

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

RGB color model

#B2CDA8 color RGB value is (178,205,168).

RGB: (178,205,168) (70%, 80%, 66%)

RGB channels and saturation

R 178 of 255 = 70%
G 205 of 255 = 80%
B 168 of 255 = 66%

178
205
168

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

Portions of RGB colors in percentages

R + G + B = 178 + 205 + 168 = 551 (100%)
R 178 of 551 ~ 32.3%
G 205 of 551 ~ 37.21%
B 168 of 551 ~ 30.49'%

%32.3
%37.21
%30.49

CMYK color model

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

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

CMYK: (13,0,18,20)
C13M0Y18K20 (13%, 0%, 18%, 20%)
(0.13 / 0.00 / 0.18 / 0.20)

CMYK percentages

%13.17
%0
%18.05
%19.61

Codes

Color #B2CDA8 in popluar color models

B2 CD A8
RGB 178 205 168
HSL 104° 27.01% 73.14%
HSB/HSV 104° 18.05% 80.39%
CMYK 13.17% 0.00% 18.05%
19.61%

Color #B2CDA8 in popluar number systems.

HEX B2 CD A8
Decimal 178 205 168
Binary 10110010 11001101 10101000
Octal 262 315 250

Shades and tints

Shades of #B2CDA8

#B2CDA8
(178,205,168)
#A2BB99
(162,187,153)
#92A98A
(146,169,138)
#82977B
(130,151,123)
#72856C
(114,133,108)
#62735D
(98,115,93)
#52614E
(82,97,78)
#424F3F
(66,79,63)
#323D30
(50,61,48)
#222B21
(34,43,33)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #B2CDA8

#B2CDA8
(178,205,168)
#B9D1AF
(185,209,175)
#C0D5B6
(192,213,182)
#C7D9BD
(199,217,189)
#CEDDC4
(206,221,196)
#D5E1CB
(213,225,203)
#DCE5D2
(220,229,210)
#E3E9D9
(227,233,217)
#EAEDE0
(234,237,224)
#F1F1E7
(241,241,231)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CDA8; }

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

This text font color is #B2CDA8.

Background Color

.myBgColor { background-color: #B2CDA8; }

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

This div background color is #B2CDA8.

Border color

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

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

This div border color is #B2CDA8.

Opacity

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

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

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

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

This text has shadow with #B2CDA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CDA8.

Preview

Color preview on black background

This text has color #B2CDA8 on black background.


Color preview on white background

This text has color #B2CDA8 on white background.


Black color preview on #B2CDA8 background

This text has black color on #B2CDA8 background.


White color preview on #B2CDA8 background

This text has white color on #B2CDA8 background.


Related colors

Complementary color

Complementary color for #hex is #4D3257.


I love getcolorcode.com

Triadic colors

1 #A8B2CD and #CDA8B2 with #B2CDA8 are triadic colors.

2 #A8CDB2 and #CDB2A8 with #B2CDA8 are triadic colors.