COLOR #B5CBC2

HEX: #B5CBC2 RGB: (181,203,194)

Color info

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

RGB color model

#B5CBC2 color RGB value is (181,203,194).

RGB: (181,203,194) (71%, 80%, 76%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 194 of 255 = 76%

181
203
194

R + G + B ~ 76%. #B5CBC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 203 + 194 = 578 (100%)
R 181 of 578 ~ 31.31%
G 203 of 578 ~ 35.12%
B 194 of 578 ~ 33.56'%

%31.31
%35.12
%33.56

CMYK color model

#B5CBC2 color CMYK value is (11,0,4,20).

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

CMYK: (11,0,4,20)
C11M0Y4K20 (11%, 0%, 4%, 20%)
(0.11 / 0.00 / 0.04 / 0.20)

CMYK percentages

%10.84
%0
%4.43
%20.39

Codes

Color #B5CBC2 in popluar color models

B5 CB C2
RGB 181 203 194
HSL 155° 17.46% 75.29%
HSB/HSV 155° 10.84% 79.61%
CMYK 10.84% 0.00% 4.43%
20.39%

Color #B5CBC2 in popluar number systems.

HEX B5 CB C2
Decimal 181 203 194
Binary 10110101 11001011 11000010
Octal 265 313 302

Shades and tints

Shades of #B5CBC2

#B5CBC2
(181,203,194)
#A5B9B1
(165,185,177)
#95A7A0
(149,167,160)
#85958F
(133,149,143)
#75837E
(117,131,126)
#65716D
(101,113,109)
#555F5C
(85,95,92)
#454D4B
(69,77,75)
#353B3A
(53,59,58)
#252929
(37,41,41)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #B5CBC2

#B5CBC2
(181,203,194)
#BBCFC7
(187,207,199)
#C1D3CC
(193,211,204)
#C7D7D1
(199,215,209)
#CDDBD6
(205,219,214)
#D3DFDB
(211,223,219)
#D9E3E0
(217,227,224)
#DFE7E5
(223,231,229)
#E5EBEA
(229,235,234)
#EBEFEF
(235,239,239)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CBC2; }

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

This text font color is #B5CBC2.

Background Color

.myBgColor { background-color: #B5CBC2; }

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

This div background color is #B5CBC2.

Border color

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

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

This div border color is #B5CBC2.

Opacity

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

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

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

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

This text has shadow with #B5CBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CBC2.

Preview

Color preview on black background

This text has color #B5CBC2 on black background.


Color preview on white background

This text has color #B5CBC2 on white background.


Black color preview on #B5CBC2 background

This text has black color on #B5CBC2 background.


White color preview on #B5CBC2 background

This text has white color on #B5CBC2 background.


Related colors

Complementary color

Complementary color for #hex is #4A343D.


I love getcolorcode.com

Triadic colors

1 #C2B5CB and #CBC2B5 with #B5CBC2 are triadic colors.

2 #C2CBB5 and #CBB5C2 with #B5CBC2 are triadic colors.