COLOR #B1C5AF

HEX: #B1C5AF RGB: (177,197,175)

Color info

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

RGB color model

#B1C5AF color RGB value is (177,197,175).

RGB: (177,197,175) (69%, 77%, 69%)

RGB channels and saturation

R 177 of 255 = 69%
G 197 of 255 = 77%
B 175 of 255 = 69%

177
197
175

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

Portions of RGB colors in percentages

R + G + B = 177 + 197 + 175 = 549 (100%)
R 177 of 549 ~ 32.24%
G 197 of 549 ~ 35.88%
B 175 of 549 ~ 31.88'%

%32.24
%35.88
%31.88

CMYK color model

#B1C5AF color CMYK value is (10,0,11,23).

  • cyan value is 10.15%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 22.75%

CMYK: (10,0,11,23)
C10M0Y11K23 (10%, 0%, 11%, 23%)
(0.10 / 0.00 / 0.11 / 0.23)

CMYK percentages

%10.15
%0
%11.17
%22.75

Codes

Color #B1C5AF in popluar color models

B1 C5 AF
RGB 177 197 175
HSL 115° 15.94% 72.94%
HSB/HSV 115° 11.17% 77.25%
CMYK 10.15% 0.00% 11.17%
22.75%

Color #B1C5AF in popluar number systems.

HEX B1 C5 AF
Decimal 177 197 175
Binary 10110001 11000101 10101111
Octal 261 305 257

Shades and tints

Shades of #B1C5AF

#B1C5AF
(177,197,175)
#A1B4A0
(161,180,160)
#91A391
(145,163,145)
#819282
(129,146,130)
#718173
(113,129,115)
#617064
(97,112,100)
#515F55
(81,95,85)
#414E46
(65,78,70)
#313D37
(49,61,55)
#212C28
(33,44,40)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #B1C5AF

#B1C5AF
(177,197,175)
#B8CAB6
(184,202,182)
#BFCFBD
(191,207,189)
#C6D4C4
(198,212,196)
#CDD9CB
(205,217,203)
#D4DED2
(212,222,210)
#DBE3D9
(219,227,217)
#E2E8E0
(226,232,224)
#E9EDE7
(233,237,231)
#F0F2EE
(240,242,238)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C5AF color. Also use rgb(177,197,175) instead hex code.

Text Font Color

.myTextColor { color: #B1C5AF; }

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

This text font color is #B1C5AF.

Background Color

.myBgColor { background-color: #B1C5AF; }

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

This div background color is #B1C5AF.

Border color

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

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

This div border color is #B1C5AF.

Opacity

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

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

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

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

This text has shadow with #B1C5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C5AF.

Preview

Color preview on black background

This text has color #B1C5AF on black background.


Color preview on white background

This text has color #B1C5AF on white background.


Black color preview on #B1C5AF background

This text has black color on #B1C5AF background.


White color preview on #B1C5AF background

This text has white color on #B1C5AF background.


Related colors

Complementary color

Complementary color for #hex is #4E3A50.


I love getcolorcode.com

Triadic colors

1 #AFB1C5 and #C5AFB1 with #B1C5AF are triadic colors.

2 #AFC5B1 and #C5B1AF with #B1C5AF are triadic colors.