COLOR #B5CCC4

HEX: #B5CCC4
RGB: (181,204,196)

Color info

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

RGB color model

#B5CCC4 color RGB value is (181,204,196).

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

RGB channels and saturation

R 181 of 255 = 71%
G 204 of 255 = 80%
B 196 of 255 = 77%

181
204
196

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

Portions of RGB colors in percentages

R + G + B =
181 + 204 + 196 = 581 (100%)
R 181 of 581 ~ 31.15%
G 204 of 581 ~ 35.11%
B 196 of 581 ~ 33.73%

%31.15
%35.11
%33.73

CMYK color model

#B5CCC4 color CMYK value is (11,0,4,20).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 20.00%
CMYK:
(11,0,4,20)
C11M0Y4K20 
(11%,0%,4%,20%)
(0.11/0.00/0.04/0.20)	

CMYK percentages

%11.27
%0
%3.92
%20

Codes

Color #B5CCC4 in popluar color models

B5CCC4
RGB181204196
HSL159°18.40%75.49%
HSB/HSV159°11.27%80.00%
CMYK11.27%0.00%3.92%
20.00%

Color #B5CCC4 in popluar number systems.

HEXB5CCC4
Decimal181204196
Binary101101011100110011000100
Octal265314304

Shades and tints

Shades of #B5CCC4

#B5CCC4
(181,204,196)
#A5BAB3
(165,186,179)
#95A8A2
(149,168,162)
#859691
(133,150,145)
#758480
(117,132,128)
#65726F
(101,114,111)
#55605E
(85,96,94)
#454E4D
(69,78,77)
#353C3C
(53,60,60)
#252A2B
(37,42,43)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #B5CCC4

#B5CCC4
(181,204,196)
#BBD0C9
(187,208,201)
#C1D4CE
(193,212,206)
#C7D8D3
(199,216,211)
#CDDCD8
(205,220,216)
#D3E0DD
(211,224,221)
#D9E4E2
(217,228,226)
#DFE8E7
(223,232,231)
#E5ECEC
(229,236,236)
#EBF0F1
(235,240,241)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CCC4; }

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

This text font color is #B5CCC4.


Background Color

.myBgColor { background-color: #B5CCC4; }

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

This div background color is #B5CCC4.


Border color

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

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

This div border color is #B5CCC4.


Opacity

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

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

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

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

This text has shadow with #B5CCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CCC4 on black background.


Color preview on white background

This text has color #B5CCC4 on white background.



Black color preview on #B5CCC4 background

This text has black color on #B5CCC4 background.


White color preview on #B5CCC4 background

This text has white color on #B5CCC4 background.