COLOR #B5C8C2

HEX: #B5C8C2
RGB: (181,200,194)

Color info

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

RGB color model

#B5C8C2 color RGB value is (181,200,194).

  • red value is 181;
  • green value is 200;
  • blue value is 194.
RGB:
(181,200,194)
(71%,78%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 194 of 255 = 76%

181
200
194

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

Portions of RGB colors in percentages

R + G + B =
181 + 200 + 194 = 575 (100%)
R 181 of 575 ~ 31.48%
G 200 of 575 ~ 34.78%
B 194 of 575 ~ 33.74%

%31.48
%34.78
%33.74

CMYK color model

#B5C8C2 color CMYK value is (10,0,3,22).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 21.57%
CMYK:
(10,0,3,22)
C10M0Y3K22 
(10%,0%,3%,22%)
(0.10/0.00/0.03/0.22)	

CMYK percentages

%9.5
%0
%3
%21.57

Codes

Color #B5C8C2 in popluar color models

B5C8C2
RGB181200194
HSL161°14.73%74.71%
HSB/HSV161°9.50%78.43%
CMYK9.50%0.00%3.00%
21.57%

Color #B5C8C2 in popluar number systems.

HEXB5C8C2
Decimal181200194
Binary101101011100100011000010
Octal265310302

Shades and tints

Shades of #B5C8C2

#B5C8C2
(181,200,194)
#A5B6B1
(165,182,177)
#95A4A0
(149,164,160)
#85928F
(133,146,143)
#75807E
(117,128,126)
#656E6D
(101,110,109)
#555C5C
(85,92,92)
#454A4B
(69,74,75)
#35383A
(53,56,58)
#252629
(37,38,41)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #B5C8C2

#B5C8C2
(181,200,194)
#BBCDC7
(187,205,199)
#C1D2CC
(193,210,204)
#C7D7D1
(199,215,209)
#CDDCD6
(205,220,214)
#D3E1DB
(211,225,219)
#D9E6E0
(217,230,224)
#DFEBE5
(223,235,229)
#E5F0EA
(229,240,234)
#EBF5EF
(235,245,239)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C8C2; }

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

This text font color is #B5C8C2.


Background Color

.myBgColor { background-color: #B5C8C2; }

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

This div background color is #B5C8C2.


Border color

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

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

This div border color is #B5C8C2.


Opacity

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

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

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

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

This text has shadow with #B5C8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C8C2 on black background.


Color preview on white background

This text has color #B5C8C2 on white background.



Black color preview on #B5C8C2 background

This text has black color on #B5C8C2 background.


White color preview on #B5C8C2 background

This text has white color on #B5C8C2 background.