COLOR #B3DCDD

HEX: #B3DCDD RGB: (179,220,221)

Color info

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

RGB color model

#B3DCDD color RGB value is (179,220,221).

RGB: (179,220,221) (70%, 86%, 87%)

RGB channels and saturation

R 179 of 255 = 70%
G 220 of 255 = 86%
B 221 of 255 = 87%

179
220
221

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

Portions of RGB colors in percentages

R + G + B = 179 + 220 + 221 = 620 (100%)
R 179 of 620 ~ 28.87%
G 220 of 620 ~ 35.48%
B 221 of 620 ~ 35.65'%

%28.87
%35.48
%35.65

CMYK color model

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

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

CMYK: (19,0,0,13)
C19M0Y0K13 (19%, 0%, 0%, 13%)
(0.19 / 0.00 / 0.00 / 0.13)

CMYK percentages

%19
%0.45
%0
%13.33

Codes

Color #B3DCDD in popluar color models

B3 DC DD
RGB 179 220 221
HSL 181° 38.18% 78.43%
HSB/HSV 181° 19.00% 86.67%
CMYK 19.00% 0.45% 0.00%
13.33%

Color #B3DCDD in popluar number systems.

HEX B3 DC DD
Decimal 179 220 221
Binary 10110011 11011100 11011101
Octal 263 334 335

Shades and tints

Shades of #B3DCDD

#B3DCDD
(179,220,221)
#A3C8C9
(163,200,201)
#93B4B5
(147,180,181)
#83A0A1
(131,160,161)
#738C8D
(115,140,141)
#637879
(99,120,121)
#536465
(83,100,101)
#435051
(67,80,81)
#333C3D
(51,60,61)
#232829
(35,40,41)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #B3DCDD

#B3DCDD
(179,220,221)
#B9DFE0
(185,223,224)
#BFE2E3
(191,226,227)
#C5E5E6
(197,229,230)
#CBE8E9
(203,232,233)
#D1EBEC
(209,235,236)
#D7EEEF
(215,238,239)
#DDF1F2
(221,241,242)
#E3F4F5
(227,244,245)
#E9F7F8
(233,247,248)
#EFFAFB
(239,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DCDD; }

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

This text font color is #B3DCDD.

Background Color

.myBgColor { background-color: #B3DCDD; }

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

This div background color is #B3DCDD.

Border color

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

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

This div border color is #B3DCDD.

Opacity

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

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

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

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

This text has shadow with #B3DCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DCDD.

Preview

Color preview on black background

This text has color #B3DCDD on black background.


Color preview on white background

This text has color #B3DCDD on white background.


Black color preview on #B3DCDD background

This text has black color on #B3DCDD background.


White color preview on #B3DCDD background

This text has white color on #B3DCDD background.


Related colors

Complementary color

Complementary color for #hex is #4C2322.


I love getcolorcode.com

Triadic colors

1 #DDB3DC and #DCDDB3 with #B3DCDD are triadic colors.

2 #DDDCB3 and #DCB3DD with #B3DCDD are triadic colors.