COLOR #B7D5BC

HEX: #B7D5BC RGB: (183,213,188)

Color info

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

RGB color model

#B7D5BC color RGB value is (183,213,188).

RGB: (183,213,188) (72%, 84%, 74%)

RGB channels and saturation

R 183 of 255 = 72%
G 213 of 255 = 84%
B 188 of 255 = 74%

183
213
188

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

Portions of RGB colors in percentages

R + G + B = 183 + 213 + 188 = 584 (100%)
R 183 of 584 ~ 31.34%
G 213 of 584 ~ 36.47%
B 188 of 584 ~ 32.19'%

%31.34
%36.47
%32.19

CMYK color model

#B7D5BC color CMYK value is (14,0,12,16).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (14,0,12,16)
C14M0Y12K16 (14%, 0%, 12%, 16%)
(0.14 / 0.00 / 0.12 / 0.16)

CMYK percentages

%14.08
%0
%11.74
%16.47

Codes

Color #B7D5BC in popluar color models

B7 D5 BC
RGB 183 213 188
HSL 130° 26.32% 77.65%
HSB/HSV 130° 14.08% 83.53%
CMYK 14.08% 0.00% 11.74%
16.47%

Color #B7D5BC in popluar number systems.

HEX B7 D5 BC
Decimal 183 213 188
Binary 10110111 11010101 10111100
Octal 267 325 274

Shades and tints

Shades of #B7D5BC

#B7D5BC
(183,213,188)
#A7C2AB
(167,194,171)
#97AF9A
(151,175,154)
#879C89
(135,156,137)
#778978
(119,137,120)
#677667
(103,118,103)
#576356
(87,99,86)
#475045
(71,80,69)
#373D34
(55,61,52)
#272A23
(39,42,35)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #B7D5BC

#B7D5BC
(183,213,188)
#BDD8C2
(189,216,194)
#C3DBC8
(195,219,200)
#C9DECE
(201,222,206)
#CFE1D4
(207,225,212)
#D5E4DA
(213,228,218)
#DBE7E0
(219,231,224)
#E1EAE6
(225,234,230)
#E7EDEC
(231,237,236)
#EDF0F2
(237,240,242)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D5BC; }

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

This text font color is #B7D5BC.

Background Color

.myBgColor { background-color: #B7D5BC; }

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

This div background color is #B7D5BC.

Border color

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

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

This div border color is #B7D5BC.

Opacity

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

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

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

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

This text has shadow with #B7D5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D5BC.

Preview

Color preview on black background

This text has color #B7D5BC on black background.


Color preview on white background

This text has color #B7D5BC on white background.


Black color preview on #B7D5BC background

This text has black color on #B7D5BC background.


White color preview on #B7D5BC background

This text has white color on #B7D5BC background.


Related colors

Complementary color

Complementary color for #hex is #482A43.


I love getcolorcode.com

Triadic colors

1 #BCB7D5 and #D5BCB7 with #B7D5BC are triadic colors.

2 #BCD5B7 and #D5B7BC with #B7D5BC are triadic colors.