COLOR #B7BDCC

HEX: #B7BDCC RGB: (183,189,204)

Color info

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

RGB color model

#B7BDCC color RGB value is (183,189,204).

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

RGB channels and saturation

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

183
189
204

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

Portions of RGB colors in percentages

R + G + B = 183 + 189 + 204 = 576 (100%)
R 183 of 576 ~ 31.77%
G 189 of 576 ~ 32.81%
B 204 of 576 ~ 35.42'%

%31.77
%32.81
%35.42

CMYK color model

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

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

CMYK: (10,7,0,20)
C10M7Y0K20 (10%, 7%, 0%, 20%)
(0.10 / 0.07 / 0.00 / 0.20)

CMYK percentages

%10.29
%7.35
%0
%20

Codes

Color #B7BDCC in popluar color models

B7 BD CC
RGB 183 189 204
HSL 223° 17.07% 75.88%
HSB/HSV 223° 10.29% 80.00%
CMYK 10.29% 7.35% 0.00%
20.00%

Color #B7BDCC in popluar number systems.

HEX B7 BD CC
Decimal 183 189 204
Binary 10110111 10111101 11001100
Octal 267 275 314

Shades and tints

Shades of #B7BDCC

#B7BDCC
(183,189,204)
#A7ACBA
(167,172,186)
#979BA8
(151,155,168)
#878A96
(135,138,150)
#777984
(119,121,132)
#676872
(103,104,114)
#575760
(87,87,96)
#47464E
(71,70,78)
#37353C
(55,53,60)
#27242A
(39,36,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #B7BDCC

#B7BDCC
(183,189,204)
#BDC3D0
(189,195,208)
#C3C9D4
(195,201,212)
#C9CFD8
(201,207,216)
#CFD5DC
(207,213,220)
#D5DBE0
(213,219,224)
#DBE1E4
(219,225,228)
#E1E7E8
(225,231,232)
#E7EDEC
(231,237,236)
#EDF3F0
(237,243,240)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BDCC; }

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

This text font color is #B7BDCC.

Background Color

.myBgColor { background-color: #B7BDCC; }

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

This div background color is #B7BDCC.

Border color

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

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

This div border color is #B7BDCC.

Opacity

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

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

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

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

This text has shadow with #B7BDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BDCC.

Preview

Color preview on black background

This text has color #B7BDCC on black background.


Color preview on white background

This text has color #B7BDCC on white background.


Black color preview on #B7BDCC background

This text has black color on #B7BDCC background.


White color preview on #B7BDCC background

This text has white color on #B7BDCC background.


Related colors

Complementary color

Complementary color for #hex is #484233.


I love getcolorcode.com

Triadic colors

1 #CCB7BD and #BDCCB7 with #B7BDCC are triadic colors.

2 #CCBDB7 and #BDB7CC with #B7BDCC are triadic colors.