COLOR #B5CDC5

HEX: #B5CDC5
RGB: (181,205,197)

Color info

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

RGB color model

#B5CDC5 color RGB value is (181,205,197).

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

RGB channels and saturation

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

181
205
197

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

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 197 = 583 (100%)
R 181 of 583 ~ 31.05%
G 205 of 583 ~ 35.16%
B 197 of 583 ~ 33.79%

%31.05
%35.16
%33.79

CMYK color model

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

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

CMYK percentages

%11.71
%0
%3.9
%19.61

Codes

Color #B5CDC5 in popluar color models

B5CDC5
RGB181205197
HSL160°19.35%75.69%
HSB/HSV160°11.71%80.39%
CMYK11.71%0.00%3.90%
19.61%

Color #B5CDC5 in popluar number systems.

HEXB5CDC5
Decimal181205197
Binary101101011100110111000101
Octal265315305

Shades and tints

Shades of #B5CDC5

#B5CDC5
(181,205,197)
#A5BBB4
(165,187,180)
#95A9A3
(149,169,163)
#859792
(133,151,146)
#758581
(117,133,129)
#657370
(101,115,112)
#55615F
(85,97,95)
#454F4E
(69,79,78)
#353D3D
(53,61,61)
#252B2C
(37,43,44)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #B5CDC5

#B5CDC5
(181,205,197)
#BBD1CA
(187,209,202)
#C1D5CF
(193,213,207)
#C7D9D4
(199,217,212)
#CDDDD9
(205,221,217)
#D3E1DE
(211,225,222)
#D9E5E3
(217,229,227)
#DFE9E8
(223,233,232)
#E5EDED
(229,237,237)
#EBF1F2
(235,241,242)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CDC5; }

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

This text font color is #B5CDC5.


Background Color

.myBgColor { background-color: #B5CDC5; }

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

This div background color is #B5CDC5.


Border color

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

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

This div border color is #B5CDC5.


Opacity

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

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

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

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

This text has shadow with #B5CDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDC5 on black background.


Color preview on white background

This text has color #B5CDC5 on white background.



Black color preview on #B5CDC5 background

This text has black color on #B5CDC5 background.


White color preview on #B5CDC5 background

This text has white color on #B5CDC5 background.