COLOR #B7BCCC

HEX: #B7BCCC RGB: (183,188,204)

Color info

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

RGB color model

#B7BCCC color RGB value is (183,188,204).

RGB: (183,188,204) (72%, 74%, 80%)

RGB channels and saturation

R 183 of 255 = 72%
G 188 of 255 = 74%
B 204 of 255 = 80%

183
188
204

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

Portions of RGB colors in percentages

R + G + B = 183 + 188 + 204 = 575 (100%)
R 183 of 575 ~ 31.83%
G 188 of 575 ~ 32.7%
B 204 of 575 ~ 35.48'%

%31.83
%32.7
%35.48

CMYK color model

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

  • cyan value is 10.29%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (10,8,0,20)
C10M8Y0K20 (10%, 8%, 0%, 20%)
(0.10 / 0.08 / 0.00 / 0.20)

CMYK percentages

%10.29
%7.84
%0
%20

Codes

Color #B7BCCC in popluar color models

B7 BC CC
RGB 183 188 204
HSL 226° 17.07% 75.88%
HSB/HSV 226° 10.29% 80.00%
CMYK 10.29% 7.84% 0.00%
20.00%

Color #B7BCCC in popluar number systems.

HEX B7 BC CC
Decimal 183 188 204
Binary 10110111 10111100 11001100
Octal 267 274 314

Shades and tints

Shades of #B7BCCC

#B7BCCC
(183,188,204)
#A7ABBA
(167,171,186)
#979AA8
(151,154,168)
#878996
(135,137,150)
#777884
(119,120,132)
#676772
(103,103,114)
#575660
(87,86,96)
#47454E
(71,69,78)
#37343C
(55,52,60)
#27232A
(39,35,42)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #B7BCCC

#B7BCCC
(183,188,204)
#BDC2D0
(189,194,208)
#C3C8D4
(195,200,212)
#C9CED8
(201,206,216)
#CFD4DC
(207,212,220)
#D5DAE0
(213,218,224)
#DBE0E4
(219,224,228)
#E1E6E8
(225,230,232)
#E7ECEC
(231,236,236)
#EDF2F0
(237,242,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BCCC; }

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

This text font color is #B7BCCC.

Background Color

.myBgColor { background-color: #B7BCCC; }

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

This div background color is #B7BCCC.

Border color

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

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

This div border color is #B7BCCC.

Opacity

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

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

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

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

This text has shadow with #B7BCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BCCC.

Preview

Color preview on black background

This text has color #B7BCCC on black background.


Color preview on white background

This text has color #B7BCCC on white background.


Black color preview on #B7BCCC background

This text has black color on #B7BCCC background.


White color preview on #B7BCCC background

This text has white color on #B7BCCC background.


Related colors

Complementary color

Complementary color for #hex is #484333.


I love getcolorcode.com

Triadic colors

1 #CCB7BC and #BCCCB7 with #B7BCCC are triadic colors.

2 #CCBCB7 and #BCB7CC with #B7BCCC are triadic colors.