COLOR #B3CCBE

HEX: #B3CCBE RGB: (179,204,190)

Color info

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

RGB color model

#B3CCBE color RGB value is (179,204,190).

RGB: (179,204,190) (70%, 80%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 204 of 255 = 80%
B 190 of 255 = 75%

179
204
190

R + G + B ~ 75%. #B3CCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 204 + 190 = 573 (100%)
R 179 of 573 ~ 31.24%
G 204 of 573 ~ 35.6%
B 190 of 573 ~ 33.16'%

%31.24
%35.6
%33.16

CMYK color model

#B3CCBE color CMYK value is (12,0,7,20).

  • cyan value is 12.25%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 20.00%

CMYK: (12,0,7,20)
C12M0Y7K20 (12%, 0%, 7%, 20%)
(0.12 / 0.00 / 0.07 / 0.20)

CMYK percentages

%12.25
%0
%6.86
%20

Codes

Color #B3CCBE in popluar color models

B3 CC BE
RGB 179 204 190
HSL 146° 19.69% 75.10%
HSB/HSV 146° 12.25% 80.00%
CMYK 12.25% 0.00% 6.86%
20.00%

Color #B3CCBE in popluar number systems.

HEX B3 CC BE
Decimal 179 204 190
Binary 10110011 11001100 10111110
Octal 263 314 276

Shades and tints

Shades of #B3CCBE

#B3CCBE
(179,204,190)
#A3BAAD
(163,186,173)
#93A89C
(147,168,156)
#83968B
(131,150,139)
#73847A
(115,132,122)
#637269
(99,114,105)
#536058
(83,96,88)
#434E47
(67,78,71)
#333C36
(51,60,54)
#232A25
(35,42,37)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #B3CCBE

#B3CCBE
(179,204,190)
#B9D0C3
(185,208,195)
#BFD4C8
(191,212,200)
#C5D8CD
(197,216,205)
#CBDCD2
(203,220,210)
#D1E0D7
(209,224,215)
#D7E4DC
(215,228,220)
#DDE8E1
(221,232,225)
#E3ECE6
(227,236,230)
#E9F0EB
(233,240,235)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CCBE color. Also use rgb(179,204,190) instead hex code.

Text Font Color

.myTextColor { color: #B3CCBE; }

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

This text font color is #B3CCBE.

Background Color

.myBgColor { background-color: #B3CCBE; }

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

This div background color is #B3CCBE.

Border color

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

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

This div border color is #B3CCBE.

Opacity

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

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

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

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

This text has shadow with #B3CCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3CCBE.

Preview

Color preview on black background

This text has color #B3CCBE on black background.


Color preview on white background

This text has color #B3CCBE on white background.


Black color preview on #B3CCBE background

This text has black color on #B3CCBE background.


White color preview on #B3CCBE background

This text has white color on #B3CCBE background.


Related colors

Complementary color

Complementary color for #hex is #4C3341.


I love getcolorcode.com

Triadic colors

1 #BEB3CC and #CCBEB3 with #B3CCBE are triadic colors.

2 #BECCB3 and #CCB3BE with #B3CCBE are triadic colors.