COLOR #BED3B2

HEX: #BED3B2
RGB: (190,211,178)

Color info

#BED3B2 contains red, green and blue colors in about the same proportion. Web safe color of #BED3B2 is #CCCC99 (or #CC9).

RGB color model

#BED3B2 color RGB value is (190,211,178).

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

RGB channels and saturation

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

190
211
178

R + G + B ~ 76%. #BED3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 178 = 579 (100%)
R 190 of 579 ~ 32.82%
G 211 of 579 ~ 36.44%
B 178 of 579 ~ 30.74%

%32.82
%36.44
%30.74

CMYK color model

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

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

CMYK percentages

%9.95
%0
%15.64
%17.25

Codes

Color #BED3B2 in popluar color models

BED3B2
RGB190211178
HSL98°27.27%76.27%
HSB/HSV98°15.64%82.75%
CMYK9.95%0.00%15.64%
17.25%

Color #BED3B2 in popluar number systems.

HEXBED3B2
Decimal190211178
Binary101111101101001110110010
Octal276323262

Shades and tints

Shades of #BED3B2

#BED3B2
(190,211,178)
#ADC0A2
(173,192,162)
#9CAD92
(156,173,146)
#8B9A82
(139,154,130)
#7A8772
(122,135,114)
#697462
(105,116,98)
#586152
(88,97,82)
#474E42
(71,78,66)
#363B32
(54,59,50)
#252822
(37,40,34)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #BED3B2

#BED3B2
(190,211,178)
#C3D7B9
(195,215,185)
#C8DBC0
(200,219,192)
#CDDFC7
(205,223,199)
#D2E3CE
(210,227,206)
#D7E7D5
(215,231,213)
#DCEBDC
(220,235,220)
#E1EFE3
(225,239,227)
#E6F3EA
(230,243,234)
#EBF7F1
(235,247,241)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED3B2; }

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

This text font color is #BED3B2.


Background Color

.myBgColor { background-color: #BED3B2; }

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

This div background color is #BED3B2.


Border color

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

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

This div border color is #BED3B2.


Opacity

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

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

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

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

This text has shadow with #BED3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3B2 on black background.


Color preview on white background

This text has color #BED3B2 on white background.



Black color preview on #BED3B2 background

This text has black color on #BED3B2 background.


White color preview on #BED3B2 background

This text has white color on #BED3B2 background.