COLOR #BEE2DE

HEX: #BEE2DE RGB: (190,226,222)

Color info

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

RGB color model

#BEE2DE color RGB value is (190,226,222).

RGB: (190,226,222) (75%, 89%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 222 of 255 = 87%

190
226
222

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

Portions of RGB colors in percentages

R + G + B = 190 + 226 + 222 = 638 (100%)
R 190 of 638 ~ 29.78%
G 226 of 638 ~ 35.42%
B 222 of 638 ~ 34.8'%

%29.78
%35.42
%34.8

CMYK color model

#BEE2DE color CMYK value is (16,0,2,11).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%

CMYK: (16,0,2,11)
C16M0Y2K11 (16%, 0%, 2%, 11%)
(0.16 / 0.00 / 0.02 / 0.11)

CMYK percentages

%15.93
%0
%1.77
%11.37

Codes

Color #BEE2DE in popluar color models

BE E2 DE
RGB 190 226 222
HSL 173° 38.30% 81.57%
HSB/HSV 173° 15.93% 88.63%
CMYK 15.93% 0.00% 1.77%
11.37%

Color #BEE2DE in popluar number systems.

HEX BE E2 DE
Decimal 190 226 222
Binary 10111110 11100010 11011110
Octal 276 342 336

Shades and tints

Shades of #BEE2DE

#BEE2DE
(190,226,222)
#ADCECA
(173,206,202)
#9CBAB6
(156,186,182)
#8BA6A2
(139,166,162)
#7A928E
(122,146,142)
#697E7A
(105,126,122)
#586A66
(88,106,102)
#475652
(71,86,82)
#36423E
(54,66,62)
#252E2A
(37,46,42)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #BEE2DE

#BEE2DE
(190,226,222)
#C3E4E1
(195,228,225)
#C8E6E4
(200,230,228)
#CDE8E7
(205,232,231)
#D2EAEA
(210,234,234)
#D7ECED
(215,236,237)
#DCEEF0
(220,238,240)
#E1F0F3
(225,240,243)
#E6F2F6
(230,242,246)
#EBF4F9
(235,244,249)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE2DE color. Also use rgb(190,226,222) instead hex code.

Text Font Color

.myTextColor { color: #BEE2DE; }

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

This text font color is #BEE2DE.

Background Color

.myBgColor { background-color: #BEE2DE; }

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

This div background color is #BEE2DE.

Border color

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

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

This div border color is #BEE2DE.

Opacity

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

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

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

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

This text has shadow with #BEE2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE2DE.

Preview

Color preview on black background

This text has color #BEE2DE on black background.


Color preview on white background

This text has color #BEE2DE on white background.


Black color preview on #BEE2DE background

This text has black color on #BEE2DE background.


White color preview on #BEE2DE background

This text has white color on #BEE2DE background.


Related colors

Complementary color

Complementary color for #hex is #411D21.


I love getcolorcode.com

Triadic colors

1 #DEBEE2 and #E2DEBE with #BEE2DE are triadic colors.

2 #DEE2BE and #E2BEDE with #BEE2DE are triadic colors.