COLOR #BED3BF

HEX: #BED3BF
RGB: (190,211,191)

Color info

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

RGB color model

#BED3BF color RGB value is (190,211,191).

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

RGB channels and saturation

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

190
211
191

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

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 191 = 592 (100%)
R 190 of 592 ~ 32.09%
G 211 of 592 ~ 35.64%
B 191 of 592 ~ 32.26%

%32.09
%35.64
%32.26

CMYK color model

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

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

CMYK percentages

%9.95
%0
%9.48
%17.25

Codes

Color #BED3BF in popluar color models

BED3BF
RGB190211191
HSL123°19.27%78.63%
HSB/HSV123°9.95%82.75%
CMYK9.95%0.00%9.48%
17.25%

Color #BED3BF in popluar number systems.

HEXBED3BF
Decimal190211191
Binary101111101101001110111111
Octal276323277

Shades and tints

Shades of #BED3BF

#BED3BF
(190,211,191)
#ADC0AE
(173,192,174)
#9CAD9D
(156,173,157)
#8B9A8C
(139,154,140)
#7A877B
(122,135,123)
#69746A
(105,116,106)
#586159
(88,97,89)
#474E48
(71,78,72)
#363B37
(54,59,55)
#252826
(37,40,38)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BED3BF

#BED3BF
(190,211,191)
#C3D7C4
(195,215,196)
#C8DBC9
(200,219,201)
#CDDFCE
(205,223,206)
#D2E3D3
(210,227,211)
#D7E7D8
(215,231,216)
#DCEBDD
(220,235,221)
#E1EFE2
(225,239,226)
#E6F3E7
(230,243,231)
#EBF7EC
(235,247,236)
#F0FBF1
(240,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED3BF; }

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

This text font color is #BED3BF.


Background Color

.myBgColor { background-color: #BED3BF; }

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

This div background color is #BED3BF.


Border color

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

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

This div border color is #BED3BF.


Opacity

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

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

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

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

This text has shadow with #BED3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3BF on black background.


Color preview on white background

This text has color #BED3BF on white background.



Black color preview on #BED3BF background

This text has black color on #BED3BF background.


White color preview on #BED3BF background

This text has white color on #BED3BF background.