COLOR #B3CEC6

HEX: #B3CEC6
RGB: (179,206,198)

Color info

#B3CEC6 contains red, green and blue colors in about the same proportion. Web safe color of #B3CEC6 is #99CCCC (or #9CC).

RGB color model

#B3CEC6 color RGB value is (179,206,198).

  • red value is 179;
  • green value is 206;
  • blue value is 198.
RGB:
(179,206,198)
(70%,81%,78%)

RGB channels and saturation

R 179 of 255 = 70%
G 206 of 255 = 81%
B 198 of 255 = 78%

179
206
198

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

Portions of RGB colors in percentages

R + G + B =
179 + 206 + 198 = 583 (100%)
R 179 of 583 ~ 30.7%
G 206 of 583 ~ 35.33%
B 198 of 583 ~ 33.96%

%30.7
%35.33
%33.96

CMYK color model

#B3CEC6 color CMYK value is (13,0,4,19).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 19.22%
CMYK:
(13,0,4,19)
C13M0Y4K19 
(13%,0%,4%,19%)
(0.13/0.00/0.04/0.19)	

CMYK percentages

%13.11
%0
%3.88
%19.22

Codes

Color #B3CEC6 in popluar color models

B3CEC6
RGB179206198
HSL162°21.60%75.49%
HSB/HSV162°13.11%80.78%
CMYK13.11%0.00%3.88%
19.22%

Color #B3CEC6 in popluar number systems.

HEXB3CEC6
Decimal179206198
Binary101100111100111011000110
Octal263316306

Shades and tints

Shades of #B3CEC6

#B3CEC6
(179,206,198)
#A3BCB4
(163,188,180)
#93AAA2
(147,170,162)
#839890
(131,152,144)
#73867E
(115,134,126)
#63746C
(99,116,108)
#53625A
(83,98,90)
#435048
(67,80,72)
#333E36
(51,62,54)
#232C24
(35,44,36)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #B3CEC6

#B3CEC6
(179,206,198)
#B9D2CB
(185,210,203)
#BFD6D0
(191,214,208)
#C5DAD5
(197,218,213)
#CBDEDA
(203,222,218)
#D1E2DF
(209,226,223)
#D7E6E4
(215,230,228)
#DDEAE9
(221,234,233)
#E3EEEE
(227,238,238)
#E9F2F3
(233,242,243)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CEC6 color. Also use rgb(179,206,198) instead hex code.

Text Font Color

.myTextColor { color: #B3CEC6; }

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

This text font color is #B3CEC6.


Background Color

.myBgColor { background-color: #B3CEC6; }

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

This div background color is #B3CEC6.


Border color

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

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

This div border color is #B3CEC6.


Opacity

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

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

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

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

This text has shadow with #B3CEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CEC6 on black background.


Color preview on white background

This text has color #B3CEC6 on white background.



Black color preview on #B3CEC6 background

This text has black color on #B3CEC6 background.


White color preview on #B3CEC6 background

This text has white color on #B3CEC6 background.