COLOR #B9EDDD

HEX: #B9EDDD RGB: (185,237,221)

Color info

#B9EDDD contains red, green and blue colors in about the same proportion. Web safe color of #B9EDDD is #CCFFCC (or #CFC).

RGB color model

#B9EDDD color RGB value is (185,237,221).

RGB: (185,237,221) (73%, 93%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 221 of 255 = 87%

185
237
221

R + G + B ~ 84%. #B9EDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 237 + 221 = 643 (100%)
R 185 of 643 ~ 28.77%
G 237 of 643 ~ 36.86%
B 221 of 643 ~ 34.37'%

%28.77
%36.86
%34.37

CMYK color model

#B9EDDD color CMYK value is (22,0,7,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (22,0,7,7)
C22M0Y7K7 (22%, 0%, 7%, 7%)
(0.22 / 0.00 / 0.07 / 0.07)

CMYK percentages

%21.94
%0
%6.75
%7.06

Codes

Color #B9EDDD in popluar color models

B9 ED DD
RGB 185 237 221
HSL 162° 59.09% 82.75%
HSB/HSV 162° 21.94% 92.94%
CMYK 21.94% 0.00% 6.75%
7.06%

Color #B9EDDD in popluar number systems.

HEX B9 ED DD
Decimal 185 237 221
Binary 10111001 11101101 11011101
Octal 271 355 335

Shades and tints

Shades of #B9EDDD

#B9EDDD
(185,237,221)
#A9D8C9
(169,216,201)
#99C3B5
(153,195,181)
#89AEA1
(137,174,161)
#79998D
(121,153,141)
#698479
(105,132,121)
#596F65
(89,111,101)
#495A51
(73,90,81)
#39453D
(57,69,61)
#293029
(41,48,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #B9EDDD

#B9EDDD
(185,237,221)
#BFEEE0
(191,238,224)
#C5EFE3
(197,239,227)
#CBF0E6
(203,240,230)
#D1F1E9
(209,241,233)
#D7F2EC
(215,242,236)
#DDF3EF
(221,243,239)
#E3F4F2
(227,244,242)
#E9F5F5
(233,245,245)
#EFF6F8
(239,246,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EDDD color. Also use rgb(185,237,221) instead hex code.

Text Font Color

.myTextColor { color: #B9EDDD; }

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

This text font color is #B9EDDD.

Background Color

.myBgColor { background-color: #B9EDDD; }

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

This div background color is #B9EDDD.

Border color

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

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

This div border color is #B9EDDD.

Opacity

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

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

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

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

This text has shadow with #B9EDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EDDD.

Preview

Color preview on black background

This text has color #B9EDDD on black background.


Color preview on white background

This text has color #B9EDDD on white background.


Black color preview on #B9EDDD background

This text has black color on #B9EDDD background.


White color preview on #B9EDDD background

This text has white color on #B9EDDD background.


Related colors

Complementary color

Complementary color for #hex is #461222.


I love getcolorcode.com

Triadic colors

1 #DDB9ED and #EDDDB9 with #B9EDDD are triadic colors.

2 #DDEDB9 and #EDB9DD with #B9EDDD are triadic colors.