COLOR #BED4B7

HEX: #BED4B7
RGB: (190,212,183)

Color info

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

RGB color model

#BED4B7 color RGB value is (190,212,183).

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

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 183 of 255 = 72%

190
212
183

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

Portions of RGB colors in percentages

R + G + B =
190 + 212 + 183 = 585 (100%)
R 190 of 585 ~ 32.48%
G 212 of 585 ~ 36.24%
B 183 of 585 ~ 31.28%

%32.48
%36.24
%31.28

CMYK color model

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

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 16.86%
CMYK:
(10,0,14,17)
C10M0Y14K17 
(10%,0%,14%,17%)
(0.10/0.00/0.14/0.17)	

CMYK percentages

%10.38
%0
%13.68
%16.86

Codes

Color #BED4B7 in popluar color models

BED4B7
RGB190212183
HSL106°25.22%77.45%
HSB/HSV106°13.68%83.14%
CMYK10.38%0.00%13.68%
16.86%

Color #BED4B7 in popluar number systems.

HEXBED4B7
Decimal190212183
Binary101111101101010010110111
Octal276324267

Shades and tints

Shades of #BED4B7

#BED4B7
(190,212,183)
#ADC1A7
(173,193,167)
#9CAE97
(156,174,151)
#8B9B87
(139,155,135)
#7A8877
(122,136,119)
#697567
(105,117,103)
#586257
(88,98,87)
#474F47
(71,79,71)
#363C37
(54,60,55)
#252927
(37,41,39)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BED4B7

#BED4B7
(190,212,183)
#C3D7BD
(195,215,189)
#C8DAC3
(200,218,195)
#CDDDC9
(205,221,201)
#D2E0CF
(210,224,207)
#D7E3D5
(215,227,213)
#DCE6DB
(220,230,219)
#E1E9E1
(225,233,225)
#E6ECE7
(230,236,231)
#EBEFED
(235,239,237)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED4B7; }

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

This text font color is #BED4B7.


Background Color

.myBgColor { background-color: #BED4B7; }

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

This div background color is #BED4B7.


Border color

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

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

This div border color is #BED4B7.


Opacity

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

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

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

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

This text has shadow with #BED4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED4B7 on black background.


Color preview on white background

This text has color #BED4B7 on white background.



Black color preview on #BED4B7 background

This text has black color on #BED4B7 background.


White color preview on #BED4B7 background

This text has white color on #BED4B7 background.