COLOR #BED3BA

HEX: #BED3BA
RGB: (190,211,186)

Color info

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

RGB color model

#BED3BA color RGB value is (190,211,186).

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

RGB channels and saturation

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

190
211
186

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

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 186 = 587 (100%)
R 190 of 587 ~ 32.37%
G 211 of 587 ~ 35.95%
B 186 of 587 ~ 31.69%

%32.37
%35.95
%31.69

CMYK color model

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

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

CMYK percentages

%9.95
%0
%11.85
%17.25

Codes

Color #BED3BA in popluar color models

BED3BA
RGB190211186
HSL110°22.12%77.84%
HSB/HSV110°11.85%82.75%
CMYK9.95%0.00%11.85%
17.25%

Color #BED3BA in popluar number systems.

HEXBED3BA
Decimal190211186
Binary101111101101001110111010
Octal276323272

Shades and tints

Shades of #BED3BA

#BED3BA
(190,211,186)
#ADC0AA
(173,192,170)
#9CAD9A
(156,173,154)
#8B9A8A
(139,154,138)
#7A877A
(122,135,122)
#69746A
(105,116,106)
#58615A
(88,97,90)
#474E4A
(71,78,74)
#363B3A
(54,59,58)
#25282A
(37,40,42)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #BED3BA

#BED3BA
(190,211,186)
#C3D7C0
(195,215,192)
#C8DBC6
(200,219,198)
#CDDFCC
(205,223,204)
#D2E3D2
(210,227,210)
#D7E7D8
(215,231,216)
#DCEBDE
(220,235,222)
#E1EFE4
(225,239,228)
#E6F3EA
(230,243,234)
#EBF7F0
(235,247,240)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED3BA; }

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

This text font color is #BED3BA.


Background Color

.myBgColor { background-color: #BED3BA; }

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

This div background color is #BED3BA.


Border color

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

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

This div border color is #BED3BA.


Opacity

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

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

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

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

This text has shadow with #BED3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3BA on black background.


Color preview on white background

This text has color #BED3BA on white background.



Black color preview on #BED3BA background

This text has black color on #BED3BA background.


White color preview on #BED3BA background

This text has white color on #BED3BA background.