COLOR #BEE9C5

HEX: #BEE9C5 RGB: (190,233,197)

Color info

#BEE9C5 contains red, green and blue colors in about the same proportion. Web safe color of #BEE9C5 is #CCFFCC (or #CFC).

RGB color model

#BEE9C5 color RGB value is (190,233,197).

RGB: (190,233,197) (75%, 91%, 77%)

RGB channels and saturation

R 190 of 255 = 75%
G 233 of 255 = 91%
B 197 of 255 = 77%

190
233
197

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

Portions of RGB colors in percentages

R + G + B = 190 + 233 + 197 = 620 (100%)
R 190 of 620 ~ 30.65%
G 233 of 620 ~ 37.58%
B 197 of 620 ~ 31.77'%

%30.65
%37.58
%31.77

CMYK color model

#BEE9C5 color CMYK value is (18,0,15,9).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 8.63%

CMYK: (18,0,15,9)
C18M0Y15K9 (18%, 0%, 15%, 9%)
(0.18 / 0.00 / 0.15 / 0.09)

CMYK percentages

%18.45
%0
%15.45
%8.63

Codes

Color #BEE9C5 in popluar color models

BE E9 C5
RGB 190 233 197
HSL 130° 49.43% 82.94%
HSB/HSV 130° 18.45% 91.37%
CMYK 18.45% 0.00% 15.45%
8.63%

Color #BEE9C5 in popluar number systems.

HEX BE E9 C5
Decimal 190 233 197
Binary 10111110 11101001 11000101
Octal 276 351 305

Shades and tints

Shades of #BEE9C5

#BEE9C5
(190,233,197)
#ADD4B4
(173,212,180)
#9CBFA3
(156,191,163)
#8BAA92
(139,170,146)
#7A9581
(122,149,129)
#698070
(105,128,112)
#586B5F
(88,107,95)
#47564E
(71,86,78)
#36413D
(54,65,61)
#252C2C
(37,44,44)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #BEE9C5

#BEE9C5
(190,233,197)
#C3EBCA
(195,235,202)
#C8EDCF
(200,237,207)
#CDEFD4
(205,239,212)
#D2F1D9
(210,241,217)
#D7F3DE
(215,243,222)
#DCF5E3
(220,245,227)
#E1F7E8
(225,247,232)
#E6F9ED
(230,249,237)
#EBFBF2
(235,251,242)
#F0FDF7
(240,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE9C5 color. Also use rgb(190,233,197) instead hex code.

Text Font Color

.myTextColor { color: #BEE9C5; }

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

This text font color is #BEE9C5.

Background Color

.myBgColor { background-color: #BEE9C5; }

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

This div background color is #BEE9C5.

Border color

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

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

This div border color is #BEE9C5.

Opacity

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

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

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

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

This text has shadow with #BEE9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE9C5.

Preview

Color preview on black background

This text has color #BEE9C5 on black background.


Color preview on white background

This text has color #BEE9C5 on white background.


Black color preview on #BEE9C5 background

This text has black color on #BEE9C5 background.


White color preview on #BEE9C5 background

This text has white color on #BEE9C5 background.


Related colors

Complementary color

Complementary color for #hex is #41163A.


I love getcolorcode.com

Triadic colors

1 #C5BEE9 and #E9C5BE with #BEE9C5 are triadic colors.

2 #C5E9BE and #E9BEC5 with #BEE9C5 are triadic colors.