COLOR #B5C3CD

HEX: #B5C3CD RGB: (181,195,205)

Color info

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

RGB color model

#B5C3CD color RGB value is (181,195,205).

RGB: (181,195,205) (71%, 76%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 195 of 255 = 76%
B 205 of 255 = 80%

181
195
205

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

Portions of RGB colors in percentages

R + G + B = 181 + 195 + 205 = 581 (100%)
R 181 of 581 ~ 31.15%
G 195 of 581 ~ 33.56%
B 205 of 581 ~ 35.28'%

%31.15
%33.56
%35.28

CMYK color model

#B5C3CD color CMYK value is (12,5,0,20).

  • cyan value is 11.71%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (12,5,0,20)
C12M5Y0K20 (12%, 5%, 0%, 20%)
(0.12 / 0.05 / 0.00 / 0.20)

CMYK percentages

%11.71
%4.88
%0
%19.61

Codes

Color #B5C3CD in popluar color models

B5 C3 CD
RGB 181 195 205
HSL 205° 19.35% 75.69%
HSB/HSV 205° 11.71% 80.39%
CMYK 11.71% 4.88% 0.00%
19.61%

Color #B5C3CD in popluar number systems.

HEX B5 C3 CD
Decimal 181 195 205
Binary 10110101 11000011 11001101
Octal 265 303 315

Shades and tints

Shades of #B5C3CD

#B5C3CD
(181,195,205)
#A5B2BB
(165,178,187)
#95A1A9
(149,161,169)
#859097
(133,144,151)
#757F85
(117,127,133)
#656E73
(101,110,115)
#555D61
(85,93,97)
#454C4F
(69,76,79)
#353B3D
(53,59,61)
#252A2B
(37,42,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #B5C3CD

#B5C3CD
(181,195,205)
#BBC8D1
(187,200,209)
#C1CDD5
(193,205,213)
#C7D2D9
(199,210,217)
#CDD7DD
(205,215,221)
#D3DCE1
(211,220,225)
#D9E1E5
(217,225,229)
#DFE6E9
(223,230,233)
#E5EBED
(229,235,237)
#EBF0F1
(235,240,241)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C3CD; }

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

This text font color is #B5C3CD.

Background Color

.myBgColor { background-color: #B5C3CD; }

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

This div background color is #B5C3CD.

Border color

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

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

This div border color is #B5C3CD.

Opacity

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

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

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

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

This text has shadow with #B5C3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C3CD.

Preview

Color preview on black background

This text has color #B5C3CD on black background.


Color preview on white background

This text has color #B5C3CD on white background.


Black color preview on #B5C3CD background

This text has black color on #B5C3CD background.


White color preview on #B5C3CD background

This text has white color on #B5C3CD background.


Related colors

Complementary color

Complementary color for #hex is #4A3C32.


I love getcolorcode.com

Triadic colors

1 #CDB5C3 and #C3CDB5 with #B5C3CD are triadic colors.

2 #CDC3B5 and #C3B5CD with #B5C3CD are triadic colors.