COLOR #B5C3CF

HEX: #B5C3CF RGB: (181,195,207)

Color info

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

RGB color model

#B5C3CF color RGB value is (181,195,207).

RGB: (181,195,207) (71%, 76%, 81%)

RGB channels and saturation

R 181 of 255 = 71%
G 195 of 255 = 76%
B 207 of 255 = 81%

181
195
207

R + G + B ~ 76%. #B5C3CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 195 + 207 = 583 (100%)
R 181 of 583 ~ 31.05%
G 195 of 583 ~ 33.45%
B 207 of 583 ~ 35.51'%

%31.05
%33.45
%35.51

CMYK color model

#B5C3CF color CMYK value is (13,6,0,19).

  • cyan value is 12.56%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (13,6,0,19)
C13M6Y0K19 (13%, 6%, 0%, 19%)
(0.13 / 0.06 / 0.00 / 0.19)

CMYK percentages

%12.56
%5.8
%0
%18.82

Codes

Color #B5C3CF in popluar color models

B5 C3 CF
RGB 181 195 207
HSL 208° 21.31% 76.08%
HSB/HSV 208° 12.56% 81.18%
CMYK 12.56% 5.80% 0.00%
18.82%

Color #B5C3CF in popluar number systems.

HEX B5 C3 CF
Decimal 181 195 207
Binary 10110101 11000011 11001111
Octal 265 303 317

Shades and tints

Shades of #B5C3CF

#B5C3CF
(181,195,207)
#A5B2BD
(165,178,189)
#95A1AB
(149,161,171)
#859099
(133,144,153)
#757F87
(117,127,135)
#656E75
(101,110,117)
#555D63
(85,93,99)
#454C51
(69,76,81)
#353B3F
(53,59,63)
#252A2D
(37,42,45)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #B5C3CF

#B5C3CF
(181,195,207)
#BBC8D3
(187,200,211)
#C1CDD7
(193,205,215)
#C7D2DB
(199,210,219)
#CDD7DF
(205,215,223)
#D3DCE3
(211,220,227)
#D9E1E7
(217,225,231)
#DFE6EB
(223,230,235)
#E5EBEF
(229,235,239)
#EBF0F3
(235,240,243)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C3CF color. Also use rgb(181,195,207) instead hex code.

Text Font Color

.myTextColor { color: #B5C3CF; }

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

This text font color is #B5C3CF.

Background Color

.myBgColor { background-color: #B5C3CF; }

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

This div background color is #B5C3CF.

Border color

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

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

This div border color is #B5C3CF.

Opacity

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

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

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

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

This text has shadow with #B5C3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C3CF.

Preview

Color preview on black background

This text has color #B5C3CF on black background.


Color preview on white background

This text has color #B5C3CF on white background.


Black color preview on #B5C3CF background

This text has black color on #B5C3CF background.


White color preview on #B5C3CF background

This text has white color on #B5C3CF background.


Related colors

Complementary color

Complementary color for #hex is #4A3C30.


I love getcolorcode.com

Triadic colors

1 #CFB5C3 and #C3CFB5 with #B5C3CF are triadic colors.

2 #CFC3B5 and #C3B5CF with #B5C3CF are triadic colors.