COLOR #B7DCD5

HEX: #B7DCD5 RGB: (183,220,213)

Color info

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

RGB color model

#B7DCD5 color RGB value is (183,220,213).

RGB: (183,220,213) (72%, 86%, 84%)

RGB channels and saturation

R 183 of 255 = 72%
G 220 of 255 = 86%
B 213 of 255 = 84%

183
220
213

R + G + B ~ 81%. #B7DCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 220 + 213 = 616 (100%)
R 183 of 616 ~ 29.71%
G 220 of 616 ~ 35.71%
B 213 of 616 ~ 34.58'%

%29.71
%35.71
%34.58

CMYK color model

#B7DCD5 color CMYK value is (17,0,3,14).

  • cyan value is 16.82%
  • magenta value is 0.00%
  • yellow value is 3.18%
  • key color value is 13.73%

CMYK: (17,0,3,14)
C17M0Y3K14 (17%, 0%, 3%, 14%)
(0.17 / 0.00 / 0.03 / 0.14)

CMYK percentages

%16.82
%0
%3.18
%13.73

Codes

Color #B7DCD5 in popluar color models

B7 DC D5
RGB 183 220 213
HSL 169° 34.58% 79.02%
HSB/HSV 169° 16.82% 86.27%
CMYK 16.82% 0.00% 3.18%
13.73%

Color #B7DCD5 in popluar number systems.

HEX B7 DC D5
Decimal 183 220 213
Binary 10110111 11011100 11010101
Octal 267 334 325

Shades and tints

Shades of #B7DCD5

#B7DCD5
(183,220,213)
#A7C8C2
(167,200,194)
#97B4AF
(151,180,175)
#87A09C
(135,160,156)
#778C89
(119,140,137)
#677876
(103,120,118)
#576463
(87,100,99)
#475050
(71,80,80)
#373C3D
(55,60,61)
#27282A
(39,40,42)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #B7DCD5

#B7DCD5
(183,220,213)
#BDDFD8
(189,223,216)
#C3E2DB
(195,226,219)
#C9E5DE
(201,229,222)
#CFE8E1
(207,232,225)
#D5EBE4
(213,235,228)
#DBEEE7
(219,238,231)
#E1F1EA
(225,241,234)
#E7F4ED
(231,244,237)
#EDF7F0
(237,247,240)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DCD5; }

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

This text font color is #B7DCD5.

Background Color

.myBgColor { background-color: #B7DCD5; }

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

This div background color is #B7DCD5.

Border color

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

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

This div border color is #B7DCD5.

Opacity

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

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

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

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

This text has shadow with #B7DCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7DCD5.

Preview

Color preview on black background

This text has color #B7DCD5 on black background.


Color preview on white background

This text has color #B7DCD5 on white background.


Black color preview on #B7DCD5 background

This text has black color on #B7DCD5 background.


White color preview on #B7DCD5 background

This text has white color on #B7DCD5 background.


Related colors

Complementary color

Complementary color for #hex is #48232A.


I love getcolorcode.com

Triadic colors

1 #D5B7DC and #DCD5B7 with #B7DCD5 are triadic colors.

2 #D5DCB7 and #DCB7D5 with #B7DCD5 are triadic colors.