COLOR #B1CDAE

HEX: #B1CDAE
RGB: (177,205,174)

Color info

#B1CDAE contains red, green and blue colors in about the same proportion. Web safe color of #B1CDAE is #99CC99 (or #9C9).

RGB color model

#B1CDAE color RGB value is (177,205,174).

  • red value is 177;
  • green value is 205;
  • blue value is 174.
RGB:
(177,205,174)
(69%,80%,68%)

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 174 of 255 = 68%

177
205
174

R + G + B ~ 72%. #B1CDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 205 + 174 = 556 (100%)
R 177 of 556 ~ 31.83%
G 205 of 556 ~ 36.87%
B 174 of 556 ~ 31.29%

%31.83
%36.87
%31.29

CMYK color model

#B1CDAE color CMYK value is (14,0,15,20).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 19.61%
CMYK:
(14,0,15,20)
C14M0Y15K20 
(14%,0%,15%,20%)
(0.14/0.00/0.15/0.20)	

CMYK percentages

%13.66
%0
%15.12
%19.61

Codes

Color #B1CDAE in popluar color models

B1CDAE
RGB177205174
HSL114°23.66%74.31%
HSB/HSV114°15.12%80.39%
CMYK13.66%0.00%15.12%
19.61%

Color #B1CDAE in popluar number systems.

HEXB1CDAE
Decimal177205174
Binary101100011100110110101110
Octal261315256

Shades and tints

Shades of #B1CDAE

#B1CDAE
(177,205,174)
#A1BB9F
(161,187,159)
#91A990
(145,169,144)
#819781
(129,151,129)
#718572
(113,133,114)
#617363
(97,115,99)
#516154
(81,97,84)
#414F45
(65,79,69)
#313D36
(49,61,54)
#212B27
(33,43,39)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #B1CDAE

#B1CDAE
(177,205,174)
#B8D1B5
(184,209,181)
#BFD5BC
(191,213,188)
#C6D9C3
(198,217,195)
#CDDDCA
(205,221,202)
#D4E1D1
(212,225,209)
#DBE5D8
(219,229,216)
#E2E9DF
(226,233,223)
#E9EDE6
(233,237,230)
#F0F1ED
(240,241,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CDAE color. Also use rgb(177,205,174) instead hex code.

Text Font Color

.myTextColor { color: #B1CDAE; }

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

This text font color is #B1CDAE.


Background Color

.myBgColor { background-color: #B1CDAE; }

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

This div background color is #B1CDAE.


Border color

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

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

This div border color is #B1CDAE.


Opacity

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

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

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

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

This text has shadow with #B1CDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CDAE on black background.


Color preview on white background

This text has color #B1CDAE on white background.



Black color preview on #B1CDAE background

This text has black color on #B1CDAE background.


White color preview on #B1CDAE background

This text has white color on #B1CDAE background.