COLOR #B4CEAF

HEX: #B4CEAF
RGB: (180,206,175)

Color info

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

RGB color model

#B4CEAF color RGB value is (180,206,175).

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

RGB channels and saturation

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

180
206
175

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

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 175 = 561 (100%)
R 180 of 561 ~ 32.09%
G 206 of 561 ~ 36.72%
B 175 of 561 ~ 31.19%

%32.09
%36.72
%31.19

CMYK color model

#B4CEAF color CMYK value is (13,0,15,19).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 19.22%
CMYK:
(13,0,15,19)
C13M0Y15K19 
(13%,0%,15%,19%)
(0.13/0.00/0.15/0.19)	

CMYK percentages

%12.62
%0
%15.05
%19.22

Codes

Color #B4CEAF in popluar color models

B4CEAF
RGB180206175
HSL110°24.03%74.71%
HSB/HSV110°15.05%80.78%
CMYK12.62%0.00%15.05%
19.22%

Color #B4CEAF in popluar number systems.

HEXB4CEAF
Decimal180206175
Binary101101001100111010101111
Octal264316257

Shades and tints

Shades of #B4CEAF

#B4CEAF
(180,206,175)
#A4BCA0
(164,188,160)
#94AA91
(148,170,145)
#849882
(132,152,130)
#748673
(116,134,115)
#647464
(100,116,100)
#546255
(84,98,85)
#445046
(68,80,70)
#343E37
(52,62,55)
#242C28
(36,44,40)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4CEAF

#B4CEAF
(180,206,175)
#BAD2B6
(186,210,182)
#C0D6BD
(192,214,189)
#C6DAC4
(198,218,196)
#CCDECB
(204,222,203)
#D2E2D2
(210,226,210)
#D8E6D9
(216,230,217)
#DEEAE0
(222,234,224)
#E4EEE7
(228,238,231)
#EAF2EE
(234,242,238)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CEAF; }

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

This text font color is #B4CEAF.


Background Color

.myBgColor { background-color: #B4CEAF; }

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

This div background color is #B4CEAF.


Border color

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

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

This div border color is #B4CEAF.


Opacity

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

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

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

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

This text has shadow with #B4CEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEAF on black background.


Color preview on white background

This text has color #B4CEAF on white background.



Black color preview on #B4CEAF background

This text has black color on #B4CEAF background.


White color preview on #B4CEAF background

This text has white color on #B4CEAF background.