COLOR #BEE7CB

HEX: #BEE7CB RGB: (190,231,203)

Color info

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

RGB color model

#BEE7CB color RGB value is (190,231,203).

RGB: (190,231,203) (75%, 91%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 231 of 255 = 91%
B 203 of 255 = 80%

190
231
203

R + G + B ~ 82%. #BEE7CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 231 + 203 = 624 (100%)
R 190 of 624 ~ 30.45%
G 231 of 624 ~ 37.02%
B 203 of 624 ~ 32.53'%

%30.45
%37.02
%32.53

CMYK color model

#BEE7CB color CMYK value is (18,0,12,9).

  • cyan value is 17.75%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%

CMYK: (18,0,12,9)
C18M0Y12K9 (18%, 0%, 12%, 9%)
(0.18 / 0.00 / 0.12 / 0.09)

CMYK percentages

%17.75
%0
%12.12
%9.41

Codes

Color #BEE7CB in popluar color models

BE E7 CB
RGB 190 231 203
HSL 139° 46.07% 82.55%
HSB/HSV 139° 17.75% 90.59%
CMYK 17.75% 0.00% 12.12%
9.41%

Color #BEE7CB in popluar number systems.

HEX BE E7 CB
Decimal 190 231 203
Binary 10111110 11100111 11001011
Octal 276 347 313

Shades and tints

Shades of #BEE7CB

#BEE7CB
(190,231,203)
#ADD2B9
(173,210,185)
#9CBDA7
(156,189,167)
#8BA895
(139,168,149)
#7A9383
(122,147,131)
#697E71
(105,126,113)
#58695F
(88,105,95)
#47544D
(71,84,77)
#363F3B
(54,63,59)
#252A29
(37,42,41)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEE7CB

#BEE7CB
(190,231,203)
#C3E9CF
(195,233,207)
#C8EBD3
(200,235,211)
#CDEDD7
(205,237,215)
#D2EFDB
(210,239,219)
#D7F1DF
(215,241,223)
#DCF3E3
(220,243,227)
#E1F5E7
(225,245,231)
#E6F7EB
(230,247,235)
#EBF9EF
(235,249,239)
#F0FBF3
(240,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE7CB color. Also use rgb(190,231,203) instead hex code.

Text Font Color

.myTextColor { color: #BEE7CB; }

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

This text font color is #BEE7CB.

Background Color

.myBgColor { background-color: #BEE7CB; }

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

This div background color is #BEE7CB.

Border color

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

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

This div border color is #BEE7CB.

Opacity

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

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

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

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

This text has shadow with #BEE7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE7CB.

Preview

Color preview on black background

This text has color #BEE7CB on black background.


Color preview on white background

This text has color #BEE7CB on white background.


Black color preview on #BEE7CB background

This text has black color on #BEE7CB background.


White color preview on #BEE7CB background

This text has white color on #BEE7CB background.


Related colors

Complementary color

Complementary color for #hex is #411834.


I love getcolorcode.com

Triadic colors

1 #CBBEE7 and #E7CBBE with #BEE7CB are triadic colors.

2 #CBE7BE and #E7BECB with #BEE7CB are triadic colors.