COLOR #B1CDC4

HEX: #B1CDC4 RGB: (177,205,196)

Color info

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

RGB color model

#B1CDC4 color RGB value is (177,205,196).

RGB: (177,205,196) (69%, 80%, 77%)

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 196 of 255 = 77%

177
205
196

R + G + B ~ 75%. #B1CDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 205 + 196 = 578 (100%)
R 177 of 578 ~ 30.62%
G 205 of 578 ~ 35.47%
B 196 of 578 ~ 33.91'%

%30.62
%35.47
%33.91

CMYK color model

#B1CDC4 color CMYK value is (14,0,4,20).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 19.61%

CMYK: (14,0,4,20)
C14M0Y4K20 (14%, 0%, 4%, 20%)
(0.14 / 0.00 / 0.04 / 0.20)

CMYK percentages

%13.66
%0
%4.39
%19.61

Codes

Color #B1CDC4 in popluar color models

B1 CD C4
RGB 177 205 196
HSL 161° 21.88% 74.90%
HSB/HSV 161° 13.66% 80.39%
CMYK 13.66% 0.00% 4.39%
19.61%

Color #B1CDC4 in popluar number systems.

HEX B1 CD C4
Decimal 177 205 196
Binary 10110001 11001101 11000100
Octal 261 315 304

Shades and tints

Shades of #B1CDC4

#B1CDC4
(177,205,196)
#A1BBB3
(161,187,179)
#91A9A2
(145,169,162)
#819791
(129,151,145)
#718580
(113,133,128)
#61736F
(97,115,111)
#51615E
(81,97,94)
#414F4D
(65,79,77)
#313D3C
(49,61,60)
#212B2B
(33,43,43)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #B1CDC4

#B1CDC4
(177,205,196)
#B8D1C9
(184,209,201)
#BFD5CE
(191,213,206)
#C6D9D3
(198,217,211)
#CDDDD8
(205,221,216)
#D4E1DD
(212,225,221)
#DBE5E2
(219,229,226)
#E2E9E7
(226,233,231)
#E9EDEC
(233,237,236)
#F0F1F1
(240,241,241)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CDC4; }

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

This text font color is #B1CDC4.

Background Color

.myBgColor { background-color: #B1CDC4; }

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

This div background color is #B1CDC4.

Border color

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

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

This div border color is #B1CDC4.

Opacity

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

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

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

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

This text has shadow with #B1CDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CDC4.

Preview

Color preview on black background

This text has color #B1CDC4 on black background.


Color preview on white background

This text has color #B1CDC4 on white background.


Black color preview on #B1CDC4 background

This text has black color on #B1CDC4 background.


White color preview on #B1CDC4 background

This text has white color on #B1CDC4 background.


Related colors

Complementary color

Complementary color for #hex is #4E323B.


I love getcolorcode.com

Triadic colors

1 #C4B1CD and #CDC4B1 with #B1CDC4 are triadic colors.

2 #C4CDB1 and #CDB1C4 with #B1CDC4 are triadic colors.