COLOR #B1D0CD

HEX: #B1D0CD
RGB: (177,208,205)

Color info

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

RGB color model

#B1D0CD color RGB value is (177,208,205).

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

RGB channels and saturation

R 177 of 255 = 69%
G 208 of 255 = 82%
B 205 of 255 = 80%

177
208
205

R + G + B ~ 77%. #B1D0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 208 + 205 = 590 (100%)
R 177 of 590 ~ 30%
G 208 of 590 ~ 35.25%
B 205 of 590 ~ 34.75%

%30
%35.25
%34.75

CMYK color model

#B1D0CD color CMYK value is (15,0,1,18).

  • cyan value is 14.90%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 18.43%
CMYK:
(15,0,1,18)
C15M0Y1K18 
(15%,0%,1%,18%)
(0.15/0.00/0.01/0.18)	

CMYK percentages

%14.9
%0
%1.44
%18.43

Codes

Color #B1D0CD in popluar color models

B1D0CD
RGB177208205
HSL174°24.80%75.49%
HSB/HSV174°14.90%81.57%
CMYK14.90%0.00%1.44%
18.43%

Color #B1D0CD in popluar number systems.

HEXB1D0CD
Decimal177208205
Binary101100011101000011001101
Octal261320315

Shades and tints

Shades of #B1D0CD

#B1D0CD
(177,208,205)
#A1BEBB
(161,190,187)
#91ACA9
(145,172,169)
#819A97
(129,154,151)
#718885
(113,136,133)
#617673
(97,118,115)
#516461
(81,100,97)
#41524F
(65,82,79)
#31403D
(49,64,61)
#212E2B
(33,46,43)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #B1D0CD

#B1D0CD
(177,208,205)
#B8D4D1
(184,212,209)
#BFD8D5
(191,216,213)
#C6DCD9
(198,220,217)
#CDE0DD
(205,224,221)
#D4E4E1
(212,228,225)
#DBE8E5
(219,232,229)
#E2ECE9
(226,236,233)
#E9F0ED
(233,240,237)
#F0F4F1
(240,244,241)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D0CD; }

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

This text font color is #B1D0CD.


Background Color

.myBgColor { background-color: #B1D0CD; }

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

This div background color is #B1D0CD.


Border color

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

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

This div border color is #B1D0CD.


Opacity

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

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

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

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

This text has shadow with #B1D0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D0CD on black background.


Color preview on white background

This text has color #B1D0CD on white background.



Black color preview on #B1D0CD background

This text has black color on #B1D0CD background.


White color preview on #B1D0CD background

This text has white color on #B1D0CD background.