COLOR #B3DDDF

HEX: #B3DDDF
RGB: (179,221,223)

Color info

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

RGB color model

#B3DDDF color RGB value is (179,221,223).

  • red value is 179;
  • green value is 221;
  • blue value is 223.
RGB:
(179,221,223)
(70%,87%,87%)

RGB channels and saturation

R 179 of 255 = 70%
G 221 of 255 = 87%
B 223 of 255 = 87%

179
221
223

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

Portions of RGB colors in percentages

R + G + B =
179 + 221 + 223 = 623 (100%)
R 179 of 623 ~ 28.73%
G 221 of 623 ~ 35.47%
B 223 of 623 ~ 35.79%

%28.73
%35.47
%35.79

CMYK color model

#B3DDDF color CMYK value is (20,1,0,13).

  • cyan value is 19.73%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(20,1,0,13)
C20M1Y0K13 
(20%,1%,0%,13%)
(0.20/0.01/0.00/0.13)	

CMYK percentages

%19.73
%0.9
%0
%12.55

Codes

Color #B3DDDF in popluar color models

B3DDDF
RGB179221223
HSL183°40.74%78.82%
HSB/HSV183°19.73%87.45%
CMYK19.73%0.90%0.00%
12.55%

Color #B3DDDF in popluar number systems.

HEXB3DDDF
Decimal179221223
Binary101100111101110111011111
Octal263335337

Shades and tints

Shades of #B3DDDF

#B3DDDF
(179,221,223)
#A3C9CB
(163,201,203)
#93B5B7
(147,181,183)
#83A1A3
(131,161,163)
#738D8F
(115,141,143)
#63797B
(99,121,123)
#536567
(83,101,103)
#435153
(67,81,83)
#333D3F
(51,61,63)
#23292B
(35,41,43)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #B3DDDF

#B3DDDF
(179,221,223)
#B9E0E1
(185,224,225)
#BFE3E3
(191,227,227)
#C5E6E5
(197,230,229)
#CBE9E7
(203,233,231)
#D1ECE9
(209,236,233)
#D7EFEB
(215,239,235)
#DDF2ED
(221,242,237)
#E3F5EF
(227,245,239)
#E9F8F1
(233,248,241)
#EFFBF3
(239,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DDDF color. Also use rgb(179,221,223) instead hex code.

Text Font Color

.myTextColor { color: #B3DDDF; }

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

This text font color is #B3DDDF.


Background Color

.myBgColor { background-color: #B3DDDF; }

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

This div background color is #B3DDDF.


Border color

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

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

This div border color is #B3DDDF.


Opacity

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

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

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

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

This text has shadow with #B3DDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DDDF on black background.


Color preview on white background

This text has color #B3DDDF on white background.



Black color preview on #B3DDDF background

This text has black color on #B3DDDF background.


White color preview on #B3DDDF background

This text has white color on #B3DDDF background.