COLOR #B8CDC6

HEX: #B8CDC6
RGB: (184,205,198)

Color info

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

RGB color model

#B8CDC6 color RGB value is (184,205,198).

  • red value is 184;
  • green value is 205;
  • blue value is 198.
RGB:
(184,205,198)
(72%,80%,78%)

RGB channels and saturation

R 184 of 255 = 72%
G 205 of 255 = 80%
B 198 of 255 = 78%

184
205
198

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

Portions of RGB colors in percentages

R + G + B =
184 + 205 + 198 = 587 (100%)
R 184 of 587 ~ 31.35%
G 205 of 587 ~ 34.92%
B 198 of 587 ~ 33.73%

%31.35
%34.92
%33.73

CMYK color model

#B8CDC6 color CMYK value is (10,0,3,20).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 19.61%
CMYK:
(10,0,3,20)
C10M0Y3K20 
(10%,0%,3%,20%)
(0.10/0.00/0.03/0.20)	

CMYK percentages

%10.24
%0
%3.41
%19.61

Codes

Color #B8CDC6 in popluar color models

B8CDC6
RGB184205198
HSL160°17.36%76.27%
HSB/HSV160°10.24%80.39%
CMYK10.24%0.00%3.41%
19.61%

Color #B8CDC6 in popluar number systems.

HEXB8CDC6
Decimal184205198
Binary101110001100110111000110
Octal270315306

Shades and tints

Shades of #B8CDC6

#B8CDC6
(184,205,198)
#A8BBB4
(168,187,180)
#98A9A2
(152,169,162)
#889790
(136,151,144)
#78857E
(120,133,126)
#68736C
(104,115,108)
#58615A
(88,97,90)
#484F48
(72,79,72)
#383D36
(56,61,54)
#282B24
(40,43,36)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #B8CDC6

#B8CDC6
(184,205,198)
#BED1CB
(190,209,203)
#C4D5D0
(196,213,208)
#CAD9D5
(202,217,213)
#D0DDDA
(208,221,218)
#D6E1DF
(214,225,223)
#DCE5E4
(220,229,228)
#E2E9E9
(226,233,233)
#E8EDEE
(232,237,238)
#EEF1F3
(238,241,243)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CDC6 color. Also use rgb(184,205,198) instead hex code.

Text Font Color

.myTextColor { color: #B8CDC6; }

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

This text font color is #B8CDC6.


Background Color

.myBgColor { background-color: #B8CDC6; }

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

This div background color is #B8CDC6.


Border color

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

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

This div border color is #B8CDC6.


Opacity

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

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

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

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

This text has shadow with #B8CDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CDC6 on black background.


Color preview on white background

This text has color #B8CDC6 on white background.



Black color preview on #B8CDC6 background

This text has black color on #B8CDC6 background.


White color preview on #B8CDC6 background

This text has white color on #B8CDC6 background.