COLOR #B8CACE

HEX: #B8CACE
RGB: (184,202,206)

Color info

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

RGB color model

#B8CACE color RGB value is (184,202,206).

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

RGB channels and saturation

R 184 of 255 = 72%
G 202 of 255 = 79%
B 206 of 255 = 81%

184
202
206

R + G + B ~ 77%. #B8CACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 202 + 206 = 592 (100%)
R 184 of 592 ~ 31.08%
G 202 of 592 ~ 34.12%
B 206 of 592 ~ 34.8%

%31.08
%34.12
%34.8

CMYK color model

#B8CACE color CMYK value is (11,2,0,19).

  • cyan value is 10.68%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(11,2,0,19)
C11M2Y0K19 
(11%,2%,0%,19%)
(0.11/0.02/0.00/0.19)	

CMYK percentages

%10.68
%1.94
%0
%19.22

Codes

Color #B8CACE in popluar color models

B8CACE
RGB184202206
HSL191°18.33%76.47%
HSB/HSV191°10.68%80.78%
CMYK10.68%1.94%0.00%
19.22%

Color #B8CACE in popluar number systems.

HEXB8CACE
Decimal184202206
Binary101110001100101011001110
Octal270312316

Shades and tints

Shades of #B8CACE

#B8CACE
(184,202,206)
#A8B8BC
(168,184,188)
#98A6AA
(152,166,170)
#889498
(136,148,152)
#788286
(120,130,134)
#687074
(104,112,116)
#585E62
(88,94,98)
#484C50
(72,76,80)
#383A3E
(56,58,62)
#28282C
(40,40,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #B8CACE

#B8CACE
(184,202,206)
#BECED2
(190,206,210)
#C4D2D6
(196,210,214)
#CAD6DA
(202,214,218)
#D0DADE
(208,218,222)
#D6DEE2
(214,222,226)
#DCE2E6
(220,226,230)
#E2E6EA
(226,230,234)
#E8EAEE
(232,234,238)
#EEEEF2
(238,238,242)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CACE; }

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

This text font color is #B8CACE.


Background Color

.myBgColor { background-color: #B8CACE; }

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

This div background color is #B8CACE.


Border color

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

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

This div border color is #B8CACE.


Opacity

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

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

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

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

This text has shadow with #B8CACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CACE on black background.


Color preview on white background

This text has color #B8CACE on white background.



Black color preview on #B8CACE background

This text has black color on #B8CACE background.


White color preview on #B8CACE background

This text has white color on #B8CACE background.