COLOR #BEE3DC

HEX: #BEE3DC
RGB: (190,227,220)

Color info

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

RGB color model

#BEE3DC color RGB value is (190,227,220).

  • red value is 190;
  • green value is 227;
  • blue value is 220.
RGB:
(190,227,220)
(75%,89%,86%)

RGB channels and saturation

R 190 of 255 = 75%
G 227 of 255 = 89%
B 220 of 255 = 86%

190
227
220

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

Portions of RGB colors in percentages

R + G + B =
190 + 227 + 220 = 637 (100%)
R 190 of 637 ~ 29.83%
G 227 of 637 ~ 35.64%
B 220 of 637 ~ 34.54%

%29.83
%35.64
%34.54

CMYK color model

#BEE3DC color CMYK value is (16,0,3,11).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(16,0,3,11)
C16M0Y3K11 
(16%,0%,3%,11%)
(0.16/0.00/0.03/0.11)	

CMYK percentages

%16.3
%0
%3.08
%10.98

Codes

Color #BEE3DC in popluar color models

BEE3DC
RGB190227220
HSL169°39.78%81.76%
HSB/HSV169°16.30%89.02%
CMYK16.30%0.00%3.08%
10.98%

Color #BEE3DC in popluar number systems.

HEXBEE3DC
Decimal190227220
Binary101111101110001111011100
Octal276343334

Shades and tints

Shades of #BEE3DC

#BEE3DC
(190,227,220)
#ADCFC8
(173,207,200)
#9CBBB4
(156,187,180)
#8BA7A0
(139,167,160)
#7A938C
(122,147,140)
#697F78
(105,127,120)
#586B64
(88,107,100)
#475750
(71,87,80)
#36433C
(54,67,60)
#252F28
(37,47,40)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #BEE3DC

#BEE3DC
(190,227,220)
#C3E5DF
(195,229,223)
#C8E7E2
(200,231,226)
#CDE9E5
(205,233,229)
#D2EBE8
(210,235,232)
#D7EDEB
(215,237,235)
#DCEFEE
(220,239,238)
#E1F1F1
(225,241,241)
#E6F3F4
(230,243,244)
#EBF5F7
(235,245,247)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE3DC color. Also use rgb(190,227,220) instead hex code.

Text Font Color

.myTextColor { color: #BEE3DC; }

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

This text font color is #BEE3DC.


Background Color

.myBgColor { background-color: #BEE3DC; }

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

This div background color is #BEE3DC.


Border color

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

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

This div border color is #BEE3DC.


Opacity

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

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

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

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

This text has shadow with #BEE3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE3DC on black background.


Color preview on white background

This text has color #BEE3DC on white background.



Black color preview on #BEE3DC background

This text has black color on #BEE3DC background.


White color preview on #BEE3DC background

This text has white color on #BEE3DC background.