COLOR #B8CCC3

HEX: #B8CCC3
RGB: (184,204,195)

Color info

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

RGB color model

#B8CCC3 color RGB value is (184,204,195).

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

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 195 of 255 = 76%

184
204
195

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

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 195 = 583 (100%)
R 184 of 583 ~ 31.56%
G 204 of 583 ~ 34.99%
B 195 of 583 ~ 33.45%

%31.56
%34.99
%33.45

CMYK color model

#B8CCC3 color CMYK value is (10,0,4,20).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 20.00%
CMYK:
(10,0,4,20)
C10M0Y4K20 
(10%,0%,4%,20%)
(0.10/0.00/0.04/0.20)	

CMYK percentages

%9.8
%0
%4.41
%20

Codes

Color #B8CCC3 in popluar color models

B8CCC3
RGB184204195
HSL153°16.39%76.08%
HSB/HSV153°9.80%80.00%
CMYK9.80%0.00%4.41%
20.00%

Color #B8CCC3 in popluar number systems.

HEXB8CCC3
Decimal184204195
Binary101110001100110011000011
Octal270314303

Shades and tints

Shades of #B8CCC3

#B8CCC3
(184,204,195)
#A8BAB2
(168,186,178)
#98A8A1
(152,168,161)
#889690
(136,150,144)
#78847F
(120,132,127)
#68726E
(104,114,110)
#58605D
(88,96,93)
#484E4C
(72,78,76)
#383C3B
(56,60,59)
#282A2A
(40,42,42)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #B8CCC3

#B8CCC3
(184,204,195)
#BED0C8
(190,208,200)
#C4D4CD
(196,212,205)
#CAD8D2
(202,216,210)
#D0DCD7
(208,220,215)
#D6E0DC
(214,224,220)
#DCE4E1
(220,228,225)
#E2E8E6
(226,232,230)
#E8ECEB
(232,236,235)
#EEF0F0
(238,240,240)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCC3; }

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

This text font color is #B8CCC3.


Background Color

.myBgColor { background-color: #B8CCC3; }

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

This div background color is #B8CCC3.


Border color

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

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

This div border color is #B8CCC3.


Opacity

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

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

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

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

This text has shadow with #B8CCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CCC3 on black background.


Color preview on white background

This text has color #B8CCC3 on white background.



Black color preview on #B8CCC3 background

This text has black color on #B8CCC3 background.


White color preview on #B8CCC3 background

This text has white color on #B8CCC3 background.