COLOR #B8CCCC

HEX: #B8CCCC RGB: (184,204,204)

Color info

#B8CCCC contains red, green and blue colors in about the same proportion. Web safe color of #B8CCCC is #CCCCCC (or #CCC).

RGB color model

#B8CCCC color RGB value is (184,204,204).

RGB: (184,204,204) (72%, 80%, 80%)

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 204 of 255 = 80%

184
204
204

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

Portions of RGB colors in percentages

R + G + B = 184 + 204 + 204 = 592 (100%)
R 184 of 592 ~ 31.08%
G 204 of 592 ~ 34.46%
B 204 of 592 ~ 34.46'%

%31.08
%34.46
%34.46

CMYK color model

#B8CCCC color CMYK value is (10,0,0,20).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (10,0,0,20)
C10M0Y0K20 (10%, 0%, 0%, 20%)
(0.10 / 0.00 / 0.00 / 0.20)

CMYK percentages

%9.8
%0
%0
%20

Codes

Color #B8CCCC in popluar color models

B8 CC CC
RGB 184 204 204
HSL 180° 16.39% 76.08%
HSB/HSV 180° 9.80% 80.00%
CMYK 9.80% 0.00% 0.00%
20.00%

Color #B8CCCC in popluar number systems.

HEX B8 CC CC
Decimal 184 204 204
Binary 10111000 11001100 11001100
Octal 270 314 314

Shades and tints

Shades of #B8CCCC

#B8CCCC
(184,204,204)
#A8BABA
(168,186,186)
#98A8A8
(152,168,168)
#889696
(136,150,150)
#788484
(120,132,132)
#687272
(104,114,114)
#586060
(88,96,96)
#484E4E
(72,78,78)
#383C3C
(56,60,60)
#282A2A
(40,42,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #B8CCCC

#B8CCCC
(184,204,204)
#BED0D0
(190,208,208)
#C4D4D4
(196,212,212)
#CAD8D8
(202,216,216)
#D0DCDC
(208,220,220)
#D6E0E0
(214,224,224)
#DCE4E4
(220,228,228)
#E2E8E8
(226,232,232)
#E8ECEC
(232,236,236)
#EEF0F0
(238,240,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCCC; }

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

This text font color is #B8CCCC.

Background Color

.myBgColor { background-color: #B8CCCC; }

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

This div background color is #B8CCCC.

Border color

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

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

This div border color is #B8CCCC.

Opacity

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

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

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

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

This text has shadow with #B8CCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8CCCC.

Preview

Color preview on black background

This text has color #B8CCCC on black background.


Color preview on white background

This text has color #B8CCCC on white background.


Black color preview on #B8CCCC background

This text has black color on #B8CCCC background.


White color preview on #B8CCCC background

This text has white color on #B8CCCC background.


Related colors

Complementary color

Complementary color for #hex is #473333.


I love getcolorcode.com