COLOR #B0CDA5

HEX: #B0CDA5 RGB: (176,205,165)

Color info

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

RGB color model

#B0CDA5 color RGB value is (176,205,165).

RGB: (176,205,165) (69%, 80%, 65%)

RGB channels and saturation

R 176 of 255 = 69%
G 205 of 255 = 80%
B 165 of 255 = 65%

176
205
165

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

Portions of RGB colors in percentages

R + G + B = 176 + 205 + 165 = 546 (100%)
R 176 of 546 ~ 32.23%
G 205 of 546 ~ 37.55%
B 165 of 546 ~ 30.22'%

%32.23
%37.55
%30.22

CMYK color model

#B0CDA5 color CMYK value is (14,0,20,20).

  • cyan value is 14.15%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 19.61%

CMYK: (14,0,20,20)
C14M0Y20K20 (14%, 0%, 20%, 20%)
(0.14 / 0.00 / 0.20 / 0.20)

CMYK percentages

%14.15
%0
%19.51
%19.61

Codes

Color #B0CDA5 in popluar color models

B0 CD A5
RGB 176 205 165
HSL 104° 28.57% 72.55%
HSB/HSV 104° 19.51% 80.39%
CMYK 14.15% 0.00% 19.51%
19.61%

Color #B0CDA5 in popluar number systems.

HEX B0 CD A5
Decimal 176 205 165
Binary 10110000 11001101 10100101
Octal 260 315 245

Shades and tints

Shades of #B0CDA5

#B0CDA5
(176,205,165)
#A0BB96
(160,187,150)
#90A987
(144,169,135)
#809778
(128,151,120)
#708569
(112,133,105)
#60735A
(96,115,90)
#50614B
(80,97,75)
#404F3C
(64,79,60)
#303D2D
(48,61,45)
#202B1E
(32,43,30)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #B0CDA5

#B0CDA5
(176,205,165)
#B7D1AD
(183,209,173)
#BED5B5
(190,213,181)
#C5D9BD
(197,217,189)
#CCDDC5
(204,221,197)
#D3E1CD
(211,225,205)
#DAE5D5
(218,229,213)
#E1E9DD
(225,233,221)
#E8EDE5
(232,237,229)
#EFF1ED
(239,241,237)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CDA5; }

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

This text font color is #B0CDA5.

Background Color

.myBgColor { background-color: #B0CDA5; }

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

This div background color is #B0CDA5.

Border color

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

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

This div border color is #B0CDA5.

Opacity

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

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

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

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

This text has shadow with #B0CDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CDA5.

Preview

Color preview on black background

This text has color #B0CDA5 on black background.


Color preview on white background

This text has color #B0CDA5 on white background.


Black color preview on #B0CDA5 background

This text has black color on #B0CDA5 background.


White color preview on #B0CDA5 background

This text has white color on #B0CDA5 background.


Related colors

Complementary color

Complementary color for #hex is #4F325A.


I love getcolorcode.com

Triadic colors

1 #A5B0CD and #CDA5B0 with #B0CDA5 are triadic colors.

2 #A5CDB0 and #CDB0A5 with #B0CDA5 are triadic colors.