COLOR #B3D4D2

HEX: #B3D4D2 RGB: (179,212,210)

Color info

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

RGB color model

#B3D4D2 color RGB value is (179,212,210).

RGB: (179,212,210) (70%, 83%, 82%)

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 210 of 255 = 82%

179
212
210

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

Portions of RGB colors in percentages

R + G + B = 179 + 212 + 210 = 601 (100%)
R 179 of 601 ~ 29.78%
G 212 of 601 ~ 35.27%
B 210 of 601 ~ 34.94'%

%29.78
%35.27
%34.94

CMYK color model

#B3D4D2 color CMYK value is (16,0,1,17).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 0.94%
  • key color value is 16.86%

CMYK: (16,0,1,17)
C16M0Y1K17 (16%, 0%, 1%, 17%)
(0.16 / 0.00 / 0.01 / 0.17)

CMYK percentages

%15.57
%0
%0.94
%16.86

Codes

Color #B3D4D2 in popluar color models

B3 D4 D2
RGB 179 212 210
HSL 176° 27.73% 76.67%
HSB/HSV 176° 15.57% 83.14%
CMYK 15.57% 0.00% 0.94%
16.86%

Color #B3D4D2 in popluar number systems.

HEX B3 D4 D2
Decimal 179 212 210
Binary 10110011 11010100 11010010
Octal 263 324 322

Shades and tints

Shades of #B3D4D2

#B3D4D2
(179,212,210)
#A3C1BF
(163,193,191)
#93AEAC
(147,174,172)
#839B99
(131,155,153)
#738886
(115,136,134)
#637573
(99,117,115)
#536260
(83,98,96)
#434F4D
(67,79,77)
#333C3A
(51,60,58)
#232927
(35,41,39)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B3D4D2

#B3D4D2
(179,212,210)
#B9D7D6
(185,215,214)
#BFDADA
(191,218,218)
#C5DDDE
(197,221,222)
#CBE0E2
(203,224,226)
#D1E3E6
(209,227,230)
#D7E6EA
(215,230,234)
#DDE9EE
(221,233,238)
#E3ECF2
(227,236,242)
#E9EFF6
(233,239,246)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D4D2 color. Also use rgb(179,212,210) instead hex code.

Text Font Color

.myTextColor { color: #B3D4D2; }

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

This text font color is #B3D4D2.

Background Color

.myBgColor { background-color: #B3D4D2; }

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

This div background color is #B3D4D2.

Border color

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

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

This div border color is #B3D4D2.

Opacity

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

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

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

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

This text has shadow with #B3D4D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D4D2.

Preview

Color preview on black background

This text has color #B3D4D2 on black background.


Color preview on white background

This text has color #B3D4D2 on white background.


Black color preview on #B3D4D2 background

This text has black color on #B3D4D2 background.


White color preview on #B3D4D2 background

This text has white color on #B3D4D2 background.


Related colors

Complementary color

Complementary color for #hex is #4C2B2D.


I love getcolorcode.com

Triadic colors

1 #D2B3D4 and #D4D2B3 with #B3D4D2 are triadic colors.

2 #D2D4B3 and #D4B3D2 with #B3D4D2 are triadic colors.