COLOR #B5CDBB

HEX: #B5CDBB
RGB: (181,205,187)

Color info

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

RGB color model

#B5CDBB color RGB value is (181,205,187).

  • red value is 181;
  • green value is 205;
  • blue value is 187.
RGB:
(181,205,187)
(71%,80%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 187 of 255 = 73%

181
205
187

R + G + B ~ 75%. #B5CDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 187 = 573 (100%)
R 181 of 573 ~ 31.59%
G 205 of 573 ~ 35.78%
B 187 of 573 ~ 32.64%

%31.59
%35.78
%32.64

CMYK color model

#B5CDBB color CMYK value is (12,0,9,20).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 19.61%
CMYK:
(12,0,9,20)
C12M0Y9K20 
(12%,0%,9%,20%)
(0.12/0.00/0.09/0.20)	

CMYK percentages

%11.71
%0
%8.78
%19.61

Codes

Color #B5CDBB in popluar color models

B5CDBB
RGB181205187
HSL135°19.35%75.69%
HSB/HSV135°11.71%80.39%
CMYK11.71%0.00%8.78%
19.61%

Color #B5CDBB in popluar number systems.

HEXB5CDBB
Decimal181205187
Binary101101011100110110111011
Octal265315273

Shades and tints

Shades of #B5CDBB

#B5CDBB
(181,205,187)
#A5BBAA
(165,187,170)
#95A999
(149,169,153)
#859788
(133,151,136)
#758577
(117,133,119)
#657366
(101,115,102)
#556155
(85,97,85)
#454F44
(69,79,68)
#353D33
(53,61,51)
#252B22
(37,43,34)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #B5CDBB

#B5CDBB
(181,205,187)
#BBD1C1
(187,209,193)
#C1D5C7
(193,213,199)
#C7D9CD
(199,217,205)
#CDDDD3
(205,221,211)
#D3E1D9
(211,225,217)
#D9E5DF
(217,229,223)
#DFE9E5
(223,233,229)
#E5EDEB
(229,237,235)
#EBF1F1
(235,241,241)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CDBB; }

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

This text font color is #B5CDBB.


Background Color

.myBgColor { background-color: #B5CDBB; }

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

This div background color is #B5CDBB.


Border color

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

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

This div border color is #B5CDBB.


Opacity

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

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

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

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

This text has shadow with #B5CDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDBB on black background.


Color preview on white background

This text has color #B5CDBB on white background.



Black color preview on #B5CDBB background

This text has black color on #B5CDBB background.


White color preview on #B5CDBB background

This text has white color on #B5CDBB background.