COLOR #BEDBBE

HEX: #BEDBBE
RGB: (190,219,190)

Color info

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

RGB color model

#BEDBBE color RGB value is (190,219,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 190 of 255 = 75%

190
219
190

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

Portions of RGB colors in percentages

R + G + B =
190 + 219 + 190 = 599 (100%)
R 190 of 599 ~ 31.72%
G 219 of 599 ~ 36.56%
B 190 of 599 ~ 31.72%

%31.72
%36.56
%31.72

CMYK color model

#BEDBBE color CMYK value is (13,0,13,14).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(13,0,13,14)
C13M0Y13K14 
(13%,0%,13%,14%)
(0.13/0.00/0.13/0.14)	

CMYK percentages

%13.24
%0
%13.24
%14.12

Codes

Color #BEDBBE in popluar color models

BEDBBE
RGB190219190
HSL120°28.71%80.20%
HSB/HSV120°13.24%85.88%
CMYK13.24%0.00%13.24%
14.12%

Color #BEDBBE in popluar number systems.

HEXBEDBBE
Decimal190219190
Binary101111101101101110111110
Octal276333276

Shades and tints

Shades of #BEDBBE

#BEDBBE
(190,219,190)
#ADC8AD
(173,200,173)
#9CB59C
(156,181,156)
#8BA28B
(139,162,139)
#7A8F7A
(122,143,122)
#697C69
(105,124,105)
#586958
(88,105,88)
#475647
(71,86,71)
#364336
(54,67,54)
#253025
(37,48,37)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #BEDBBE

#BEDBBE
(190,219,190)
#C3DEC3
(195,222,195)
#C8E1C8
(200,225,200)
#CDE4CD
(205,228,205)
#D2E7D2
(210,231,210)
#D7EAD7
(215,234,215)
#DCEDDC
(220,237,220)
#E1F0E1
(225,240,225)
#E6F3E6
(230,243,230)
#EBF6EB
(235,246,235)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDBBE; }

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

This text font color is #BEDBBE.


Background Color

.myBgColor { background-color: #BEDBBE; }

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

This div background color is #BEDBBE.


Border color

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

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

This div border color is #BEDBBE.


Opacity

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

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

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

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

This text has shadow with #BEDBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDBBE on black background.


Color preview on white background

This text has color #BEDBBE on white background.



Black color preview on #BEDBBE background

This text has black color on #BEDBBE background.


White color preview on #BEDBBE background

This text has white color on #BEDBBE background.