COLOR #B8CCC4

HEX: #B8CCC4 RGB: (184,204,196)

Color info

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

RGB color model

#B8CCC4 color RGB value is (184,204,196).

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

RGB channels and saturation

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

184
204
196

R + G + B ~ 76%. #B8CCC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 204 + 196 = 584 (100%)
R 184 of 584 ~ 31.51%
G 204 of 584 ~ 34.93%
B 196 of 584 ~ 33.56'%

%31.51
%34.93
%33.56

CMYK color model

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

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

CMYK: (10,0,4,20)
C10M0Y4K20 (10%, 0%, 4%, 20%)
(0.10 / 0.00 / 0.04 / 0.20)

CMYK percentages

%9.8
%0
%3.92
%20

Codes

Color #B8CCC4 in popluar color models

B8 CC C4
RGB 184 204 196
HSL 156° 16.39% 76.08%
HSB/HSV 156° 9.80% 80.00%
CMYK 9.80% 0.00% 3.92%
20.00%

Color #B8CCC4 in popluar number systems.

HEX B8 CC C4
Decimal 184 204 196
Binary 10111000 11001100 11000100
Octal 270 314 304

Shades and tints

Shades of #B8CCC4

#B8CCC4
(184,204,196)
#A8BAB3
(168,186,179)
#98A8A2
(152,168,162)
#889691
(136,150,145)
#788480
(120,132,128)
#68726F
(104,114,111)
#58605E
(88,96,94)
#484E4D
(72,78,77)
#383C3C
(56,60,60)
#282A2B
(40,42,43)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #B8CCC4

#B8CCC4
(184,204,196)
#BED0C9
(190,208,201)
#C4D4CE
(196,212,206)
#CAD8D3
(202,216,211)
#D0DCD8
(208,220,216)
#D6E0DD
(214,224,221)
#DCE4E2
(220,228,226)
#E2E8E7
(226,232,231)
#E8ECEC
(232,236,236)
#EEF0F1
(238,240,241)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCC4; }

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

This text font color is #B8CCC4.

Background Color

.myBgColor { background-color: #B8CCC4; }

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

This div background color is #B8CCC4.

Border color

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

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

This div border color is #B8CCC4.

Opacity

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

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

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

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

This text has shadow with #B8CCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8CCC4.

Preview

Color preview on black background

This text has color #B8CCC4 on black background.


Color preview on white background

This text has color #B8CCC4 on white background.


Black color preview on #B8CCC4 background

This text has black color on #B8CCC4 background.


White color preview on #B8CCC4 background

This text has white color on #B8CCC4 background.


Related colors

Complementary color

Complementary color for #hex is #47333B.


I love getcolorcode.com

Triadic colors

1 #C4B8CC and #CCC4B8 with #B8CCC4 are triadic colors.

2 #C4CCB8 and #CCB8C4 with #B8CCC4 are triadic colors.