COLOR #B3DDC5

HEX: #B3DDC5
RGB: (179,221,197)

Color info

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

RGB color model

#B3DDC5 color RGB value is (179,221,197).

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

RGB channels and saturation

R 179 of 255 = 70%
G 221 of 255 = 87%
B 197 of 255 = 77%

179
221
197

R + G + B ~ 78%. #B3DDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 221 + 197 = 597 (100%)
R 179 of 597 ~ 29.98%
G 221 of 597 ~ 37.02%
B 197 of 597 ~ 33%

%29.98
%37.02
%33

CMYK color model

#B3DDC5 color CMYK value is (19,0,11,13).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 13.33%
CMYK:
(19,0,11,13)
C19M0Y11K13 
(19%,0%,11%,13%)
(0.19/0.00/0.11/0.13)	

CMYK percentages

%19
%0
%10.86
%13.33

Codes

Color #B3DDC5 in popluar color models

B3DDC5
RGB179221197
HSL146°38.18%78.43%
HSB/HSV146°19.00%86.67%
CMYK19.00%0.00%10.86%
13.33%

Color #B3DDC5 in popluar number systems.

HEXB3DDC5
Decimal179221197
Binary101100111101110111000101
Octal263335305

Shades and tints

Shades of #B3DDC5

#B3DDC5
(179,221,197)
#A3C9B4
(163,201,180)
#93B5A3
(147,181,163)
#83A192
(131,161,146)
#738D81
(115,141,129)
#637970
(99,121,112)
#53655F
(83,101,95)
#43514E
(67,81,78)
#333D3D
(51,61,61)
#23292C
(35,41,44)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #B3DDC5

#B3DDC5
(179,221,197)
#B9E0CA
(185,224,202)
#BFE3CF
(191,227,207)
#C5E6D4
(197,230,212)
#CBE9D9
(203,233,217)
#D1ECDE
(209,236,222)
#D7EFE3
(215,239,227)
#DDF2E8
(221,242,232)
#E3F5ED
(227,245,237)
#E9F8F2
(233,248,242)
#EFFBF7
(239,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DDC5; }

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

This text font color is #B3DDC5.


Background Color

.myBgColor { background-color: #B3DDC5; }

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

This div background color is #B3DDC5.


Border color

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

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

This div border color is #B3DDC5.


Opacity

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

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

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

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

This text has shadow with #B3DDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DDC5 on black background.


Color preview on white background

This text has color #B3DDC5 on white background.



Black color preview on #B3DDC5 background

This text has black color on #B3DDC5 background.


White color preview on #B3DDC5 background

This text has white color on #B3DDC5 background.