COLOR #B5C9CA

HEX: #B5C9CA RGB: (181,201,202)

Color info

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

RGB color model

#B5C9CA color RGB value is (181,201,202).

RGB: (181,201,202) (71%, 79%, 79%)

RGB channels and saturation

R 181 of 255 = 71%
G 201 of 255 = 79%
B 202 of 255 = 79%

181
201
202

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

Portions of RGB colors in percentages

R + G + B = 181 + 201 + 202 = 584 (100%)
R 181 of 584 ~ 30.99%
G 201 of 584 ~ 34.42%
B 202 of 584 ~ 34.59'%

%30.99
%34.42
%34.59

CMYK color model

#B5C9CA color CMYK value is (10,0,0,21).

  • cyan value is 10.40%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (10,0,0,21)
C10M0Y0K21 (10%, 0%, 0%, 21%)
(0.10 / 0.00 / 0.00 / 0.21)

CMYK percentages

%10.4
%0.5
%0
%20.78

Codes

Color #B5C9CA in popluar color models

B5 C9 CA
RGB 181 201 202
HSL 183° 16.54% 75.10%
HSB/HSV 183° 10.40% 79.22%
CMYK 10.40% 0.50% 0.00%
20.78%

Color #B5C9CA in popluar number systems.

HEX B5 C9 CA
Decimal 181 201 202
Binary 10110101 11001001 11001010
Octal 265 311 312

Shades and tints

Shades of #B5C9CA

#B5C9CA
(181,201,202)
#A5B7B8
(165,183,184)
#95A5A6
(149,165,166)
#859394
(133,147,148)
#758182
(117,129,130)
#656F70
(101,111,112)
#555D5E
(85,93,94)
#454B4C
(69,75,76)
#35393A
(53,57,58)
#252728
(37,39,40)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #B5C9CA

#B5C9CA
(181,201,202)
#BBCDCE
(187,205,206)
#C1D1D2
(193,209,210)
#C7D5D6
(199,213,214)
#CDD9DA
(205,217,218)
#D3DDDE
(211,221,222)
#D9E1E2
(217,225,226)
#DFE5E6
(223,229,230)
#E5E9EA
(229,233,234)
#EBEDEE
(235,237,238)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C9CA color. Also use rgb(181,201,202) instead hex code.

Text Font Color

.myTextColor { color: #B5C9CA; }

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

This text font color is #B5C9CA.

Background Color

.myBgColor { background-color: #B5C9CA; }

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

This div background color is #B5C9CA.

Border color

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

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

This div border color is #B5C9CA.

Opacity

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

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

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

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

This text has shadow with #B5C9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C9CA.

Preview

Color preview on black background

This text has color #B5C9CA on black background.


Color preview on white background

This text has color #B5C9CA on white background.


Black color preview on #B5C9CA background

This text has black color on #B5C9CA background.


White color preview on #B5C9CA background

This text has white color on #B5C9CA background.


Related colors

Complementary color

Complementary color for #hex is #4A3635.


I love getcolorcode.com

Triadic colors

1 #CAB5C9 and #C9CAB5 with #B5C9CA are triadic colors.

2 #CAC9B5 and #C9B5CA with #B5C9CA are triadic colors.