COLOR #B5D9CB

HEX: #B5D9CB RGB: (181,217,203)

Color info

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

RGB color model

#B5D9CB color RGB value is (181,217,203).

RGB: (181,217,203) (71%, 85%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 217 of 255 = 85%
B 203 of 255 = 80%

181
217
203

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

Portions of RGB colors in percentages

R + G + B = 181 + 217 + 203 = 601 (100%)
R 181 of 601 ~ 30.12%
G 217 of 601 ~ 36.11%
B 203 of 601 ~ 33.78'%

%30.12
%36.11
%33.78

CMYK color model

#B5D9CB color CMYK value is (17,0,6,15).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK: (17,0,6,15) C17M0Y6K15 (17%,0%,6%,15%) (0.17/0.00/0.06/0.15) 

CMYK percentages

%16.59
%0
%6.45
%14.9

Codes

Color #B5D9CB in popluar color models

B5 D9 CB
RGB 181 217 203
HSL 157° 32.14% 78.04%
HSB/HSV 157° 16.59% 85.10%
CMYK 16.59% 0.00% 6.45%
14.90%

Color #B5D9CB in popluar number systems.

HEX B5 D9 CB
Decimal 181 217 203
Binary 10110101 11011001 11001011
Octal 265 331 313

Shades and tints

Shades of #B5D9CB

#B5D9CB
(181,217,203)
#A5C6B9
(165,198,185)
#95B3A7
(149,179,167)
#85A095
(133,160,149)
#758D83
(117,141,131)
#657A71
(101,122,113)
#55675F
(85,103,95)
#45544D
(69,84,77)
#35413B
(53,65,59)
#252E29
(37,46,41)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #B5D9CB

#B5D9CB
(181,217,203)
#BBDCCF
(187,220,207)
#C1DFD3
(193,223,211)
#C7E2D7
(199,226,215)
#CDE5DB
(205,229,219)
#D3E8DF
(211,232,223)
#D9EBE3
(217,235,227)
#DFEEE7
(223,238,231)
#E5F1EB
(229,241,235)
#EBF4EF
(235,244,239)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D9CB color. Also use rgb(181,217,203) instead hex code.

Text Font Color

.myTextColor { color: #B5D9CB; }

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

This text font color is #B5D9CB.

Background Color

.myBgColor { background-color: #B5D9CB; }

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

This div background color is #B5D9CB.

Border color

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

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

This div border color is #B5D9CB.

Opacity

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

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

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

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

This text has shadow with #B5D9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D9CB.

Preview

Color preview on black background

This text has color #B5D9CB on black background.


Color preview on white background

This text has color #B5D9CB on white background.


Black color preview on #B5D9CB background

This text has black color on #B5D9CB background.


White color preview on #B5D9CB background

This text has white color on #B5D9CB background.


Related colors

Complementary color

Complementary color for #hex is #4A2634.


I love getcolorcode.com

Triadic colors

1 #CBB5D9 and #D9CBB5 with #B5D9CB are triadic colors.

2 #CBD9B5 and #D9B5CB with #B5D9CB are triadic colors.