COLOR #B3CEC3

HEX: #B3CEC3
RGB: (179,206,195)

Color info

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

RGB color model

#B3CEC3 color RGB value is (179,206,195).

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

RGB channels and saturation

R 179 of 255 = 70%
G 206 of 255 = 81%
B 195 of 255 = 76%

179
206
195

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

Portions of RGB colors in percentages

R + G + B =
179 + 206 + 195 = 580 (100%)
R 179 of 580 ~ 30.86%
G 206 of 580 ~ 35.52%
B 195 of 580 ~ 33.62%

%30.86
%35.52
%33.62

CMYK color model

#B3CEC3 color CMYK value is (13,0,5,19).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 19.22%
CMYK:
(13,0,5,19)
C13M0Y5K19 
(13%,0%,5%,19%)
(0.13/0.00/0.05/0.19)	

CMYK percentages

%13.11
%0
%5.34
%19.22

Codes

Color #B3CEC3 in popluar color models

B3CEC3
RGB179206195
HSL156°21.60%75.49%
HSB/HSV156°13.11%80.78%
CMYK13.11%0.00%5.34%
19.22%

Color #B3CEC3 in popluar number systems.

HEXB3CEC3
Decimal179206195
Binary101100111100111011000011
Octal263316303

Shades and tints

Shades of #B3CEC3

#B3CEC3
(179,206,195)
#A3BCB2
(163,188,178)
#93AAA1
(147,170,161)
#839890
(131,152,144)
#73867F
(115,134,127)
#63746E
(99,116,110)
#53625D
(83,98,93)
#43504C
(67,80,76)
#333E3B
(51,62,59)
#232C2A
(35,44,42)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #B3CEC3

#B3CEC3
(179,206,195)
#B9D2C8
(185,210,200)
#BFD6CD
(191,214,205)
#C5DAD2
(197,218,210)
#CBDED7
(203,222,215)
#D1E2DC
(209,226,220)
#D7E6E1
(215,230,225)
#DDEAE6
(221,234,230)
#E3EEEB
(227,238,235)
#E9F2F0
(233,242,240)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CEC3; }

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

This text font color is #B3CEC3.


Background Color

.myBgColor { background-color: #B3CEC3; }

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

This div background color is #B3CEC3.


Border color

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

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

This div border color is #B3CEC3.


Opacity

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

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

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

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

This text has shadow with #B3CEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CEC3 on black background.


Color preview on white background

This text has color #B3CEC3 on white background.



Black color preview on #B3CEC3 background

This text has black color on #B3CEC3 background.


White color preview on #B3CEC3 background

This text has white color on #B3CEC3 background.