COLOR #B3DED8

HEX: #B3DED8
RGB: (179,222,216)

Color info

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

RGB color model

#B3DED8 color RGB value is (179,222,216).

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

RGB channels and saturation

R 179 of 255 = 70%
G 222 of 255 = 87%
B 216 of 255 = 85%

179
222
216

R + G + B ~ 81%. #B3DED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 222 + 216 = 617 (100%)
R 179 of 617 ~ 29.01%
G 222 of 617 ~ 35.98%
B 216 of 617 ~ 35.01%

%29.01
%35.98
%35.01

CMYK color model

#B3DED8 color CMYK value is (19,0,3,13).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 12.94%
CMYK:
(19,0,3,13)
C19M0Y3K13 
(19%,0%,3%,13%)
(0.19/0.00/0.03/0.13)	

CMYK percentages

%19.37
%0
%2.7
%12.94

Codes

Color #B3DED8 in popluar color models

B3DED8
RGB179222216
HSL172°39.45%78.63%
HSB/HSV172°19.37%87.06%
CMYK19.37%0.00%2.70%
12.94%

Color #B3DED8 in popluar number systems.

HEXB3DED8
Decimal179222216
Binary101100111101111011011000
Octal263336330

Shades and tints

Shades of #B3DED8

#B3DED8
(179,222,216)
#A3CAC5
(163,202,197)
#93B6B2
(147,182,178)
#83A29F
(131,162,159)
#738E8C
(115,142,140)
#637A79
(99,122,121)
#536666
(83,102,102)
#435253
(67,82,83)
#333E40
(51,62,64)
#232A2D
(35,42,45)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #B3DED8

#B3DED8
(179,222,216)
#B9E1DB
(185,225,219)
#BFE4DE
(191,228,222)
#C5E7E1
(197,231,225)
#CBEAE4
(203,234,228)
#D1EDE7
(209,237,231)
#D7F0EA
(215,240,234)
#DDF3ED
(221,243,237)
#E3F6F0
(227,246,240)
#E9F9F3
(233,249,243)
#EFFCF6
(239,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DED8; }

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

This text font color is #B3DED8.


Background Color

.myBgColor { background-color: #B3DED8; }

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

This div background color is #B3DED8.


Border color

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

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

This div border color is #B3DED8.


Opacity

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

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

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

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

This text has shadow with #B3DED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DED8 on black background.


Color preview on white background

This text has color #B3DED8 on white background.



Black color preview on #B3DED8 background

This text has black color on #B3DED8 background.


White color preview on #B3DED8 background

This text has white color on #B3DED8 background.