COLOR #B5CEBE

HEX: #B5CEBE
RGB: (181,206,190)

Color info

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

RGB color model

#B5CEBE color RGB value is (181,206,190).

  • red value is 181;
  • green value is 206;
  • blue value is 190.
RGB:
(181,206,190)
(71%,81%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 190 of 255 = 75%

181
206
190

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

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 190 = 577 (100%)
R 181 of 577 ~ 31.37%
G 206 of 577 ~ 35.7%
B 190 of 577 ~ 32.93%

%31.37
%35.7
%32.93

CMYK color model

#B5CEBE color CMYK value is (12,0,8,19).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 7.77%
  • key color value is 19.22%
CMYK:
(12,0,8,19)
C12M0Y8K19 
(12%,0%,8%,19%)
(0.12/0.00/0.08/0.19)	

CMYK percentages

%12.14
%0
%7.77
%19.22

Codes

Color #B5CEBE in popluar color models

B5CEBE
RGB181206190
HSL142°20.33%75.88%
HSB/HSV142°12.14%80.78%
CMYK12.14%0.00%7.77%
19.22%

Color #B5CEBE in popluar number systems.

HEXB5CEBE
Decimal181206190
Binary101101011100111010111110
Octal265316276

Shades and tints

Shades of #B5CEBE

#B5CEBE
(181,206,190)
#A5BCAD
(165,188,173)
#95AA9C
(149,170,156)
#85988B
(133,152,139)
#75867A
(117,134,122)
#657469
(101,116,105)
#556258
(85,98,88)
#455047
(69,80,71)
#353E36
(53,62,54)
#252C25
(37,44,37)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #B5CEBE

#B5CEBE
(181,206,190)
#BBD2C3
(187,210,195)
#C1D6C8
(193,214,200)
#C7DACD
(199,218,205)
#CDDED2
(205,222,210)
#D3E2D7
(211,226,215)
#D9E6DC
(217,230,220)
#DFEAE1
(223,234,225)
#E5EEE6
(229,238,230)
#EBF2EB
(235,242,235)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CEBE; }

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

This text font color is #B5CEBE.


Background Color

.myBgColor { background-color: #B5CEBE; }

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

This div background color is #B5CEBE.


Border color

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

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

This div border color is #B5CEBE.


Opacity

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

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

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

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

This text has shadow with #B5CEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CEBE on black background.


Color preview on white background

This text has color #B5CEBE on white background.



Black color preview on #B5CEBE background

This text has black color on #B5CEBE background.


White color preview on #B5CEBE background

This text has white color on #B5CEBE background.