COLOR #B8CABD

HEX: #B8CABD
RGB: (184,202,189)

Color info

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

RGB color model

#B8CABD color RGB value is (184,202,189).

  • red value is 184;
  • green value is 202;
  • blue value is 189.
RGB:
(184,202,189)
(72%,79%,74%)

RGB channels and saturation

R 184 of 255 = 72%
G 202 of 255 = 79%
B 189 of 255 = 74%

184
202
189

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

Portions of RGB colors in percentages

R + G + B =
184 + 202 + 189 = 575 (100%)
R 184 of 575 ~ 32%
G 202 of 575 ~ 35.13%
B 189 of 575 ~ 32.87%

%32
%35.13
%32.87

CMYK color model

#B8CABD color CMYK value is (9,0,6,21).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 6.44%
  • key color value is 20.78%
CMYK:
(9,0,6,21)
C9M0Y6K21 
(9%,0%,6%,21%)
(0.09/0.00/0.06/0.21)	

CMYK percentages

%8.91
%0
%6.44
%20.78

Codes

Color #B8CABD in popluar color models

B8CABD
RGB184202189
HSL137°14.52%75.69%
HSB/HSV137°8.91%79.22%
CMYK8.91%0.00%6.44%
20.78%

Color #B8CABD in popluar number systems.

HEXB8CABD
Decimal184202189
Binary101110001100101010111101
Octal270312275

Shades and tints

Shades of #B8CABD

#B8CABD
(184,202,189)
#A8B8AC
(168,184,172)
#98A69B
(152,166,155)
#88948A
(136,148,138)
#788279
(120,130,121)
#687068
(104,112,104)
#585E57
(88,94,87)
#484C46
(72,76,70)
#383A35
(56,58,53)
#282824
(40,40,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #B8CABD

#B8CABD
(184,202,189)
#BECEC3
(190,206,195)
#C4D2C9
(196,210,201)
#CAD6CF
(202,214,207)
#D0DAD5
(208,218,213)
#D6DEDB
(214,222,219)
#DCE2E1
(220,226,225)
#E2E6E7
(226,230,231)
#E8EAED
(232,234,237)
#EEEEF3
(238,238,243)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CABD color. Also use rgb(184,202,189) instead hex code.

Text Font Color

.myTextColor { color: #B8CABD; }

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

This text font color is #B8CABD.


Background Color

.myBgColor { background-color: #B8CABD; }

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

This div background color is #B8CABD.


Border color

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

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

This div border color is #B8CABD.


Opacity

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

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

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

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

This text has shadow with #B8CABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CABD on black background.


Color preview on white background

This text has color #B8CABD on white background.



Black color preview on #B8CABD background

This text has black color on #B8CABD background.


White color preview on #B8CABD background

This text has white color on #B8CABD background.