COLOR #B5CEB7

HEX: #B5CEB7
RGB: (181,206,183)

Color info

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

RGB color model

#B5CEB7 color RGB value is (181,206,183).

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

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 183 of 255 = 72%

181
206
183

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

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 183 = 570 (100%)
R 181 of 570 ~ 31.75%
G 206 of 570 ~ 36.14%
B 183 of 570 ~ 32.11%

%31.75
%36.14
%32.11

CMYK color model

#B5CEB7 color CMYK value is (12,0,11,19).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 19.22%
CMYK:
(12,0,11,19)
C12M0Y11K19 
(12%,0%,11%,19%)
(0.12/0.00/0.11/0.19)	

CMYK percentages

%12.14
%0
%11.17
%19.22

Codes

Color #B5CEB7 in popluar color models

B5CEB7
RGB181206183
HSL125°20.33%75.88%
HSB/HSV125°12.14%80.78%
CMYK12.14%0.00%11.17%
19.22%

Color #B5CEB7 in popluar number systems.

HEXB5CEB7
Decimal181206183
Binary101101011100111010110111
Octal265316267

Shades and tints

Shades of #B5CEB7

#B5CEB7
(181,206,183)
#A5BCA7
(165,188,167)
#95AA97
(149,170,151)
#859887
(133,152,135)
#758677
(117,134,119)
#657467
(101,116,103)
#556257
(85,98,87)
#455047
(69,80,71)
#353E37
(53,62,55)
#252C27
(37,44,39)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #B5CEB7

#B5CEB7
(181,206,183)
#BBD2BD
(187,210,189)
#C1D6C3
(193,214,195)
#C7DAC9
(199,218,201)
#CDDECF
(205,222,207)
#D3E2D5
(211,226,213)
#D9E6DB
(217,230,219)
#DFEAE1
(223,234,225)
#E5EEE7
(229,238,231)
#EBF2ED
(235,242,237)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CEB7; }

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

This text font color is #B5CEB7.


Background Color

.myBgColor { background-color: #B5CEB7; }

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

This div background color is #B5CEB7.


Border color

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

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

This div border color is #B5CEB7.


Opacity

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

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

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

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

This text has shadow with #B5CEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CEB7 on black background.


Color preview on white background

This text has color #B5CEB7 on white background.



Black color preview on #B5CEB7 background

This text has black color on #B5CEB7 background.


White color preview on #B5CEB7 background

This text has white color on #B5CEB7 background.