COLOR #B7D8CB

HEX: #B7D8CB RGB: (183,216,203)

Color info

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

RGB color model

#B7D8CB color RGB value is (183,216,203).

RGB: (183,216,203) (72%, 85%, 80%)

RGB channels and saturation

R 183 of 255 = 72%
G 216 of 255 = 85%
B 203 of 255 = 80%

183
216
203

R + G + B ~ 79%. #B7D8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 216 + 203 = 602 (100%)
R 183 of 602 ~ 30.4%
G 216 of 602 ~ 35.88%
B 203 of 602 ~ 33.72'%

%30.4
%35.88
%33.72

CMYK color model

#B7D8CB color CMYK value is (15,0,6,15).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%

CMYK: (15,0,6,15)
C15M0Y6K15 (15%, 0%, 6%, 15%)
(0.15 / 0.00 / 0.06 / 0.15)

CMYK percentages

%15.28
%0
%6.02
%15.29

Codes

Color #B7D8CB in popluar color models

B7 D8 CB
RGB 183 216 203
HSL 156° 29.73% 78.24%
HSB/HSV 156° 15.28% 84.71%
CMYK 15.28% 0.00% 6.02%
15.29%

Color #B7D8CB in popluar number systems.

HEX B7 D8 CB
Decimal 183 216 203
Binary 10110111 11011000 11001011
Octal 267 330 313

Shades and tints

Shades of #B7D8CB

#B7D8CB
(183,216,203)
#A7C5B9
(167,197,185)
#97B2A7
(151,178,167)
#879F95
(135,159,149)
#778C83
(119,140,131)
#677971
(103,121,113)
#57665F
(87,102,95)
#47534D
(71,83,77)
#37403B
(55,64,59)
#272D29
(39,45,41)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #B7D8CB

#B7D8CB
(183,216,203)
#BDDBCF
(189,219,207)
#C3DED3
(195,222,211)
#C9E1D7
(201,225,215)
#CFE4DB
(207,228,219)
#D5E7DF
(213,231,223)
#DBEAE3
(219,234,227)
#E1EDE7
(225,237,231)
#E7F0EB
(231,240,235)
#EDF3EF
(237,243,239)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D8CB color. Also use rgb(183,216,203) instead hex code.

Text Font Color

.myTextColor { color: #B7D8CB; }

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

This text font color is #B7D8CB.

Background Color

.myBgColor { background-color: #B7D8CB; }

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

This div background color is #B7D8CB.

Border color

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

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

This div border color is #B7D8CB.

Opacity

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

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

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

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

This text has shadow with #B7D8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D8CB.

Preview

Color preview on black background

This text has color #B7D8CB on black background.


Color preview on white background

This text has color #B7D8CB on white background.


Black color preview on #B7D8CB background

This text has black color on #B7D8CB background.


White color preview on #B7D8CB background

This text has white color on #B7D8CB background.


Related colors

Complementary color

Complementary color for #hex is #482734.


I love getcolorcode.com

Triadic colors

1 #CBB7D8 and #D8CBB7 with #B7D8CB are triadic colors.

2 #CBD8B7 and #D8B7CB with #B7D8CB are triadic colors.