COLOR #BED3BE

HEX: #BED3BE
RGB: (190,211,190)

Color info

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

RGB color model

#BED3BE color RGB value is (190,211,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 211 of 255 = 83%
B 190 of 255 = 75%

190
211
190

R + G + B ~ 78%. #BED3BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 190 = 591 (100%)
R 190 of 591 ~ 32.15%
G 211 of 591 ~ 35.7%
B 190 of 591 ~ 32.15%

%32.15
%35.7
%32.15

CMYK color model

#BED3BE color CMYK value is (10,0,10,17).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK:
(10,0,10,17)
C10M0Y10K17 
(10%,0%,10%,17%)
(0.10/0.00/0.10/0.17)	

CMYK percentages

%9.95
%0
%9.95
%17.25

Codes

Color #BED3BE in popluar color models

BED3BE
RGB190211190
HSL120°19.27%78.63%
HSB/HSV120°9.95%82.75%
CMYK9.95%0.00%9.95%
17.25%

Color #BED3BE in popluar number systems.

HEXBED3BE
Decimal190211190
Binary101111101101001110111110
Octal276323276

Shades and tints

Shades of #BED3BE

#BED3BE
(190,211,190)
#ADC0AD
(173,192,173)
#9CAD9C
(156,173,156)
#8B9A8B
(139,154,139)
#7A877A
(122,135,122)
#697469
(105,116,105)
#586158
(88,97,88)
#474E47
(71,78,71)
#363B36
(54,59,54)
#252825
(37,40,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BED3BE

#BED3BE
(190,211,190)
#C3D7C3
(195,215,195)
#C8DBC8
(200,219,200)
#CDDFCD
(205,223,205)
#D2E3D2
(210,227,210)
#D7E7D7
(215,231,215)
#DCEBDC
(220,235,220)
#E1EFE1
(225,239,225)
#E6F3E6
(230,243,230)
#EBF7EB
(235,247,235)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED3BE; }

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

This text font color is #BED3BE.


Background Color

.myBgColor { background-color: #BED3BE; }

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

This div background color is #BED3BE.


Border color

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

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

This div border color is #BED3BE.


Opacity

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

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

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

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

This text has shadow with #BED3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3BE on black background.


Color preview on white background

This text has color #BED3BE on white background.



Black color preview on #BED3BE background

This text has black color on #BED3BE background.


White color preview on #BED3BE background

This text has white color on #BED3BE background.