COLOR #BEE0DE

HEX: #BEE0DE
RGB: (190,224,222)

Color info

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

RGB color model

#BEE0DE color RGB value is (190,224,222).

  • red value is 190;
  • green value is 224;
  • blue value is 222.
RGB:
(190,224,222)
(75%,88%,87%)

RGB channels and saturation

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

190
224
222

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

Portions of RGB colors in percentages

R + G + B =
190 + 224 + 222 = 636 (100%)
R 190 of 636 ~ 29.87%
G 224 of 636 ~ 35.22%
B 222 of 636 ~ 34.91%

%29.87
%35.22
%34.91

CMYK color model

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

  • cyan value is 15.18%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • 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
%0.89
%12.16

Codes

Color #BEE0DE in popluar color models

BEE0DE
RGB190224222
HSL176°35.42%81.18%
HSB/HSV176°15.18%87.84%
CMYK15.18%0.00%0.89%
12.16%

Color #BEE0DE in popluar number systems.

HEXBEE0DE
Decimal190224222
Binary101111101110000011011110
Octal276340336

Shades and tints

Shades of #BEE0DE

#BEE0DE
(190,224,222)
#ADCCCA
(173,204,202)
#9CB8B6
(156,184,182)
#8BA4A2
(139,164,162)
#7A908E
(122,144,142)
#697C7A
(105,124,122)
#586866
(88,104,102)
#475452
(71,84,82)
#36403E
(54,64,62)
#252C2A
(37,44,42)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #BEE0DE

#BEE0DE
(190,224,222)
#C3E2E1
(195,226,225)
#C8E4E4
(200,228,228)
#CDE6E7
(205,230,231)
#D2E8EA
(210,232,234)
#D7EAED
(215,234,237)
#DCECF0
(220,236,240)
#E1EEF3
(225,238,243)
#E6F0F6
(230,240,246)
#EBF2F9
(235,242,249)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE0DE; }

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

This text font color is #BEE0DE.


Background Color

.myBgColor { background-color: #BEE0DE; }

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

This div background color is #BEE0DE.


Border color

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

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

This div border color is #BEE0DE.


Opacity

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

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

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

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

This text has shadow with #BEE0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE0DE on black background.


Color preview on white background

This text has color #BEE0DE on white background.



Black color preview on #BEE0DE background

This text has black color on #BEE0DE background.


White color preview on #BEE0DE background

This text has white color on #BEE0DE background.