COLOR #B3D1DE

HEX: #B3D1DE
RGB: (179,209,222)

Color info

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

RGB color model

#B3D1DE color RGB value is (179,209,222).

  • red value is 179;
  • green value is 209;
  • blue value is 222.
RGB:
(179,209,222)
(70%,82%,87%)

RGB channels and saturation

R 179 of 255 = 70%
G 209 of 255 = 82%
B 222 of 255 = 87%

179
209
222

R + G + B ~ 80%. #B3D1DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 209 + 222 = 610 (100%)
R 179 of 610 ~ 29.34%
G 209 of 610 ~ 34.26%
B 222 of 610 ~ 36.39%

%29.34
%34.26
%36.39

CMYK color model

#B3D1DE color CMYK value is (19,6,0,13).

  • cyan value is 19.37%
  • magenta value is 5.86%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(19,6,0,13)
C19M6Y0K13 
(19%,6%,0%,13%)
(0.19/0.06/0.00/0.13)	

CMYK percentages

%19.37
%5.86
%0
%12.94

Codes

Color #B3D1DE in popluar color models

B3D1DE
RGB179209222
HSL198°39.45%78.63%
HSB/HSV198°19.37%87.06%
CMYK19.37%5.86%0.00%
12.94%

Color #B3D1DE in popluar number systems.

HEXB3D1DE
Decimal179209222
Binary101100111101000111011110
Octal263321336

Shades and tints

Shades of #B3D1DE

#B3D1DE
(179,209,222)
#A3BECA
(163,190,202)
#93ABB6
(147,171,182)
#8398A2
(131,152,162)
#73858E
(115,133,142)
#63727A
(99,114,122)
#535F66
(83,95,102)
#434C52
(67,76,82)
#33393E
(51,57,62)
#23262A
(35,38,42)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #B3D1DE

#B3D1DE
(179,209,222)
#B9D5E1
(185,213,225)
#BFD9E4
(191,217,228)
#C5DDE7
(197,221,231)
#CBE1EA
(203,225,234)
#D1E5ED
(209,229,237)
#D7E9F0
(215,233,240)
#DDEDF3
(221,237,243)
#E3F1F6
(227,241,246)
#E9F5F9
(233,245,249)
#EFF9FC
(239,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D1DE color. Also use rgb(179,209,222) instead hex code.

Text Font Color

.myTextColor { color: #B3D1DE; }

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

This text font color is #B3D1DE.


Background Color

.myBgColor { background-color: #B3D1DE; }

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

This div background color is #B3D1DE.


Border color

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

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

This div border color is #B3D1DE.


Opacity

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

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

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

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

This text has shadow with #B3D1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D1DE on black background.


Color preview on white background

This text has color #B3D1DE on white background.



Black color preview on #B3D1DE background

This text has black color on #B3D1DE background.


White color preview on #B3D1DE background

This text has white color on #B3D1DE background.