COLOR #BED1BE

HEX: #BED1BE
RGB: (190,209,190)

Color info

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

RGB color model

#BED1BE color RGB value is (190,209,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 190 of 255 = 75%

190
209
190

R + G + B ~ 77%. #BED1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 190 = 589 (100%)
R 190 of 589 ~ 32.26%
G 209 of 589 ~ 35.48%
B 190 of 589 ~ 32.26%

%32.26
%35.48
%32.26

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(9,0,9,18)
C9M0Y9K18 
(9%,0%,9%,18%)
(0.09/0.00/0.09/0.18)	

CMYK percentages

%9.09
%0
%9.09
%18.04

Codes

Color #BED1BE in popluar color models

BED1BE
RGB190209190
HSL120°17.12%78.24%
HSB/HSV120°9.09%81.96%
CMYK9.09%0.00%9.09%
18.04%

Color #BED1BE in popluar number systems.

HEXBED1BE
Decimal190209190
Binary101111101101000110111110
Octal276321276

Shades and tints

Shades of #BED1BE

#BED1BE
(190,209,190)
#ADBEAD
(173,190,173)
#9CAB9C
(156,171,156)
#8B988B
(139,152,139)
#7A857A
(122,133,122)
#697269
(105,114,105)
#585F58
(88,95,88)
#474C47
(71,76,71)
#363936
(54,57,54)
#252625
(37,38,37)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #BED1BE

#BED1BE
(190,209,190)
#C3D5C3
(195,213,195)
#C8D9C8
(200,217,200)
#CDDDCD
(205,221,205)
#D2E1D2
(210,225,210)
#D7E5D7
(215,229,215)
#DCE9DC
(220,233,220)
#E1EDE1
(225,237,225)
#E6F1E6
(230,241,230)
#EBF5EB
(235,245,235)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED1BE; }

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

This text font color is #BED1BE.


Background Color

.myBgColor { background-color: #BED1BE; }

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

This div background color is #BED1BE.


Border color

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

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

This div border color is #BED1BE.


Opacity

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

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

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

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

This text has shadow with #BED1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1BE on black background.


Color preview on white background

This text has color #BED1BE on white background.



Black color preview on #BED1BE background

This text has black color on #BED1BE background.


White color preview on #BED1BE background

This text has white color on #BED1BE background.