COLOR #B5CBBD

HEX: #B5CBBD RGB: (181,203,189)

Color info

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

RGB color model

#B5CBBD color RGB value is (181,203,189).

RGB: (181,203,189) (71%, 80%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 189 of 255 = 74%

181
203
189

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

Portions of RGB colors in percentages

R + G + B = 181 + 203 + 189 = 573 (100%)
R 181 of 573 ~ 31.59%
G 203 of 573 ~ 35.43%
B 189 of 573 ~ 32.98'%

%31.59
%35.43
%32.98

CMYK color model

#B5CBBD color CMYK value is (11,0,7,20).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%

CMYK: (11,0,7,20)
C11M0Y7K20 (11%, 0%, 7%, 20%)
(0.11 / 0.00 / 0.07 / 0.20)

CMYK percentages

%10.84
%0
%6.9
%20.39

Codes

Color #B5CBBD in popluar color models

B5 CB BD
RGB 181 203 189
HSL 142° 17.46% 75.29%
HSB/HSV 142° 10.84% 79.61%
CMYK 10.84% 0.00% 6.90%
20.39%

Color #B5CBBD in popluar number systems.

HEX B5 CB BD
Decimal 181 203 189
Binary 10110101 11001011 10111101
Octal 265 313 275

Shades and tints

Shades of #B5CBBD

#B5CBBD
(181,203,189)
#A5B9AC
(165,185,172)
#95A79B
(149,167,155)
#85958A
(133,149,138)
#758379
(117,131,121)
#657168
(101,113,104)
#555F57
(85,95,87)
#454D46
(69,77,70)
#353B35
(53,59,53)
#252924
(37,41,36)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #B5CBBD

#B5CBBD
(181,203,189)
#BBCFC3
(187,207,195)
#C1D3C9
(193,211,201)
#C7D7CF
(199,215,207)
#CDDBD5
(205,219,213)
#D3DFDB
(211,223,219)
#D9E3E1
(217,227,225)
#DFE7E7
(223,231,231)
#E5EBED
(229,235,237)
#EBEFF3
(235,239,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CBBD color. Also use rgb(181,203,189) instead hex code.

Text Font Color

.myTextColor { color: #B5CBBD; }

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

This text font color is #B5CBBD.

Background Color

.myBgColor { background-color: #B5CBBD; }

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

This div background color is #B5CBBD.

Border color

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

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

This div border color is #B5CBBD.

Opacity

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

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

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

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

This text has shadow with #B5CBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CBBD.

Preview

Color preview on black background

This text has color #B5CBBD on black background.


Color preview on white background

This text has color #B5CBBD on white background.


Black color preview on #B5CBBD background

This text has black color on #B5CBBD background.


White color preview on #B5CBBD background

This text has white color on #B5CBBD background.


Related colors

Complementary color

Complementary color for #hex is #4A3442.


I love getcolorcode.com

Triadic colors

1 #BDB5CB and #CBBDB5 with #B5CBBD are triadic colors.

2 #BDCBB5 and #CBB5BD with #B5CBBD are triadic colors.