COLOR #B3D0CF

HEX: #B3D0CF
RGB: (179,208,207)

Color info

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

RGB color model

#B3D0CF color RGB value is (179,208,207).

  • red value is 179;
  • green value is 208;
  • blue value is 207.
RGB:
(179,208,207)
(70%,82%,81%)

RGB channels and saturation

R 179 of 255 = 70%
G 208 of 255 = 82%
B 207 of 255 = 81%

179
208
207

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

Portions of RGB colors in percentages

R + G + B =
179 + 208 + 207 = 594 (100%)
R 179 of 594 ~ 30.13%
G 208 of 594 ~ 35.02%
B 207 of 594 ~ 34.85%

%30.13
%35.02
%34.85

CMYK color model

#B3D0CF color CMYK value is (14,0,0,18).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 18.43%
CMYK:
(14,0,0,18)
C14M0Y0K18 
(14%,0%,0%,18%)
(0.14/0.00/0.00/0.18)	

CMYK percentages

%13.94
%0
%0.48
%18.43

Codes

Color #B3D0CF in popluar color models

B3D0CF
RGB179208207
HSL178°23.58%75.88%
HSB/HSV178°13.94%81.57%
CMYK13.94%0.00%0.48%
18.43%

Color #B3D0CF in popluar number systems.

HEXB3D0CF
Decimal179208207
Binary101100111101000011001111
Octal263320317

Shades and tints

Shades of #B3D0CF

#B3D0CF
(179,208,207)
#A3BEBD
(163,190,189)
#93ACAB
(147,172,171)
#839A99
(131,154,153)
#738887
(115,136,135)
#637675
(99,118,117)
#536463
(83,100,99)
#435251
(67,82,81)
#33403F
(51,64,63)
#232E2D
(35,46,45)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #B3D0CF

#B3D0CF
(179,208,207)
#B9D4D3
(185,212,211)
#BFD8D7
(191,216,215)
#C5DCDB
(197,220,219)
#CBE0DF
(203,224,223)
#D1E4E3
(209,228,227)
#D7E8E7
(215,232,231)
#DDECEB
(221,236,235)
#E3F0EF
(227,240,239)
#E9F4F3
(233,244,243)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D0CF color. Also use rgb(179,208,207) instead hex code.

Text Font Color

.myTextColor { color: #B3D0CF; }

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

This text font color is #B3D0CF.


Background Color

.myBgColor { background-color: #B3D0CF; }

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

This div background color is #B3D0CF.


Border color

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

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

This div border color is #B3D0CF.


Opacity

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

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

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

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

This text has shadow with #B3D0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D0CF on black background.


Color preview on white background

This text has color #B3D0CF on white background.



Black color preview on #B3D0CF background

This text has black color on #B3D0CF background.


White color preview on #B3D0CF background

This text has white color on #B3D0CF background.