COLOR #B5CEAF

HEX: #B5CEAF
RGB: (181,206,175)

Color info

#B5CEAF contains red, green and blue colors in about the same proportion. Web safe color of #B5CEAF is #CCCC99 (or #CC9).

RGB color model

#B5CEAF color RGB value is (181,206,175).

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

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 175 of 255 = 69%

181
206
175

R + G + B ~ 74%. #B5CEAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 175 = 562 (100%)
R 181 of 562 ~ 32.21%
G 206 of 562 ~ 36.65%
B 175 of 562 ~ 31.14%

%32.21
%36.65
%31.14

CMYK color model

#B5CEAF color CMYK value is (12,0,15,19).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 19.22%
CMYK:
(12,0,15,19)
C12M0Y15K19 
(12%,0%,15%,19%)
(0.12/0.00/0.15/0.19)	

CMYK percentages

%12.14
%0
%15.05
%19.22

Codes

Color #B5CEAF in popluar color models

B5CEAF
RGB181206175
HSL108°24.03%74.71%
HSB/HSV108°15.05%80.78%
CMYK12.14%0.00%15.05%
19.22%

Color #B5CEAF in popluar number systems.

HEXB5CEAF
Decimal181206175
Binary101101011100111010101111
Octal265316257

Shades and tints

Shades of #B5CEAF

#B5CEAF
(181,206,175)
#A5BCA0
(165,188,160)
#95AA91
(149,170,145)
#859882
(133,152,130)
#758673
(117,134,115)
#657464
(101,116,100)
#556255
(85,98,85)
#455046
(69,80,70)
#353E37
(53,62,55)
#252C28
(37,44,40)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #B5CEAF

#B5CEAF
(181,206,175)
#BBD2B6
(187,210,182)
#C1D6BD
(193,214,189)
#C7DAC4
(199,218,196)
#CDDECB
(205,222,203)
#D3E2D2
(211,226,210)
#D9E6D9
(217,230,217)
#DFEAE0
(223,234,224)
#E5EEE7
(229,238,231)
#EBF2EE
(235,242,238)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CEAF; }

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

This text font color is #B5CEAF.


Background Color

.myBgColor { background-color: #B5CEAF; }

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

This div background color is #B5CEAF.


Border color

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

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

This div border color is #B5CEAF.


Opacity

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

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

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

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

This text has shadow with #B5CEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CEAF on black background.


Color preview on white background

This text has color #B5CEAF on white background.



Black color preview on #B5CEAF background

This text has black color on #B5CEAF background.


White color preview on #B5CEAF background

This text has white color on #B5CEAF background.