COLOR #B7D1C5

HEX: #B7D1C5 RGB: (183,209,197)

Color info

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

RGB color model

#B7D1C5 color RGB value is (183,209,197).

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

RGB channels and saturation

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

183
209
197

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

Portions of RGB colors in percentages

R + G + B = 183 + 209 + 197 = 589 (100%)
R 183 of 589 ~ 31.07%
G 209 of 589 ~ 35.48%
B 197 of 589 ~ 33.45'%

%31.07
%35.48
%33.45

CMYK color model

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

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

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

CMYK percentages

%12.44
%0
%5.74
%18.04

Codes

Color #B7D1C5 in popluar color models

B7 D1 C5
RGB 183 209 197
HSL 152° 22.03% 76.86%
HSB/HSV 152° 12.44% 81.96%
CMYK 12.44% 0.00% 5.74%
18.04%

Color #B7D1C5 in popluar number systems.

HEX B7 D1 C5
Decimal 183 209 197
Binary 10110111 11010001 11000101
Octal 267 321 305

Shades and tints

Shades of #B7D1C5

#B7D1C5
(183,209,197)
#A7BEB4
(167,190,180)
#97ABA3
(151,171,163)
#879892
(135,152,146)
#778581
(119,133,129)
#677270
(103,114,112)
#575F5F
(87,95,95)
#474C4E
(71,76,78)
#37393D
(55,57,61)
#27262C
(39,38,44)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #B7D1C5

#B7D1C5
(183,209,197)
#BDD5CA
(189,213,202)
#C3D9CF
(195,217,207)
#C9DDD4
(201,221,212)
#CFE1D9
(207,225,217)
#D5E5DE
(213,229,222)
#DBE9E3
(219,233,227)
#E1EDE8
(225,237,232)
#E7F1ED
(231,241,237)
#EDF5F2
(237,245,242)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D1C5; }

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

This text font color is #B7D1C5.

Background Color

.myBgColor { background-color: #B7D1C5; }

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

This div background color is #B7D1C5.

Border color

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

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

This div border color is #B7D1C5.

Opacity

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

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

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

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

This text has shadow with #B7D1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D1C5.

Preview

Color preview on black background

This text has color #B7D1C5 on black background.


Color preview on white background

This text has color #B7D1C5 on white background.


Black color preview on #B7D1C5 background

This text has black color on #B7D1C5 background.


White color preview on #B7D1C5 background

This text has white color on #B7D1C5 background.


Related colors

Complementary color

Complementary color for #hex is #482E3A.


I love getcolorcode.com

Triadic colors

1 #C5B7D1 and #D1C5B7 with #B7D1C5 are triadic colors.

2 #C5D1B7 and #D1B7C5 with #B7D1C5 are triadic colors.