COLOR #B5CCBB

HEX: #B5CCBB RGB: (181,204,187)

Color info

#B5CCBB contains red, green and blue colors in about the same proportion. Web safe color of #B5CCBB is #CCCCCC (or #CCC).

RGB color model

#B5CCBB color RGB value is (181,204,187).

RGB: (181,204,187) (71%, 80%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 204 of 255 = 80%
B 187 of 255 = 73%

181
204
187

R + G + B ~ 75%. #B5CCBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 204 + 187 = 572 (100%)
R 181 of 572 ~ 31.64%
G 204 of 572 ~ 35.66%
B 187 of 572 ~ 32.69'%

%31.64
%35.66
%32.69

CMYK color model

#B5CCBB color CMYK value is (11,0,8,20).

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

CMYK: (11,0,8,20)
C11M0Y8K20 (11%, 0%, 8%, 20%)
(0.11 / 0.00 / 0.08 / 0.20)

CMYK percentages

%11.27
%0
%8.33
%20

Codes

Color #B5CCBB in popluar color models

B5 CC BB
RGB 181 204 187
HSL 136° 18.40% 75.49%
HSB/HSV 136° 11.27% 80.00%
CMYK 11.27% 0.00% 8.33%
20.00%

Color #B5CCBB in popluar number systems.

HEX B5 CC BB
Decimal 181 204 187
Binary 10110101 11001100 10111011
Octal 265 314 273

Shades and tints

Shades of #B5CCBB

#B5CCBB
(181,204,187)
#A5BAAA
(165,186,170)
#95A899
(149,168,153)
#859688
(133,150,136)
#758477
(117,132,119)
#657266
(101,114,102)
#556055
(85,96,85)
#454E44
(69,78,68)
#353C33
(53,60,51)
#252A22
(37,42,34)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #B5CCBB

#B5CCBB
(181,204,187)
#BBD0C1
(187,208,193)
#C1D4C7
(193,212,199)
#C7D8CD
(199,216,205)
#CDDCD3
(205,220,211)
#D3E0D9
(211,224,217)
#D9E4DF
(217,228,223)
#DFE8E5
(223,232,229)
#E5ECEB
(229,236,235)
#EBF0F1
(235,240,241)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CCBB; }

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

This text font color is #B5CCBB.

Background Color

.myBgColor { background-color: #B5CCBB; }

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

This div background color is #B5CCBB.

Border color

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

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

This div border color is #B5CCBB.

Opacity

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

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

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

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

This text has shadow with #B5CCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CCBB.

Preview

Color preview on black background

This text has color #B5CCBB on black background.


Color preview on white background

This text has color #B5CCBB on white background.


Black color preview on #B5CCBB background

This text has black color on #B5CCBB background.


White color preview on #B5CCBB background

This text has white color on #B5CCBB background.


Related colors

Complementary color

Complementary color for #hex is #4A3344.


I love getcolorcode.com

Triadic colors

1 #BBB5CC and #CCBBB5 with #B5CCBB are triadic colors.

2 #BBCCB5 and #CCB5BB with #B5CCBB are triadic colors.