COLOR #BEE4D9

HEX: #BEE4D9
RGB: (190,228,217)

Color info

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

RGB color model

#BEE4D9 color RGB value is (190,228,217).

  • red value is 190;
  • green value is 228;
  • blue value is 217.
RGB:
(190,228,217)
(75%,89%,85%)

RGB channels and saturation

R 190 of 255 = 75%
G 228 of 255 = 89%
B 217 of 255 = 85%

190
228
217

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

Portions of RGB colors in percentages

R + G + B =
190 + 228 + 217 = 635 (100%)
R 190 of 635 ~ 29.92%
G 228 of 635 ~ 35.91%
B 217 of 635 ~ 34.17%

%29.92
%35.91
%34.17

CMYK color model

#BEE4D9 color CMYK value is (17,0,5,11).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 10.59%
CMYK:
(17,0,5,11)
C17M0Y5K11 
(17%,0%,5%,11%)
(0.17/0.00/0.05/0.11)	

CMYK percentages

%16.67
%0
%4.82
%10.59

Codes

Color #BEE4D9 in popluar color models

BEE4D9
RGB190228217
HSL163°41.30%81.96%
HSB/HSV163°16.67%89.41%
CMYK16.67%0.00%4.82%
10.59%

Color #BEE4D9 in popluar number systems.

HEXBEE4D9
Decimal190228217
Binary101111101110010011011001
Octal276344331

Shades and tints

Shades of #BEE4D9

#BEE4D9
(190,228,217)
#ADD0C6
(173,208,198)
#9CBCB3
(156,188,179)
#8BA8A0
(139,168,160)
#7A948D
(122,148,141)
#69807A
(105,128,122)
#586C67
(88,108,103)
#475854
(71,88,84)
#364441
(54,68,65)
#25302E
(37,48,46)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #BEE4D9

#BEE4D9
(190,228,217)
#C3E6DC
(195,230,220)
#C8E8DF
(200,232,223)
#CDEAE2
(205,234,226)
#D2ECE5
(210,236,229)
#D7EEE8
(215,238,232)
#DCF0EB
(220,240,235)
#E1F2EE
(225,242,238)
#E6F4F1
(230,244,241)
#EBF6F4
(235,246,244)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE4D9 color. Also use rgb(190,228,217) instead hex code.

Text Font Color

.myTextColor { color: #BEE4D9; }

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

This text font color is #BEE4D9.


Background Color

.myBgColor { background-color: #BEE4D9; }

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

This div background color is #BEE4D9.


Border color

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

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

This div border color is #BEE4D9.


Opacity

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

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

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

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

This text has shadow with #BEE4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE4D9 on black background.


Color preview on white background

This text has color #BEE4D9 on white background.



Black color preview on #BEE4D9 background

This text has black color on #BEE4D9 background.


White color preview on #BEE4D9 background

This text has white color on #BEE4D9 background.