COLOR #B8CCBD

HEX: #B8CCBD
RGB: (184,204,189)

Color info

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

RGB color model

#B8CCBD color RGB value is (184,204,189).

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

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 189 of 255 = 74%

184
204
189

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

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 189 = 577 (100%)
R 184 of 577 ~ 31.89%
G 204 of 577 ~ 35.36%
B 189 of 577 ~ 32.76%

%31.89
%35.36
%32.76

CMYK color model

#B8CCBD color CMYK value is (10,0,7,20).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK:
(10,0,7,20)
C10M0Y7K20 
(10%,0%,7%,20%)
(0.10/0.00/0.07/0.20)	

CMYK percentages

%9.8
%0
%7.35
%20

Codes

Color #B8CCBD in popluar color models

B8CCBD
RGB184204189
HSL135°16.39%76.08%
HSB/HSV135°9.80%80.00%
CMYK9.80%0.00%7.35%
20.00%

Color #B8CCBD in popluar number systems.

HEXB8CCBD
Decimal184204189
Binary101110001100110010111101
Octal270314275

Shades and tints

Shades of #B8CCBD

#B8CCBD
(184,204,189)
#A8BAAC
(168,186,172)
#98A89B
(152,168,155)
#88968A
(136,150,138)
#788479
(120,132,121)
#687268
(104,114,104)
#586057
(88,96,87)
#484E46
(72,78,70)
#383C35
(56,60,53)
#282A24
(40,42,36)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #B8CCBD

#B8CCBD
(184,204,189)
#BED0C3
(190,208,195)
#C4D4C9
(196,212,201)
#CAD8CF
(202,216,207)
#D0DCD5
(208,220,213)
#D6E0DB
(214,224,219)
#DCE4E1
(220,228,225)
#E2E8E7
(226,232,231)
#E8ECED
(232,236,237)
#EEF0F3
(238,240,243)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCBD; }

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

This text font color is #B8CCBD.


Background Color

.myBgColor { background-color: #B8CCBD; }

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

This div background color is #B8CCBD.


Border color

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

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

This div border color is #B8CCBD.


Opacity

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

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

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

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

This text has shadow with #B8CCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CCBD on black background.


Color preview on white background

This text has color #B8CCBD on white background.



Black color preview on #B8CCBD background

This text has black color on #B8CCBD background.


White color preview on #B8CCBD background

This text has white color on #B8CCBD background.