COLOR #B3DADD

HEX: #B3DADD RGB: (179,218,221)

Color info

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

RGB color model

#B3DADD color RGB value is (179,218,221).

RGB: (179,218,221) (70%, 85%, 87%)

RGB channels and saturation

R 179 of 255 = 70%
G 218 of 255 = 85%
B 221 of 255 = 87%

179
218
221

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

Portions of RGB colors in percentages

R + G + B = 179 + 218 + 221 = 618 (100%)
R 179 of 618 ~ 28.96%
G 218 of 618 ~ 35.28%
B 221 of 618 ~ 35.76'%

%28.96
%35.28
%35.76

CMYK color model

#B3DADD color CMYK value is (19,1,0,13).

  • cyan value is 19.00%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (19,1,0,13)
C19M1Y0K13 (19%, 1%, 0%, 13%)
(0.19 / 0.01 / 0.00 / 0.13)

CMYK percentages

%19
%1.36
%0
%13.33

Codes

Color #B3DADD in popluar color models

B3 DA DD
RGB 179 218 221
HSL 184° 38.18% 78.43%
HSB/HSV 184° 19.00% 86.67%
CMYK 19.00% 1.36% 0.00%
13.33%

Color #B3DADD in popluar number systems.

HEX B3 DA DD
Decimal 179 218 221
Binary 10110011 11011010 11011101
Octal 263 332 335

Shades and tints

Shades of #B3DADD

#B3DADD
(179,218,221)
#A3C7C9
(163,199,201)
#93B4B5
(147,180,181)
#83A1A1
(131,161,161)
#738E8D
(115,142,141)
#637B79
(99,123,121)
#536865
(83,104,101)
#435551
(67,85,81)
#33423D
(51,66,61)
#232F29
(35,47,41)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #B3DADD

#B3DADD
(179,218,221)
#B9DDE0
(185,221,224)
#BFE0E3
(191,224,227)
#C5E3E6
(197,227,230)
#CBE6E9
(203,230,233)
#D1E9EC
(209,233,236)
#D7ECEF
(215,236,239)
#DDEFF2
(221,239,242)
#E3F2F5
(227,242,245)
#E9F5F8
(233,245,248)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DADD; }

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

This text font color is #B3DADD.

Background Color

.myBgColor { background-color: #B3DADD; }

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

This div background color is #B3DADD.

Border color

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

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

This div border color is #B3DADD.

Opacity

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

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

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

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

This text has shadow with #B3DADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DADD.

Preview

Color preview on black background

This text has color #B3DADD on black background.


Color preview on white background

This text has color #B3DADD on white background.


Black color preview on #B3DADD background

This text has black color on #B3DADD background.


White color preview on #B3DADD background

This text has white color on #B3DADD background.


Related colors

Complementary color

Complementary color for #hex is #4C2522.


I love getcolorcode.com

Triadic colors

1 #DDB3DA and #DADDB3 with #B3DADD are triadic colors.

2 #DDDAB3 and #DAB3DD with #B3DADD are triadic colors.