COLOR #B8CAD2

HEX: #B8CAD2
RGB: (184,202,210)

Color info

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

RGB color model

#B8CAD2 color RGB value is (184,202,210).

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

RGB channels and saturation

R 184 of 255 = 72%
G 202 of 255 = 79%
B 210 of 255 = 82%

184
202
210

R + G + B ~ 78%. #B8CAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 202 + 210 = 596 (100%)
R 184 of 596 ~ 30.87%
G 202 of 596 ~ 33.89%
B 210 of 596 ~ 35.23%

%30.87
%33.89
%35.23

CMYK color model

#B8CAD2 color CMYK value is (12,4,0,18).

  • cyan value is 12.38%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(12,4,0,18)
C12M4Y0K18 
(12%,4%,0%,18%)
(0.12/0.04/0.00/0.18)	

CMYK percentages

%12.38
%3.81
%0
%17.65

Codes

Color #B8CAD2 in popluar color models

B8CAD2
RGB184202210
HSL198°22.41%77.25%
HSB/HSV198°12.38%82.35%
CMYK12.38%3.81%0.00%
17.65%

Color #B8CAD2 in popluar number systems.

HEXB8CAD2
Decimal184202210
Binary101110001100101011010010
Octal270312322

Shades and tints

Shades of #B8CAD2

#B8CAD2
(184,202,210)
#A8B8BF
(168,184,191)
#98A6AC
(152,166,172)
#889499
(136,148,153)
#788286
(120,130,134)
#687073
(104,112,115)
#585E60
(88,94,96)
#484C4D
(72,76,77)
#383A3A
(56,58,58)
#282827
(40,40,39)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #B8CAD2

#B8CAD2
(184,202,210)
#BECED6
(190,206,214)
#C4D2DA
(196,210,218)
#CAD6DE
(202,214,222)
#D0DAE2
(208,218,226)
#D6DEE6
(214,222,230)
#DCE2EA
(220,226,234)
#E2E6EE
(226,230,238)
#E8EAF2
(232,234,242)
#EEEEF6
(238,238,246)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CAD2; }

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

This text font color is #B8CAD2.


Background Color

.myBgColor { background-color: #B8CAD2; }

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

This div background color is #B8CAD2.


Border color

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

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

This div border color is #B8CAD2.


Opacity

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

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

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

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

This text has shadow with #B8CAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CAD2 on black background.


Color preview on white background

This text has color #B8CAD2 on white background.



Black color preview on #B8CAD2 background

This text has black color on #B8CAD2 background.


White color preview on #B8CAD2 background

This text has white color on #B8CAD2 background.