COLOR #BEDFBE

HEX: #BEDFBE
RGB: (190,223,190)

Color info

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

RGB color model

#BEDFBE color RGB value is (190,223,190).

  • red value is 190;
  • green value is 223;
  • blue value is 190.
RGB:
(190,223,190)
(75%,87%,75%)

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 190 of 255 = 75%

190
223
190

R + G + B ~ 79%. #BEDFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 223 + 190 = 603 (100%)
R 190 of 603 ~ 31.51%
G 223 of 603 ~ 36.98%
B 190 of 603 ~ 31.51%

%31.51
%36.98
%31.51

CMYK color model

#BEDFBE color CMYK value is (15,0,15,13).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(15,0,15,13)
C15M0Y15K13 
(15%,0%,15%,13%)
(0.15/0.00/0.15/0.13)	

CMYK percentages

%14.8
%0
%14.8
%12.55

Codes

Color #BEDFBE in popluar color models

BEDFBE
RGB190223190
HSL120°34.02%80.98%
HSB/HSV120°14.80%87.45%
CMYK14.80%0.00%14.80%
12.55%

Color #BEDFBE in popluar number systems.

HEXBEDFBE
Decimal190223190
Binary101111101101111110111110
Octal276337276

Shades and tints

Shades of #BEDFBE

#BEDFBE
(190,223,190)
#ADCBAD
(173,203,173)
#9CB79C
(156,183,156)
#8BA38B
(139,163,139)
#7A8F7A
(122,143,122)
#697B69
(105,123,105)
#586758
(88,103,88)
#475347
(71,83,71)
#363F36
(54,63,54)
#252B25
(37,43,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BEDFBE

#BEDFBE
(190,223,190)
#C3E1C3
(195,225,195)
#C8E3C8
(200,227,200)
#CDE5CD
(205,229,205)
#D2E7D2
(210,231,210)
#D7E9D7
(215,233,215)
#DCEBDC
(220,235,220)
#E1EDE1
(225,237,225)
#E6EFE6
(230,239,230)
#EBF1EB
(235,241,235)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFBE; }

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

This text font color is #BEDFBE.


Background Color

.myBgColor { background-color: #BEDFBE; }

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

This div background color is #BEDFBE.


Border color

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

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

This div border color is #BEDFBE.


Opacity

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

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

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

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

This text has shadow with #BEDFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDFBE on black background.


Color preview on white background

This text has color #BEDFBE on white background.



Black color preview on #BEDFBE background

This text has black color on #BEDFBE background.


White color preview on #BEDFBE background

This text has white color on #BEDFBE background.