COLOR #B3CCD8

HEX: #B3CCD8
RGB: (179,204,216)

Color info

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

RGB color model

#B3CCD8 color RGB value is (179,204,216).

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

RGB channels and saturation

R 179 of 255 = 70%
G 204 of 255 = 80%
B 216 of 255 = 85%

179
204
216

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

Portions of RGB colors in percentages

R + G + B =
179 + 204 + 216 = 599 (100%)
R 179 of 599 ~ 29.88%
G 204 of 599 ~ 34.06%
B 216 of 599 ~ 36.06%

%29.88
%34.06
%36.06

CMYK color model

#B3CCD8 color CMYK value is (17,6,0,15).

  • cyan value is 17.13%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(17,6,0,15)
C17M6Y0K15 
(17%,6%,0%,15%)
(0.17/0.06/0.00/0.15)	

CMYK percentages

%17.13
%5.56
%0
%15.29

Codes

Color #B3CCD8 in popluar color models

B3CCD8
RGB179204216
HSL199°32.17%77.45%
HSB/HSV199°17.13%84.71%
CMYK17.13%5.56%0.00%
15.29%

Color #B3CCD8 in popluar number systems.

HEXB3CCD8
Decimal179204216
Binary101100111100110011011000
Octal263314330

Shades and tints

Shades of #B3CCD8

#B3CCD8
(179,204,216)
#A3BAC5
(163,186,197)
#93A8B2
(147,168,178)
#83969F
(131,150,159)
#73848C
(115,132,140)
#637279
(99,114,121)
#536066
(83,96,102)
#434E53
(67,78,83)
#333C40
(51,60,64)
#232A2D
(35,42,45)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #B3CCD8

#B3CCD8
(179,204,216)
#B9D0DB
(185,208,219)
#BFD4DE
(191,212,222)
#C5D8E1
(197,216,225)
#CBDCE4
(203,220,228)
#D1E0E7
(209,224,231)
#D7E4EA
(215,228,234)
#DDE8ED
(221,232,237)
#E3ECF0
(227,236,240)
#E9F0F3
(233,240,243)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CCD8; }

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

This text font color is #B3CCD8.


Background Color

.myBgColor { background-color: #B3CCD8; }

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

This div background color is #B3CCD8.


Border color

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

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

This div border color is #B3CCD8.


Opacity

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

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

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

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

This text has shadow with #B3CCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CCD8 on black background.


Color preview on white background

This text has color #B3CCD8 on white background.



Black color preview on #B3CCD8 background

This text has black color on #B3CCD8 background.


White color preview on #B3CCD8 background

This text has white color on #B3CCD8 background.