COLOR #B8CEC5

HEX: #B8CEC5
RGB: (184,206,197)

Color info

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

RGB color model

#B8CEC5 color RGB value is (184,206,197).

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

RGB channels and saturation

R 184 of 255 = 72%
G 206 of 255 = 81%
B 197 of 255 = 77%

184
206
197

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

Portions of RGB colors in percentages

R + G + B =
184 + 206 + 197 = 587 (100%)
R 184 of 587 ~ 31.35%
G 206 of 587 ~ 35.09%
B 197 of 587 ~ 33.56%

%31.35
%35.09
%33.56

CMYK color model

#B8CEC5 color CMYK value is (11,0,4,19).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 19.22%
CMYK:
(11,0,4,19)
C11M0Y4K19 
(11%,0%,4%,19%)
(0.11/0.00/0.04/0.19)	

CMYK percentages

%10.68
%0
%4.37
%19.22

Codes

Color #B8CEC5 in popluar color models

B8CEC5
RGB184206197
HSL155°18.33%76.47%
HSB/HSV155°10.68%80.78%
CMYK10.68%0.00%4.37%
19.22%

Color #B8CEC5 in popluar number systems.

HEXB8CEC5
Decimal184206197
Binary101110001100111011000101
Octal270316305

Shades and tints

Shades of #B8CEC5

#B8CEC5
(184,206,197)
#A8BCB4
(168,188,180)
#98AAA3
(152,170,163)
#889892
(136,152,146)
#788681
(120,134,129)
#687470
(104,116,112)
#58625F
(88,98,95)
#48504E
(72,80,78)
#383E3D
(56,62,61)
#282C2C
(40,44,44)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #B8CEC5

#B8CEC5
(184,206,197)
#BED2CA
(190,210,202)
#C4D6CF
(196,214,207)
#CADAD4
(202,218,212)
#D0DED9
(208,222,217)
#D6E2DE
(214,226,222)
#DCE6E3
(220,230,227)
#E2EAE8
(226,234,232)
#E8EEED
(232,238,237)
#EEF2F2
(238,242,242)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CEC5; }

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

This text font color is #B8CEC5.


Background Color

.myBgColor { background-color: #B8CEC5; }

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

This div background color is #B8CEC5.


Border color

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

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

This div border color is #B8CEC5.


Opacity

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

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

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

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

This text has shadow with #B8CEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CEC5 on black background.


Color preview on white background

This text has color #B8CEC5 on white background.



Black color preview on #B8CEC5 background

This text has black color on #B8CEC5 background.


White color preview on #B8CEC5 background

This text has white color on #B8CEC5 background.