COLOR #BEE6C9

HEX: #BEE6C9
RGB: (190,230,201)

Color info

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

RGB color model

#BEE6C9 color RGB value is (190,230,201).

  • red value is 190;
  • green value is 230;
  • blue value is 201.
RGB:
(190,230,201)
(75%,90%,79%)

RGB channels and saturation

R 190 of 255 = 75%
G 230 of 255 = 90%
B 201 of 255 = 79%

190
230
201

R + G + B ~ 81%. #BEE6C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 230 + 201 = 621 (100%)
R 190 of 621 ~ 30.6%
G 230 of 621 ~ 37.04%
B 201 of 621 ~ 32.37%

%30.6
%37.04
%32.37

CMYK color model

#BEE6C9 color CMYK value is (17,0,13,10).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 9.80%
CMYK:
(17,0,13,10)
C17M0Y13K10 
(17%,0%,13%,10%)
(0.17/0.00/0.13/0.10)	

CMYK percentages

%17.39
%0
%12.61
%9.8

Codes

Color #BEE6C9 in popluar color models

BEE6C9
RGB190230201
HSL137°44.44%82.35%
HSB/HSV137°17.39%90.20%
CMYK17.39%0.00%12.61%
9.80%

Color #BEE6C9 in popluar number systems.

HEXBEE6C9
Decimal190230201
Binary101111101110011011001001
Octal276346311

Shades and tints

Shades of #BEE6C9

#BEE6C9
(190,230,201)
#ADD2B7
(173,210,183)
#9CBEA5
(156,190,165)
#8BAA93
(139,170,147)
#7A9681
(122,150,129)
#69826F
(105,130,111)
#586E5D
(88,110,93)
#475A4B
(71,90,75)
#364639
(54,70,57)
#253227
(37,50,39)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #BEE6C9

#BEE6C9
(190,230,201)
#C3E8CD
(195,232,205)
#C8EAD1
(200,234,209)
#CDECD5
(205,236,213)
#D2EED9
(210,238,217)
#D7F0DD
(215,240,221)
#DCF2E1
(220,242,225)
#E1F4E5
(225,244,229)
#E6F6E9
(230,246,233)
#EBF8ED
(235,248,237)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE6C9 color. Also use rgb(190,230,201) instead hex code.

Text Font Color

.myTextColor { color: #BEE6C9; }

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

This text font color is #BEE6C9.


Background Color

.myBgColor { background-color: #BEE6C9; }

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

This div background color is #BEE6C9.


Border color

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

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

This div border color is #BEE6C9.


Opacity

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

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

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

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

This text has shadow with #BEE6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE6C9 on black background.


Color preview on white background

This text has color #BEE6C9 on white background.



Black color preview on #BEE6C9 background

This text has black color on #BEE6C9 background.


White color preview on #BEE6C9 background

This text has white color on #BEE6C9 background.