COLOR #B3DFDD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

179
223
221

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

Portions of RGB colors in percentages

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

%28.73
%35.79
%35.47

CMYK color model

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

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

CMYK percentages

%19.73
%0
%0.9
%12.55

Codes

Color #B3DFDD in popluar color models

B3DFDD
RGB179223221
HSL177°40.74%78.82%
HSB/HSV177°19.73%87.45%
CMYK19.73%0.00%0.90%
12.55%

Color #B3DFDD in popluar number systems.

HEXB3DFDD
Decimal179223221
Binary101100111101111111011101
Octal263337335

Shades and tints

Shades of #B3DFDD

#B3DFDD
(179,223,221)
#A3CBC9
(163,203,201)
#93B7B5
(147,183,181)
#83A3A1
(131,163,161)
#738F8D
(115,143,141)
#637B79
(99,123,121)
#536765
(83,103,101)
#435351
(67,83,81)
#333F3D
(51,63,61)
#232B29
(35,43,41)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #B3DFDD

#B3DFDD
(179,223,221)
#B9E1E0
(185,225,224)
#BFE3E3
(191,227,227)
#C5E5E6
(197,229,230)
#CBE7E9
(203,231,233)
#D1E9EC
(209,233,236)
#D7EBEF
(215,235,239)
#DDEDF2
(221,237,242)
#E3EFF5
(227,239,245)
#E9F1F8
(233,241,248)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DFDD; }

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

This text font color is #B3DFDD.


Background Color

.myBgColor { background-color: #B3DFDD; }

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

This div background color is #B3DFDD.


Border color

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

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

This div border color is #B3DFDD.


Opacity

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

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

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

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

This text has shadow with #B3DFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DFDD on black background.


Color preview on white background

This text has color #B3DFDD on white background.



Black color preview on #B3DFDD background

This text has black color on #B3DFDD background.


White color preview on #B3DFDD background

This text has white color on #B3DFDD background.