COLOR #BEEDCB

HEX: #BEEDCB
RGB: (190,237,203)

Color info

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

RGB color model

#BEEDCB color RGB value is (190,237,203).

  • red value is 190;
  • green value is 237;
  • blue value is 203.
RGB:
(190,237,203)
(75%,93%,80%)

RGB channels and saturation

R 190 of 255 = 75%
G 237 of 255 = 93%
B 203 of 255 = 80%

190
237
203

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

Portions of RGB colors in percentages

R + G + B =
190 + 237 + 203 = 630 (100%)
R 190 of 630 ~ 30.16%
G 237 of 630 ~ 37.62%
B 203 of 630 ~ 32.22%

%30.16
%37.62
%32.22

CMYK color model

#BEEDCB color CMYK value is (20,0,14,7).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(20,0,14,7)
C20M0Y14K7 
(20%,0%,14%,7%)
(0.20/0.00/0.14/0.07)	

CMYK percentages

%19.83
%0
%14.35
%7.06

Codes

Color #BEEDCB in popluar color models

BEEDCB
RGB190237203
HSL137°56.63%83.73%
HSB/HSV137°19.83%92.94%
CMYK19.83%0.00%14.35%
7.06%

Color #BEEDCB in popluar number systems.

HEXBEEDCB
Decimal190237203
Binary101111101110110111001011
Octal276355313

Shades and tints

Shades of #BEEDCB

#BEEDCB
(190,237,203)
#ADD8B9
(173,216,185)
#9CC3A7
(156,195,167)
#8BAE95
(139,174,149)
#7A9983
(122,153,131)
#698471
(105,132,113)
#586F5F
(88,111,95)
#475A4D
(71,90,77)
#36453B
(54,69,59)
#253029
(37,48,41)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #BEEDCB

#BEEDCB
(190,237,203)
#C3EECF
(195,238,207)
#C8EFD3
(200,239,211)
#CDF0D7
(205,240,215)
#D2F1DB
(210,241,219)
#D7F2DF
(215,242,223)
#DCF3E3
(220,243,227)
#E1F4E7
(225,244,231)
#E6F5EB
(230,245,235)
#EBF6EF
(235,246,239)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEDCB; }

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

This text font color is #BEEDCB.


Background Color

.myBgColor { background-color: #BEEDCB; }

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

This div background color is #BEEDCB.


Border color

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

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

This div border color is #BEEDCB.


Opacity

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

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

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

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

This text has shadow with #BEEDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEDCB on black background.


Color preview on white background

This text has color #BEEDCB on white background.



Black color preview on #BEEDCB background

This text has black color on #BEEDCB background.


White color preview on #BEEDCB background

This text has white color on #BEEDCB background.