COLOR #BEE0DD

HEX: #BEE0DD RGB: (190,224,221)

Color info

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

RGB color model

#BEE0DD color RGB value is (190,224,221).

RGB: (190,224,221) (75%, 88%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 224 of 255 = 88%
B 221 of 255 = 87%

190
224
221

R + G + B ~ 83%. #BEE0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 224 + 221 = 635 (100%)
R 190 of 635 ~ 29.92%
G 224 of 635 ~ 35.28%
B 221 of 635 ~ 34.8'%

%29.92
%35.28
%34.8

CMYK color model

#BEE0DD color CMYK value is (15,0,1,12).

  • cyan value is 15.18%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 12.16%

CMYK: (15,0,1,12)
C15M0Y1K12 (15%, 0%, 1%, 12%)
(0.15 / 0.00 / 0.01 / 0.12)

CMYK percentages

%15.18
%0
%1.34
%12.16

Codes

Color #BEE0DD in popluar color models

BE E0 DD
RGB 190 224 221
HSL 175° 35.42% 81.18%
HSB/HSV 175° 15.18% 87.84%
CMYK 15.18% 0.00% 1.34%
12.16%

Color #BEE0DD in popluar number systems.

HEX BE E0 DD
Decimal 190 224 221
Binary 10111110 11100000 11011101
Octal 276 340 335

Shades and tints

Shades of #BEE0DD

#BEE0DD
(190,224,221)
#ADCCC9
(173,204,201)
#9CB8B5
(156,184,181)
#8BA4A1
(139,164,161)
#7A908D
(122,144,141)
#697C79
(105,124,121)
#586865
(88,104,101)
#475451
(71,84,81)
#36403D
(54,64,61)
#252C29
(37,44,41)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #BEE0DD

#BEE0DD
(190,224,221)
#C3E2E0
(195,226,224)
#C8E4E3
(200,228,227)
#CDE6E6
(205,230,230)
#D2E8E9
(210,232,233)
#D7EAEC
(215,234,236)
#DCECEF
(220,236,239)
#E1EEF2
(225,238,242)
#E6F0F5
(230,240,245)
#EBF2F8
(235,242,248)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE0DD; }

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

This text font color is #BEE0DD.

Background Color

.myBgColor { background-color: #BEE0DD; }

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

This div background color is #BEE0DD.

Border color

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

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

This div border color is #BEE0DD.

Opacity

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

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

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

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

This text has shadow with #BEE0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE0DD.

Preview

Color preview on black background

This text has color #BEE0DD on black background.


Color preview on white background

This text has color #BEE0DD on white background.


Black color preview on #BEE0DD background

This text has black color on #BEE0DD background.


White color preview on #BEE0DD background

This text has white color on #BEE0DD background.


Related colors

Complementary color

Complementary color for #hex is #411F22.


I love getcolorcode.com

Triadic colors

1 #DDBEE0 and #E0DDBE with #BEE0DD are triadic colors.

2 #DDE0BE and #E0BEDD with #BEE0DD are triadic colors.