COLOR #B7C5DF

HEX: #B7C5DF RGB: (183,197,223)

Color info

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

RGB color model

#B7C5DF color RGB value is (183,197,223).

RGB: (183,197,223) (72%, 77%, 87%)

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 223 of 255 = 87%

183
197
223

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

Portions of RGB colors in percentages

R + G + B = 183 + 197 + 223 = 603 (100%)
R 183 of 603 ~ 30.35%
G 197 of 603 ~ 32.67%
B 223 of 603 ~ 36.98'%

%30.35
%32.67
%36.98

CMYK color model

#B7C5DF color CMYK value is (18,12,0,13).

  • cyan value is 17.94%
  • magenta value is 11.66%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (18,12,0,13)
C18M12Y0K13 (18%, 12%, 0%, 13%)
(0.18 / 0.12 / 0.00 / 0.13)

CMYK percentages

%17.94
%11.66
%0
%12.55

Codes

Color #B7C5DF in popluar color models

B7 C5 DF
RGB 183 197 223
HSL 219° 38.46% 79.61%
HSB/HSV 219° 17.94% 87.45%
CMYK 17.94% 11.66% 0.00%
12.55%

Color #B7C5DF in popluar number systems.

HEX B7 C5 DF
Decimal 183 197 223
Binary 10110111 11000101 11011111
Octal 267 305 337

Shades and tints

Shades of #B7C5DF

#B7C5DF
(183,197,223)
#A7B4CB
(167,180,203)
#97A3B7
(151,163,183)
#8792A3
(135,146,163)
#77818F
(119,129,143)
#67707B
(103,112,123)
#575F67
(87,95,103)
#474E53
(71,78,83)
#373D3F
(55,61,63)
#272C2B
(39,44,43)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #B7C5DF

#B7C5DF
(183,197,223)
#BDCAE1
(189,202,225)
#C3CFE3
(195,207,227)
#C9D4E5
(201,212,229)
#CFD9E7
(207,217,231)
#D5DEE9
(213,222,233)
#DBE3EB
(219,227,235)
#E1E8ED
(225,232,237)
#E7EDEF
(231,237,239)
#EDF2F1
(237,242,241)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C5DF; }

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

This text font color is #B7C5DF.

Background Color

.myBgColor { background-color: #B7C5DF; }

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

This div background color is #B7C5DF.

Border color

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

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

This div border color is #B7C5DF.

Opacity

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

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

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

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

This text has shadow with #B7C5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C5DF.

Preview

Color preview on black background

This text has color #B7C5DF on black background.


Color preview on white background

This text has color #B7C5DF on white background.


Black color preview on #B7C5DF background

This text has black color on #B7C5DF background.


White color preview on #B7C5DF background

This text has white color on #B7C5DF background.


Related colors

Complementary color

Complementary color for #hex is #483A20.


I love getcolorcode.com

Triadic colors

1 #DFB7C5 and #C5DFB7 with #B7C5DF are triadic colors.

2 #DFC5B7 and #C5B7DF with #B7C5DF are triadic colors.