COLOR #B5CCA5

HEX: #B5CCA5 RGB: (181,204,165)

Color info

#B5CCA5 contains red, green and blue colors in about the same proportion. Web safe color of #B5CCA5 is #CCCC99 (or #CC9).

RGB color model

#B5CCA5 color RGB value is (181,204,165).

RGB: (181,204,165) (71%, 80%, 65%)

RGB channels and saturation

R 181 of 255 = 71%
G 204 of 255 = 80%
B 165 of 255 = 65%

181
204
165

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

Portions of RGB colors in percentages

R + G + B = 181 + 204 + 165 = 550 (100%)
R 181 of 550 ~ 32.91%
G 204 of 550 ~ 37.09%
B 165 of 550 ~ 30'%

%32.91
%37.09
%30

CMYK color model

#B5CCA5 color CMYK value is (11,0,19,20).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 20.00%

CMYK: (11,0,19,20)
C11M0Y19K20 (11%, 0%, 19%, 20%)
(0.11 / 0.00 / 0.19 / 0.20)

CMYK percentages

%11.27
%0
%19.12
%20

Codes

Color #B5CCA5 in popluar color models

B5 CC A5
RGB 181 204 165
HSL 95° 27.66% 72.35%
HSB/HSV 95° 19.12% 80.00%
CMYK 11.27% 0.00% 19.12%
20.00%

Color #B5CCA5 in popluar number systems.

HEX B5 CC A5
Decimal 181 204 165
Binary 10110101 11001100 10100101
Octal 265 314 245

Shades and tints

Shades of #B5CCA5

#B5CCA5
(181,204,165)
#A5BA96
(165,186,150)
#95A887
(149,168,135)
#859678
(133,150,120)
#758469
(117,132,105)
#65725A
(101,114,90)
#55604B
(85,96,75)
#454E3C
(69,78,60)
#353C2D
(53,60,45)
#252A1E
(37,42,30)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #B5CCA5

#B5CCA5
(181,204,165)
#BBD0AD
(187,208,173)
#C1D4B5
(193,212,181)
#C7D8BD
(199,216,189)
#CDDCC5
(205,220,197)
#D3E0CD
(211,224,205)
#D9E4D5
(217,228,213)
#DFE8DD
(223,232,221)
#E5ECE5
(229,236,229)
#EBF0ED
(235,240,237)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CCA5 color. Also use rgb(181,204,165) instead hex code.

Text Font Color

.myTextColor { color: #B5CCA5; }

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

This text font color is #B5CCA5.

Background Color

.myBgColor { background-color: #B5CCA5; }

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

This div background color is #B5CCA5.

Border color

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

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

This div border color is #B5CCA5.

Opacity

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

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

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

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

This text has shadow with #B5CCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CCA5.

Preview

Color preview on black background

This text has color #B5CCA5 on black background.


Color preview on white background

This text has color #B5CCA5 on white background.


Black color preview on #B5CCA5 background

This text has black color on #B5CCA5 background.


White color preview on #B5CCA5 background

This text has white color on #B5CCA5 background.


Related colors

Complementary color

Complementary color for #hex is #4A335A.


I love getcolorcode.com

Triadic colors

1 #A5B5CC and #CCA5B5 with #B5CCA5 are triadic colors.

2 #A5CCB5 and #CCB5A5 with #B5CCA5 are triadic colors.