COLOR #B5CDCD

HEX: #B5CDCD
RGB: (181,205,205)

Color info

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

RGB color model

#B5CDCD color RGB value is (181,205,205).

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

RGB channels and saturation

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

181
205
205

R + G + B ~ 77%. #B5CDCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 205 = 591 (100%)
R 181 of 591 ~ 30.63%
G 205 of 591 ~ 34.69%
B 205 of 591 ~ 34.69%

%30.63
%34.69
%34.69

CMYK color model

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

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

CMYK percentages

%11.71
%0
%0
%19.61

Codes

Color #B5CDCD in popluar color models

B5CDCD
RGB181205205
HSL180°19.35%75.69%
HSB/HSV180°11.71%80.39%
CMYK11.71%0.00%0.00%
19.61%

Color #B5CDCD in popluar number systems.

HEXB5CDCD
Decimal181205205
Binary101101011100110111001101
Octal265315315

Shades and tints

Shades of #B5CDCD

#B5CDCD
(181,205,205)
#A5BBBB
(165,187,187)
#95A9A9
(149,169,169)
#859797
(133,151,151)
#758585
(117,133,133)
#657373
(101,115,115)
#556161
(85,97,97)
#454F4F
(69,79,79)
#353D3D
(53,61,61)
#252B2B
(37,43,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #B5CDCD

#B5CDCD
(181,205,205)
#BBD1D1
(187,209,209)
#C1D5D5
(193,213,213)
#C7D9D9
(199,217,217)
#CDDDDD
(205,221,221)
#D3E1E1
(211,225,225)
#D9E5E5
(217,229,229)
#DFE9E9
(223,233,233)
#E5EDED
(229,237,237)
#EBF1F1
(235,241,241)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CDCD; }

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

This text font color is #B5CDCD.


Background Color

.myBgColor { background-color: #B5CDCD; }

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

This div background color is #B5CDCD.


Border color

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

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

This div border color is #B5CDCD.


Opacity

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

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

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

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

This text has shadow with #B5CDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDCD on black background.


Color preview on white background

This text has color #B5CDCD on white background.



Black color preview on #B5CDCD background

This text has black color on #B5CDCD background.


White color preview on #B5CDCD background

This text has white color on #B5CDCD background.