COLOR #B3D0B4

HEX: #B3D0B4 RGB: (179,208,180)

Color info

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

RGB color model

#B3D0B4 color RGB value is (179,208,180).

RGB: (179,208,180) (70%, 82%, 71%)

RGB channels and saturation

R 179 of 255 = 70%
G 208 of 255 = 82%
B 180 of 255 = 71%

179
208
180

R + G + B ~ 74%. #B3D0B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 208 + 180 = 567 (100%)
R 179 of 567 ~ 31.57%
G 208 of 567 ~ 36.68%
B 180 of 567 ~ 31.75'%

%31.57
%36.68
%31.75

CMYK color model

#B3D0B4 color CMYK value is (14,0,13,18).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 18.43%

CMYK: (14,0,13,18)
C14M0Y13K18 (14%, 0%, 13%, 18%)
(0.14 / 0.00 / 0.13 / 0.18)

CMYK percentages

%13.94
%0
%13.46
%18.43

Codes

Color #B3D0B4 in popluar color models

B3 D0 B4
RGB 179 208 180
HSL 122° 23.58% 75.88%
HSB/HSV 122° 13.94% 81.57%
CMYK 13.94% 0.00% 13.46%
18.43%

Color #B3D0B4 in popluar number systems.

HEX B3 D0 B4
Decimal 179 208 180
Binary 10110011 11010000 10110100
Octal 263 320 264

Shades and tints

Shades of #B3D0B4

#B3D0B4
(179,208,180)
#A3BEA4
(163,190,164)
#93AC94
(147,172,148)
#839A84
(131,154,132)
#738874
(115,136,116)
#637664
(99,118,100)
#536454
(83,100,84)
#435244
(67,82,68)
#334034
(51,64,52)
#232E24
(35,46,36)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #B3D0B4

#B3D0B4
(179,208,180)
#B9D4BA
(185,212,186)
#BFD8C0
(191,216,192)
#C5DCC6
(197,220,198)
#CBE0CC
(203,224,204)
#D1E4D2
(209,228,210)
#D7E8D8
(215,232,216)
#DDECDE
(221,236,222)
#E3F0E4
(227,240,228)
#E9F4EA
(233,244,234)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D0B4 color. Also use rgb(179,208,180) instead hex code.

Text Font Color

.myTextColor { color: #B3D0B4; }

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

This text font color is #B3D0B4.

Background Color

.myBgColor { background-color: #B3D0B4; }

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

This div background color is #B3D0B4.

Border color

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

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

This div border color is #B3D0B4.

Opacity

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

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

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

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

This text has shadow with #B3D0B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D0B4.

Preview

Color preview on black background

This text has color #B3D0B4 on black background.


Color preview on white background

This text has color #B3D0B4 on white background.


Black color preview on #B3D0B4 background

This text has black color on #B3D0B4 background.


White color preview on #B3D0B4 background

This text has white color on #B3D0B4 background.


Related colors

Complementary color

Complementary color for #hex is #4C2F4B.


I love getcolorcode.com

Triadic colors

1 #B4B3D0 and #D0B4B3 with #B3D0B4 are triadic colors.

2 #B4D0B3 and #D0B3B4 with #B3D0B4 are triadic colors.