COLOR #B1CBAD

HEX: #B1CBAD RGB: (177,203,173)

Color info

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

RGB color model

#B1CBAD color RGB value is (177,203,173).

RGB: (177,203,173) (69%, 80%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 203 of 255 = 80%
B 173 of 255 = 68%

177
203
173

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

Portions of RGB colors in percentages

R + G + B = 177 + 203 + 173 = 553 (100%)
R 177 of 553 ~ 32.01%
G 203 of 553 ~ 36.71%
B 173 of 553 ~ 31.28'%

%32.01
%36.71
%31.28

CMYK color model

#B1CBAD color CMYK value is (13,0,15,20).

  • cyan value is 12.81%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 20.39%

CMYK: (13,0,15,20)
C13M0Y15K20 (13%, 0%, 15%, 20%)
(0.13 / 0.00 / 0.15 / 0.20)

CMYK percentages

%12.81
%0
%14.78
%20.39

Codes

Color #B1CBAD in popluar color models

B1 CB AD
RGB 177 203 173
HSL 112° 22.39% 73.73%
HSB/HSV 112° 14.78% 79.61%
CMYK 12.81% 0.00% 14.78%
20.39%

Color #B1CBAD in popluar number systems.

HEX B1 CB AD
Decimal 177 203 173
Binary 10110001 11001011 10101101
Octal 261 313 255

Shades and tints

Shades of #B1CBAD

#B1CBAD
(177,203,173)
#A1B99E
(161,185,158)
#91A78F
(145,167,143)
#819580
(129,149,128)
#718371
(113,131,113)
#617162
(97,113,98)
#515F53
(81,95,83)
#414D44
(65,77,68)
#313B35
(49,59,53)
#212926
(33,41,38)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #B1CBAD

#B1CBAD
(177,203,173)
#B8CFB4
(184,207,180)
#BFD3BB
(191,211,187)
#C6D7C2
(198,215,194)
#CDDBC9
(205,219,201)
#D4DFD0
(212,223,208)
#DBE3D7
(219,227,215)
#E2E7DE
(226,231,222)
#E9EBE5
(233,235,229)
#F0EFEC
(240,239,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CBAD color. Also use rgb(177,203,173) instead hex code.

Text Font Color

.myTextColor { color: #B1CBAD; }

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

This text font color is #B1CBAD.

Background Color

.myBgColor { background-color: #B1CBAD; }

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

This div background color is #B1CBAD.

Border color

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

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

This div border color is #B1CBAD.

Opacity

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

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

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

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

This text has shadow with #B1CBAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CBAD.

Preview

Color preview on black background

This text has color #B1CBAD on black background.


Color preview on white background

This text has color #B1CBAD on white background.


Black color preview on #B1CBAD background

This text has black color on #B1CBAD background.


White color preview on #B1CBAD background

This text has white color on #B1CBAD background.


Related colors

Complementary color

Complementary color for #hex is #4E3452.


I love getcolorcode.com

Triadic colors

1 #ADB1CB and #CBADB1 with #B1CBAD are triadic colors.

2 #ADCBB1 and #CBB1AD with #B1CBAD are triadic colors.