COLOR #B3CBD2

HEX: #B3CBD2
RGB: (179,203,210)

Color info

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

RGB color model

#B3CBD2 color RGB value is (179,203,210).

  • red value is 179;
  • green value is 203;
  • blue value is 210.
RGB:
(179,203,210)
(70%,80%,82%)

RGB channels and saturation

R 179 of 255 = 70%
G 203 of 255 = 80%
B 210 of 255 = 82%

179
203
210

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

Portions of RGB colors in percentages

R + G + B =
179 + 203 + 210 = 592 (100%)
R 179 of 592 ~ 30.24%
G 203 of 592 ~ 34.29%
B 210 of 592 ~ 35.47%

%30.24
%34.29
%35.47

CMYK color model

#B3CBD2 color CMYK value is (15,3,0,18).

  • cyan value is 14.76%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(15,3,0,18)
C15M3Y0K18 
(15%,3%,0%,18%)
(0.15/0.03/0.00/0.18)	

CMYK percentages

%14.76
%3.33
%0
%17.65

Codes

Color #B3CBD2 in popluar color models

B3CBD2
RGB179203210
HSL194°25.62%76.27%
HSB/HSV194°14.76%82.35%
CMYK14.76%3.33%0.00%
17.65%

Color #B3CBD2 in popluar number systems.

HEXB3CBD2
Decimal179203210
Binary101100111100101111010010
Octal263313322

Shades and tints

Shades of #B3CBD2

#B3CBD2
(179,203,210)
#A3B9BF
(163,185,191)
#93A7AC
(147,167,172)
#839599
(131,149,153)
#738386
(115,131,134)
#637173
(99,113,115)
#535F60
(83,95,96)
#434D4D
(67,77,77)
#333B3A
(51,59,58)
#232927
(35,41,39)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #B3CBD2

#B3CBD2
(179,203,210)
#B9CFD6
(185,207,214)
#BFD3DA
(191,211,218)
#C5D7DE
(197,215,222)
#CBDBE2
(203,219,226)
#D1DFE6
(209,223,230)
#D7E3EA
(215,227,234)
#DDE7EE
(221,231,238)
#E3EBF2
(227,235,242)
#E9EFF6
(233,239,246)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CBD2 color. Also use rgb(179,203,210) instead hex code.

Text Font Color

.myTextColor { color: #B3CBD2; }

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

This text font color is #B3CBD2.


Background Color

.myBgColor { background-color: #B3CBD2; }

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

This div background color is #B3CBD2.


Border color

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

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

This div border color is #B3CBD2.


Opacity

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

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

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

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

This text has shadow with #B3CBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CBD2 on black background.


Color preview on white background

This text has color #B3CBD2 on white background.



Black color preview on #B3CBD2 background

This text has black color on #B3CBD2 background.


White color preview on #B3CBD2 background

This text has white color on #B3CBD2 background.