COLOR #B3CCD5

HEX: #B3CCD5
RGB: (179,204,213)

Color info

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

RGB color model

#B3CCD5 color RGB value is (179,204,213).

  • red value is 179;
  • green value is 204;
  • blue value is 213.
RGB:
(179,204,213)
(70%,80%,84%)

RGB channels and saturation

R 179 of 255 = 70%
G 204 of 255 = 80%
B 213 of 255 = 84%

179
204
213

R + G + B ~ 78%. #B3CCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 204 + 213 = 596 (100%)
R 179 of 596 ~ 30.03%
G 204 of 596 ~ 34.23%
B 213 of 596 ~ 35.74%

%30.03
%34.23
%35.74

CMYK color model

#B3CCD5 color CMYK value is (16,4,0,16).

  • cyan value is 15.96%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(16,4,0,16)
C16M4Y0K16 
(16%,4%,0%,16%)
(0.16/0.04/0.00/0.16)	

CMYK percentages

%15.96
%4.23
%0
%16.47

Codes

Color #B3CCD5 in popluar color models

B3CCD5
RGB179204213
HSL196°28.81%76.86%
HSB/HSV196°15.96%83.53%
CMYK15.96%4.23%0.00%
16.47%

Color #B3CCD5 in popluar number systems.

HEXB3CCD5
Decimal179204213
Binary101100111100110011010101
Octal263314325

Shades and tints

Shades of #B3CCD5

#B3CCD5
(179,204,213)
#A3BAC2
(163,186,194)
#93A8AF
(147,168,175)
#83969C
(131,150,156)
#738489
(115,132,137)
#637276
(99,114,118)
#536063
(83,96,99)
#434E50
(67,78,80)
#333C3D
(51,60,61)
#232A2A
(35,42,42)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #B3CCD5

#B3CCD5
(179,204,213)
#B9D0D8
(185,208,216)
#BFD4DB
(191,212,219)
#C5D8DE
(197,216,222)
#CBDCE1
(203,220,225)
#D1E0E4
(209,224,228)
#D7E4E7
(215,228,231)
#DDE8EA
(221,232,234)
#E3ECED
(227,236,237)
#E9F0F0
(233,240,240)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CCD5 color. Also use rgb(179,204,213) instead hex code.

Text Font Color

.myTextColor { color: #B3CCD5; }

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

This text font color is #B3CCD5.


Background Color

.myBgColor { background-color: #B3CCD5; }

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

This div background color is #B3CCD5.


Border color

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

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

This div border color is #B3CCD5.


Opacity

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

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

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

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

This text has shadow with #B3CCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CCD5 on black background.


Color preview on white background

This text has color #B3CCD5 on white background.



Black color preview on #B3CCD5 background

This text has black color on #B3CCD5 background.


White color preview on #B3CCD5 background

This text has white color on #B3CCD5 background.