COLOR #B7D2C5

HEX: #B7D2C5 RGB: (183,210,197)

Color info

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

RGB color model

#B7D2C5 color RGB value is (183,210,197).

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

RGB channels and saturation

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

183
210
197

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

Portions of RGB colors in percentages

R + G + B = 183 + 210 + 197 = 590 (100%)
R 183 of 590 ~ 31.02%
G 210 of 590 ~ 35.59%
B 197 of 590 ~ 33.39'%

%31.02
%35.59
%33.39

CMYK color model

#B7D2C5 color CMYK value is (13,0,6,18).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 17.65%

CMYK: (13,0,6,18)
C13M0Y6K18 (13%, 0%, 6%, 18%)
(0.13 / 0.00 / 0.06 / 0.18)

CMYK percentages

%12.86
%0
%6.19
%17.65

Codes

Color #B7D2C5 in popluar color models

B7 D2 C5
RGB 183 210 197
HSL 151° 23.08% 77.06%
HSB/HSV 151° 12.86% 82.35%
CMYK 12.86% 0.00% 6.19%
17.65%

Color #B7D2C5 in popluar number systems.

HEX B7 D2 C5
Decimal 183 210 197
Binary 10110111 11010010 11000101
Octal 267 322 305

Shades and tints

Shades of #B7D2C5

#B7D2C5
(183,210,197)
#A7BFB4
(167,191,180)
#97ACA3
(151,172,163)
#879992
(135,153,146)
#778681
(119,134,129)
#677370
(103,115,112)
#57605F
(87,96,95)
#474D4E
(71,77,78)
#373A3D
(55,58,61)
#27272C
(39,39,44)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #B7D2C5

#B7D2C5
(183,210,197)
#BDD6CA
(189,214,202)
#C3DACF
(195,218,207)
#C9DED4
(201,222,212)
#CFE2D9
(207,226,217)
#D5E6DE
(213,230,222)
#DBEAE3
(219,234,227)
#E1EEE8
(225,238,232)
#E7F2ED
(231,242,237)
#EDF6F2
(237,246,242)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D2C5; }

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

This text font color is #B7D2C5.

Background Color

.myBgColor { background-color: #B7D2C5; }

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

This div background color is #B7D2C5.

Border color

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

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

This div border color is #B7D2C5.

Opacity

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

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

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

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

This text has shadow with #B7D2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D2C5.

Preview

Color preview on black background

This text has color #B7D2C5 on black background.


Color preview on white background

This text has color #B7D2C5 on white background.


Black color preview on #B7D2C5 background

This text has black color on #B7D2C5 background.


White color preview on #B7D2C5 background

This text has white color on #B7D2C5 background.


Related colors

Complementary color

Complementary color for #hex is #482D3A.


I love getcolorcode.com

Triadic colors

1 #C5B7D2 and #D2C5B7 with #B7D2C5 are triadic colors.

2 #C5D2B7 and #D2B7C5 with #B7D2C5 are triadic colors.