COLOR #B7C4D1

HEX: #B7C4D1 RGB: (183,196,209)

Color info

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

RGB color model

#B7C4D1 color RGB value is (183,196,209).

RGB: (183,196,209) (72%, 77%, 82%)

RGB channels and saturation

R 183 of 255 = 72%
G 196 of 255 = 77%
B 209 of 255 = 82%

183
196
209

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

Portions of RGB colors in percentages

R + G + B = 183 + 196 + 209 = 588 (100%)
R 183 of 588 ~ 31.12%
G 196 of 588 ~ 33.33%
B 209 of 588 ~ 35.54'%

%31.12
%33.33
%35.54

CMYK color model

#B7C4D1 color CMYK value is (12,6,0,18).

  • cyan value is 12.44%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (12,6,0,18)
C12M6Y0K18 (12%, 6%, 0%, 18%)
(0.12 / 0.06 / 0.00 / 0.18)

CMYK percentages

%12.44
%6.22
%0
%18.04

Codes

Color #B7C4D1 in popluar color models

B7 C4 D1
RGB 183 196 209
HSL 210° 22.03% 76.86%
HSB/HSV 210° 12.44% 81.96%
CMYK 12.44% 6.22% 0.00%
18.04%

Color #B7C4D1 in popluar number systems.

HEX B7 C4 D1
Decimal 183 196 209
Binary 10110111 11000100 11010001
Octal 267 304 321

Shades and tints

Shades of #B7C4D1

#B7C4D1
(183,196,209)
#A7B3BE
(167,179,190)
#97A2AB
(151,162,171)
#879198
(135,145,152)
#778085
(119,128,133)
#676F72
(103,111,114)
#575E5F
(87,94,95)
#474D4C
(71,77,76)
#373C39
(55,60,57)
#272B26
(39,43,38)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #B7C4D1

#B7C4D1
(183,196,209)
#BDC9D5
(189,201,213)
#C3CED9
(195,206,217)
#C9D3DD
(201,211,221)
#CFD8E1
(207,216,225)
#D5DDE5
(213,221,229)
#DBE2E9
(219,226,233)
#E1E7ED
(225,231,237)
#E7ECF1
(231,236,241)
#EDF1F5
(237,241,245)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C4D1 color. Also use rgb(183,196,209) instead hex code.

Text Font Color

.myTextColor { color: #B7C4D1; }

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

This text font color is #B7C4D1.

Background Color

.myBgColor { background-color: #B7C4D1; }

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

This div background color is #B7C4D1.

Border color

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

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

This div border color is #B7C4D1.

Opacity

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

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

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

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

This text has shadow with #B7C4D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C4D1.

Preview

Color preview on black background

This text has color #B7C4D1 on black background.


Color preview on white background

This text has color #B7C4D1 on white background.


Black color preview on #B7C4D1 background

This text has black color on #B7C4D1 background.


White color preview on #B7C4D1 background

This text has white color on #B7C4D1 background.


Related colors

Complementary color

Complementary color for #hex is #483B2E.


I love getcolorcode.com

Triadic colors

1 #D1B7C4 and #C4D1B7 with #B7C4D1 are triadic colors.

2 #D1C4B7 and #C4B7D1 with #B7C4D1 are triadic colors.