COLOR #B3DAD3

HEX: #B3DAD3
RGB: (179,218,211)

Color info

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

RGB color model

#B3DAD3 color RGB value is (179,218,211).

  • red value is 179;
  • green value is 218;
  • blue value is 211.
RGB:
(179,218,211)
(70%,85%,83%)

RGB channels and saturation

R 179 of 255 = 70%
G 218 of 255 = 85%
B 211 of 255 = 83%

179
218
211

R + G + B ~ 79%. #B3DAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 218 + 211 = 608 (100%)
R 179 of 608 ~ 29.44%
G 218 of 608 ~ 35.86%
B 211 of 608 ~ 34.7%

%29.44
%35.86
%34.7

CMYK color model

#B3DAD3 color CMYK value is (18,0,3,15).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK:
(18,0,3,15)
C18M0Y3K15 
(18%,0%,3%,15%)
(0.18/0.00/0.03/0.15)	

CMYK percentages

%17.89
%0
%3.21
%14.51

Codes

Color #B3DAD3 in popluar color models

B3DAD3
RGB179218211
HSL169°34.51%77.84%
HSB/HSV169°17.89%85.49%
CMYK17.89%0.00%3.21%
14.51%

Color #B3DAD3 in popluar number systems.

HEXB3DAD3
Decimal179218211
Binary101100111101101011010011
Octal263332323

Shades and tints

Shades of #B3DAD3

#B3DAD3
(179,218,211)
#A3C7C0
(163,199,192)
#93B4AD
(147,180,173)
#83A19A
(131,161,154)
#738E87
(115,142,135)
#637B74
(99,123,116)
#536861
(83,104,97)
#43554E
(67,85,78)
#33423B
(51,66,59)
#232F28
(35,47,40)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #B3DAD3

#B3DAD3
(179,218,211)
#B9DDD7
(185,221,215)
#BFE0DB
(191,224,219)
#C5E3DF
(197,227,223)
#CBE6E3
(203,230,227)
#D1E9E7
(209,233,231)
#D7ECEB
(215,236,235)
#DDEFEF
(221,239,239)
#E3F2F3
(227,242,243)
#E9F5F7
(233,245,247)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DAD3 color. Also use rgb(179,218,211) instead hex code.

Text Font Color

.myTextColor { color: #B3DAD3; }

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

This text font color is #B3DAD3.


Background Color

.myBgColor { background-color: #B3DAD3; }

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

This div background color is #B3DAD3.


Border color

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

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

This div border color is #B3DAD3.


Opacity

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

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

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

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

This text has shadow with #B3DAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DAD3 on black background.


Color preview on white background

This text has color #B3DAD3 on white background.



Black color preview on #B3DAD3 background

This text has black color on #B3DAD3 background.


White color preview on #B3DAD3 background

This text has white color on #B3DAD3 background.