COLOR #BEE1DE

HEX: #BEE1DE
RGB: (190,225,222)

Color info

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

RGB color model

#BEE1DE color RGB value is (190,225,222).

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

RGB channels and saturation

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

190
225
222

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

Portions of RGB colors in percentages

R + G + B =
190 + 225 + 222 = 637 (100%)
R 190 of 637 ~ 29.83%
G 225 of 637 ~ 35.32%
B 222 of 637 ~ 34.85%

%29.83
%35.32
%34.85

CMYK color model

#BEE1DE color CMYK value is (16,0,1,12).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.76%
CMYK:
(16,0,1,12)
C16M0Y1K12 
(16%,0%,1%,12%)
(0.16/0.00/0.01/0.12)	

CMYK percentages

%15.56
%0
%1.33
%11.76

Codes

Color #BEE1DE in popluar color models

BEE1DE
RGB190225222
HSL175°36.84%81.37%
HSB/HSV175°15.56%88.24%
CMYK15.56%0.00%1.33%
11.76%

Color #BEE1DE in popluar number systems.

HEXBEE1DE
Decimal190225222
Binary101111101110000111011110
Octal276341336

Shades and tints

Shades of #BEE1DE

#BEE1DE
(190,225,222)
#ADCDCA
(173,205,202)
#9CB9B6
(156,185,182)
#8BA5A2
(139,165,162)
#7A918E
(122,145,142)
#697D7A
(105,125,122)
#586966
(88,105,102)
#475552
(71,85,82)
#36413E
(54,65,62)
#252D2A
(37,45,42)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BEE1DE

#BEE1DE
(190,225,222)
#C3E3E1
(195,227,225)
#C8E5E4
(200,229,228)
#CDE7E7
(205,231,231)
#D2E9EA
(210,233,234)
#D7EBED
(215,235,237)
#DCEDF0
(220,237,240)
#E1EFF3
(225,239,243)
#E6F1F6
(230,241,246)
#EBF3F9
(235,243,249)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE1DE; }

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

This text font color is #BEE1DE.


Background Color

.myBgColor { background-color: #BEE1DE; }

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

This div background color is #BEE1DE.


Border color

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

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

This div border color is #BEE1DE.


Opacity

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

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

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

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

This text has shadow with #BEE1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE1DE on black background.


Color preview on white background

This text has color #BEE1DE on white background.



Black color preview on #BEE1DE background

This text has black color on #BEE1DE background.


White color preview on #BEE1DE background

This text has white color on #BEE1DE background.