COLOR #B9E1CD

HEX: #B9E1CD RGB: (185,225,205)

Color info

#B9E1CD contains red, green and blue colors in about the same proportion. Web safe color of #B9E1CD is #CCCCCC (or #CCC).

RGB color model

#B9E1CD color RGB value is (185,225,205).

RGB: (185,225,205) (73%, 88%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 225 of 255 = 88%
B 205 of 255 = 80%

185
225
205

R + G + B ~ 80%. #B9E1CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 225 + 205 = 615 (100%)
R 185 of 615 ~ 30.08%
G 225 of 615 ~ 36.59%
B 205 of 615 ~ 33.33'%

%30.08
%36.59
%33.33

CMYK color model

#B9E1CD color CMYK value is (18,0,9,12).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 11.76%

CMYK: (18,0,9,12)
C18M0Y9K12 (18%, 0%, 9%, 12%)
(0.18 / 0.00 / 0.09 / 0.12)

CMYK percentages

%17.78
%0
%8.89
%11.76

Codes

Color #B9E1CD in popluar color models

B9 E1 CD
RGB 185 225 205
HSL 150° 40.00% 80.39%
HSB/HSV 150° 17.78% 88.24%
CMYK 17.78% 0.00% 8.89%
11.76%

Color #B9E1CD in popluar number systems.

HEX B9 E1 CD
Decimal 185 225 205
Binary 10111001 11100001 11001101
Octal 271 341 315

Shades and tints

Shades of #B9E1CD

#B9E1CD
(185,225,205)
#A9CDBB
(169,205,187)
#99B9A9
(153,185,169)
#89A597
(137,165,151)
#799185
(121,145,133)
#697D73
(105,125,115)
#596961
(89,105,97)
#49554F
(73,85,79)
#39413D
(57,65,61)
#292D2B
(41,45,43)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #B9E1CD

#B9E1CD
(185,225,205)
#BFE3D1
(191,227,209)
#C5E5D5
(197,229,213)
#CBE7D9
(203,231,217)
#D1E9DD
(209,233,221)
#D7EBE1
(215,235,225)
#DDEDE5
(221,237,229)
#E3EFE9
(227,239,233)
#E9F1ED
(233,241,237)
#EFF3F1
(239,243,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E1CD color. Also use rgb(185,225,205) instead hex code.

Text Font Color

.myTextColor { color: #B9E1CD; }

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

This text font color is #B9E1CD.

Background Color

.myBgColor { background-color: #B9E1CD; }

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

This div background color is #B9E1CD.

Border color

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

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

This div border color is #B9E1CD.

Opacity

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

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

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

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

This text has shadow with #B9E1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E1CD.

Preview

Color preview on black background

This text has color #B9E1CD on black background.


Color preview on white background

This text has color #B9E1CD on white background.


Black color preview on #B9E1CD background

This text has black color on #B9E1CD background.


White color preview on #B9E1CD background

This text has white color on #B9E1CD background.


Related colors

Complementary color

Complementary color for #hex is #461E32.


I love getcolorcode.com

Triadic colors

1 #CDB9E1 and #E1CDB9 with #B9E1CD are triadic colors.

2 #CDE1B9 and #E1B9CD with #B9E1CD are triadic colors.