COLOR #BEE3D7

HEX: #BEE3D7
RGB: (190,227,215)

Color info

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

RGB color model

#BEE3D7 color RGB value is (190,227,215).

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

RGB channels and saturation

R 190 of 255 = 75%
G 227 of 255 = 89%
B 215 of 255 = 84%

190
227
215

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

Portions of RGB colors in percentages

R + G + B =
190 + 227 + 215 = 632 (100%)
R 190 of 632 ~ 30.06%
G 227 of 632 ~ 35.92%
B 215 of 632 ~ 34.02%

%30.06
%35.92
%34.02

CMYK color model

#BEE3D7 color CMYK value is (16,0,5,11).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • key color value is 10.98%
CMYK:
(16,0,5,11)
C16M0Y5K11 
(16%,0%,5%,11%)
(0.16/0.00/0.05/0.11)	

CMYK percentages

%16.3
%0
%5.29
%10.98

Codes

Color #BEE3D7 in popluar color models

BEE3D7
RGB190227215
HSL161°39.78%81.76%
HSB/HSV161°16.30%89.02%
CMYK16.30%0.00%5.29%
10.98%

Color #BEE3D7 in popluar number systems.

HEXBEE3D7
Decimal190227215
Binary101111101110001111010111
Octal276343327

Shades and tints

Shades of #BEE3D7

#BEE3D7
(190,227,215)
#ADCFC4
(173,207,196)
#9CBBB1
(156,187,177)
#8BA79E
(139,167,158)
#7A938B
(122,147,139)
#697F78
(105,127,120)
#586B65
(88,107,101)
#475752
(71,87,82)
#36433F
(54,67,63)
#252F2C
(37,47,44)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #BEE3D7

#BEE3D7
(190,227,215)
#C3E5DA
(195,229,218)
#C8E7DD
(200,231,221)
#CDE9E0
(205,233,224)
#D2EBE3
(210,235,227)
#D7EDE6
(215,237,230)
#DCEFE9
(220,239,233)
#E1F1EC
(225,241,236)
#E6F3EF
(230,243,239)
#EBF5F2
(235,245,242)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE3D7; }

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

This text font color is #BEE3D7.


Background Color

.myBgColor { background-color: #BEE3D7; }

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

This div background color is #BEE3D7.


Border color

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

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

This div border color is #BEE3D7.


Opacity

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

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

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

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

This text has shadow with #BEE3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE3D7 on black background.


Color preview on white background

This text has color #BEE3D7 on white background.



Black color preview on #BEE3D7 background

This text has black color on #BEE3D7 background.


White color preview on #BEE3D7 background

This text has white color on #BEE3D7 background.