COLOR #B1CDB3

HEX: #B1CDB3 RGB: (177,205,179)

Color info

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

RGB color model

#B1CDB3 color RGB value is (177,205,179).

RGB: (177,205,179) (69%, 80%, 70%)

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 179 of 255 = 70%

177
205
179

R + G + B ~ 73%. #B1CDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 205 + 179 = 561 (100%)
R 177 of 561 ~ 31.55%
G 205 of 561 ~ 36.54%
B 179 of 561 ~ 31.91'%

%31.55
%36.54
%31.91

CMYK color model

#B1CDB3 color CMYK value is (14,0,13,20).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 19.61%
CMYK: (14,0,13,20) C14M0Y13K20 (14%,0%,13%,20%) (0.14/0.00/0.13/0.20) 

CMYK percentages

%13.66
%0
%12.68
%19.61

Codes

Color #B1CDB3 in popluar color models

B1 CD B3
RGB 177 205 179
HSL 124° 21.88% 74.90%
HSB/HSV 124° 13.66% 80.39%
CMYK 13.66% 0.00% 12.68%
19.61%

Color #B1CDB3 in popluar number systems.

HEX B1 CD B3
Decimal 177 205 179
Binary 10110001 11001101 10110011
Octal 261 315 263

Shades and tints

Shades of #B1CDB3

#B1CDB3
(177,205,179)
#A1BBA3
(161,187,163)
#91A993
(145,169,147)
#819783
(129,151,131)
#718573
(113,133,115)
#617363
(97,115,99)
#516153
(81,97,83)
#414F43
(65,79,67)
#313D33
(49,61,51)
#212B23
(33,43,35)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #B1CDB3

#B1CDB3
(177,205,179)
#B8D1B9
(184,209,185)
#BFD5BF
(191,213,191)
#C6D9C5
(198,217,197)
#CDDDCB
(205,221,203)
#D4E1D1
(212,225,209)
#DBE5D7
(219,229,215)
#E2E9DD
(226,233,221)
#E9EDE3
(233,237,227)
#F0F1E9
(240,241,233)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CDB3; }

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

This text font color is #B1CDB3.

Background Color

.myBgColor { background-color: #B1CDB3; }

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

This div background color is #B1CDB3.

Border color

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

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

This div border color is #B1CDB3.

Opacity

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

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

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

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

This text has shadow with #B1CDB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CDB3.

Preview

Color preview on black background

This text has color #B1CDB3 on black background.


Color preview on white background

This text has color #B1CDB3 on white background.


Black color preview on #B1CDB3 background

This text has black color on #B1CDB3 background.


White color preview on #B1CDB3 background

This text has white color on #B1CDB3 background.


Related colors

Complementary color

Complementary color for #hex is #4E324C.


I love getcolorcode.com

Triadic colors

1 #B3B1CD and #CDB3B1 with #B1CDB3 are triadic colors.

2 #B3CDB1 and #CDB1B3 with #B1CDB3 are triadic colors.