COLOR #BEE9DD

HEX: #BEE9DD RGB: (190,233,221)

Color info

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

RGB color model

#BEE9DD color RGB value is (190,233,221).

RGB: (190,233,221) (75%, 91%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 233 of 255 = 91%
B 221 of 255 = 87%

190
233
221

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

Portions of RGB colors in percentages

R + G + B = 190 + 233 + 221 = 644 (100%)
R 190 of 644 ~ 29.5%
G 233 of 644 ~ 36.18%
B 221 of 644 ~ 34.32'%

%29.5
%36.18
%34.32

CMYK color model

#BEE9DD color CMYK value is (18,0,5,9).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%

CMYK: (18,0,5,9)
C18M0Y5K9 (18%, 0%, 5%, 9%)
(0.18 / 0.00 / 0.05 / 0.09)

CMYK percentages

%18.45
%0
%5.15
%8.63

Codes

Color #BEE9DD in popluar color models

BE E9 DD
RGB 190 233 221
HSL 163° 49.43% 82.94%
HSB/HSV 163° 18.45% 91.37%
CMYK 18.45% 0.00% 5.15%
8.63%

Color #BEE9DD in popluar number systems.

HEX BE E9 DD
Decimal 190 233 221
Binary 10111110 11101001 11011101
Octal 276 351 335

Shades and tints

Shades of #BEE9DD

#BEE9DD
(190,233,221)
#ADD4C9
(173,212,201)
#9CBFB5
(156,191,181)
#8BAAA1
(139,170,161)
#7A958D
(122,149,141)
#698079
(105,128,121)
#586B65
(88,107,101)
#475651
(71,86,81)
#36413D
(54,65,61)
#252C29
(37,44,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEE9DD

#BEE9DD
(190,233,221)
#C3EBE0
(195,235,224)
#C8EDE3
(200,237,227)
#CDEFE6
(205,239,230)
#D2F1E9
(210,241,233)
#D7F3EC
(215,243,236)
#DCF5EF
(220,245,239)
#E1F7F2
(225,247,242)
#E6F9F5
(230,249,245)
#EBFBF8
(235,251,248)
#F0FDFB
(240,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE9DD color. Also use rgb(190,233,221) instead hex code.

Text Font Color

.myTextColor { color: #BEE9DD; }

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

This text font color is #BEE9DD.

Background Color

.myBgColor { background-color: #BEE9DD; }

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

This div background color is #BEE9DD.

Border color

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

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

This div border color is #BEE9DD.

Opacity

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

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

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

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

This text has shadow with #BEE9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE9DD.

Preview

Color preview on black background

This text has color #BEE9DD on black background.


Color preview on white background

This text has color #BEE9DD on white background.


Black color preview on #BEE9DD background

This text has black color on #BEE9DD background.


White color preview on #BEE9DD background

This text has white color on #BEE9DD background.


Related colors

Complementary color

Complementary color for #hex is #411622.


I love getcolorcode.com

Triadic colors

1 #DDBEE9 and #E9DDBE with #BEE9DD are triadic colors.

2 #DDE9BE and #E9BEDD with #BEE9DD are triadic colors.