COLOR #B8CCBE

HEX: #B8CCBE
RGB: (184,204,190)

Color info

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

RGB color model

#B8CCBE color RGB value is (184,204,190).

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

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 190 of 255 = 75%

184
204
190

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

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 190 = 578 (100%)
R 184 of 578 ~ 31.83%
G 204 of 578 ~ 35.29%
B 190 of 578 ~ 32.87%

%31.83
%35.29
%32.87

CMYK color model

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

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • 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
%6.86
%20

Codes

Color #B8CCBE in popluar color models

B8CCBE
RGB184204190
HSL138°16.39%76.08%
HSB/HSV138°9.80%80.00%
CMYK9.80%0.00%6.86%
20.00%

Color #B8CCBE in popluar number systems.

HEXB8CCBE
Decimal184204190
Binary101110001100110010111110
Octal270314276

Shades and tints

Shades of #B8CCBE

#B8CCBE
(184,204,190)
#A8BAAD
(168,186,173)
#98A89C
(152,168,156)
#88968B
(136,150,139)
#78847A
(120,132,122)
#687269
(104,114,105)
#586058
(88,96,88)
#484E47
(72,78,71)
#383C36
(56,60,54)
#282A25
(40,42,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #B8CCBE

#B8CCBE
(184,204,190)
#BED0C3
(190,208,195)
#C4D4C8
(196,212,200)
#CAD8CD
(202,216,205)
#D0DCD2
(208,220,210)
#D6E0D7
(214,224,215)
#DCE4DC
(220,228,220)
#E2E8E1
(226,232,225)
#E8ECE6
(232,236,230)
#EEF0EB
(238,240,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCBE; }

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

This text font color is #B8CCBE.


Background Color

.myBgColor { background-color: #B8CCBE; }

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

This div background color is #B8CCBE.


Border color

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

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

This div border color is #B8CCBE.


Opacity

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

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

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

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

This text has shadow with #B8CCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CCBE on black background.


Color preview on white background

This text has color #B8CCBE on white background.



Black color preview on #B8CCBE background

This text has black color on #B8CCBE background.


White color preview on #B8CCBE background

This text has white color on #B8CCBE background.