COLOR #B5C4CF

HEX: #B5C4CF RGB: (181,196,207)

Color info

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

RGB color model

#B5C4CF color RGB value is (181,196,207).

RGB: (181,196,207) (71%, 77%, 81%)

RGB channels and saturation

R 181 of 255 = 71%
G 196 of 255 = 77%
B 207 of 255 = 81%

181
196
207

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

Portions of RGB colors in percentages

R + G + B = 181 + 196 + 207 = 584 (100%)
R 181 of 584 ~ 30.99%
G 196 of 584 ~ 33.56%
B 207 of 584 ~ 35.45'%

%30.99
%33.56
%35.45

CMYK color model

#B5C4CF color CMYK value is (13,5,0,19).

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

CMYK: (13,5,0,19)
C13M5Y0K19 (13%, 5%, 0%, 19%)
(0.13 / 0.05 / 0.00 / 0.19)

CMYK percentages

%12.56
%5.31
%0
%18.82

Codes

Color #B5C4CF in popluar color models

B5 C4 CF
RGB 181 196 207
HSL 205° 21.31% 76.08%
HSB/HSV 205° 12.56% 81.18%
CMYK 12.56% 5.31% 0.00%
18.82%

Color #B5C4CF in popluar number systems.

HEX B5 C4 CF
Decimal 181 196 207
Binary 10110101 11000100 11001111
Octal 265 304 317

Shades and tints

Shades of #B5C4CF

#B5C4CF
(181,196,207)
#A5B3BD
(165,179,189)
#95A2AB
(149,162,171)
#859199
(133,145,153)
#758087
(117,128,135)
#656F75
(101,111,117)
#555E63
(85,94,99)
#454D51
(69,77,81)
#353C3F
(53,60,63)
#252B2D
(37,43,45)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #B5C4CF

#B5C4CF
(181,196,207)
#BBC9D3
(187,201,211)
#C1CED7
(193,206,215)
#C7D3DB
(199,211,219)
#CDD8DF
(205,216,223)
#D3DDE3
(211,221,227)
#D9E2E7
(217,226,231)
#DFE7EB
(223,231,235)
#E5ECEF
(229,236,239)
#EBF1F3
(235,241,243)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C4CF; }

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

This text font color is #B5C4CF.

Background Color

.myBgColor { background-color: #B5C4CF; }

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

This div background color is #B5C4CF.

Border color

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

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

This div border color is #B5C4CF.

Opacity

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

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

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

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

This text has shadow with #B5C4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C4CF.

Preview

Color preview on black background

This text has color #B5C4CF on black background.


Color preview on white background

This text has color #B5C4CF on white background.


Black color preview on #B5C4CF background

This text has black color on #B5C4CF background.


White color preview on #B5C4CF background

This text has white color on #B5C4CF background.


Related colors

Complementary color

Complementary color for #hex is #4A3B30.


I love getcolorcode.com

Triadic colors

1 #CFB5C4 and #C4CFB5 with #B5C4CF are triadic colors.

2 #CFC4B5 and #C4B5CF with #B5C4CF are triadic colors.