COLOR #B3CCCD

HEX: #B3CCCD RGB: (179,204,205)

Color info

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

RGB color model

#B3CCCD color RGB value is (179,204,205).

RGB: (179,204,205) (70%, 80%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 204 of 255 = 80%
B 205 of 255 = 80%

179
204
205

R + G + B ~ 77%. #B3CCCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 204 + 205 = 588 (100%)
R 179 of 588 ~ 30.44%
G 204 of 588 ~ 34.69%
B 205 of 588 ~ 34.86'%

%30.44
%34.69
%34.86

CMYK color model

#B3CCCD color CMYK value is (13,0,0,20).

  • cyan value is 12.68%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (13,0,0,20)
C13M0Y0K20 (13%, 0%, 0%, 20%)
(0.13 / 0.00 / 0.00 / 0.20)

CMYK percentages

%12.68
%0.49
%0
%19.61

Codes

Color #B3CCCD in popluar color models

B3 CC CD
RGB 179 204 205
HSL 182° 20.63% 75.29%
HSB/HSV 182° 12.68% 80.39%
CMYK 12.68% 0.49% 0.00%
19.61%

Color #B3CCCD in popluar number systems.

HEX B3 CC CD
Decimal 179 204 205
Binary 10110011 11001100 11001101
Octal 263 314 315

Shades and tints

Shades of #B3CCCD

#B3CCCD
(179,204,205)
#A3BABB
(163,186,187)
#93A8A9
(147,168,169)
#839697
(131,150,151)
#738485
(115,132,133)
#637273
(99,114,115)
#536061
(83,96,97)
#434E4F
(67,78,79)
#333C3D
(51,60,61)
#232A2B
(35,42,43)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #B3CCCD

#B3CCCD
(179,204,205)
#B9D0D1
(185,208,209)
#BFD4D5
(191,212,213)
#C5D8D9
(197,216,217)
#CBDCDD
(203,220,221)
#D1E0E1
(209,224,225)
#D7E4E5
(215,228,229)
#DDE8E9
(221,232,233)
#E3ECED
(227,236,237)
#E9F0F1
(233,240,241)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CCCD; }

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

This text font color is #B3CCCD.

Background Color

.myBgColor { background-color: #B3CCCD; }

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

This div background color is #B3CCCD.

Border color

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

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

This div border color is #B3CCCD.

Opacity

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

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

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

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

This text has shadow with #B3CCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3CCCD.

Preview

Color preview on black background

This text has color #B3CCCD on black background.


Color preview on white background

This text has color #B3CCCD on white background.


Black color preview on #B3CCCD background

This text has black color on #B3CCCD background.


White color preview on #B3CCCD background

This text has white color on #B3CCCD background.


Related colors

Complementary color

Complementary color for #hex is #4C3332.


I love getcolorcode.com

Triadic colors

1 #CDB3CC and #CCCDB3 with #B3CCCD are triadic colors.

2 #CDCCB3 and #CCB3CD with #B3CCCD are triadic colors.