COLOR #B7D8D4

HEX: #B7D8D4 RGB: (183,216,212)

Color info

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

RGB color model

#B7D8D4 color RGB value is (183,216,212).

RGB: (183,216,212) (72%, 85%, 83%)

RGB channels and saturation

R 183 of 255 = 72%
G 216 of 255 = 85%
B 212 of 255 = 83%

183
216
212

R + G + B ~ 80%. #B7D8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 216 + 212 = 611 (100%)
R 183 of 611 ~ 29.95%
G 216 of 611 ~ 35.35%
B 212 of 611 ~ 34.7'%

%29.95
%35.35
%34.7

CMYK color model

#B7D8D4 color CMYK value is (15,0,2,15).

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

CMYK: (15,0,2,15)
C15M0Y2K15 (15%, 0%, 2%, 15%)
(0.15 / 0.00 / 0.02 / 0.15)

CMYK percentages

%15.28
%0
%1.85
%15.29

Codes

Color #B7D8D4 in popluar color models

B7 D8 D4
RGB 183 216 212
HSL 173° 29.73% 78.24%
HSB/HSV 173° 15.28% 84.71%
CMYK 15.28% 0.00% 1.85%
15.29%

Color #B7D8D4 in popluar number systems.

HEX B7 D8 D4
Decimal 183 216 212
Binary 10110111 11011000 11010100
Octal 267 330 324

Shades and tints

Shades of #B7D8D4

#B7D8D4
(183,216,212)
#A7C5C1
(167,197,193)
#97B2AE
(151,178,174)
#879F9B
(135,159,155)
#778C88
(119,140,136)
#677975
(103,121,117)
#576662
(87,102,98)
#47534F
(71,83,79)
#37403C
(55,64,60)
#272D29
(39,45,41)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #B7D8D4

#B7D8D4
(183,216,212)
#BDDBD7
(189,219,215)
#C3DEDA
(195,222,218)
#C9E1DD
(201,225,221)
#CFE4E0
(207,228,224)
#D5E7E3
(213,231,227)
#DBEAE6
(219,234,230)
#E1EDE9
(225,237,233)
#E7F0EC
(231,240,236)
#EDF3EF
(237,243,239)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D8D4; }

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

This text font color is #B7D8D4.

Background Color

.myBgColor { background-color: #B7D8D4; }

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

This div background color is #B7D8D4.

Border color

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

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

This div border color is #B7D8D4.

Opacity

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

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

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

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

This text has shadow with #B7D8D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D8D4.

Preview

Color preview on black background

This text has color #B7D8D4 on black background.


Color preview on white background

This text has color #B7D8D4 on white background.


Black color preview on #B7D8D4 background

This text has black color on #B7D8D4 background.


White color preview on #B7D8D4 background

This text has white color on #B7D8D4 background.


Related colors

Complementary color

Complementary color for #hex is #48272B.


I love getcolorcode.com

Triadic colors

1 #D4B7D8 and #D8D4B7 with #B7D8D4 are triadic colors.

2 #D4D8B7 and #D8B7D4 with #B7D8D4 are triadic colors.