COLOR #BED4B9

HEX: #BED4B9
RGB: (190,212,185)

Color info

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

RGB color model

#BED4B9 color RGB value is (190,212,185).

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

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 185 of 255 = 73%

190
212
185

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

Portions of RGB colors in percentages

R + G + B =
190 + 212 + 185 = 587 (100%)
R 190 of 587 ~ 32.37%
G 212 of 587 ~ 36.12%
B 185 of 587 ~ 31.52%

%32.37
%36.12
%31.52

CMYK color model

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

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 12.74%
  • key color value is 16.86%
CMYK:
(10,0,13,17)
C10M0Y13K17 
(10%,0%,13%,17%)
(0.10/0.00/0.13/0.17)	

CMYK percentages

%10.38
%0
%12.74
%16.86

Codes

Color #BED4B9 in popluar color models

BED4B9
RGB190212185
HSL109°23.89%77.84%
HSB/HSV109°12.74%83.14%
CMYK10.38%0.00%12.74%
16.86%

Color #BED4B9 in popluar number systems.

HEXBED4B9
Decimal190212185
Binary101111101101010010111001
Octal276324271

Shades and tints

Shades of #BED4B9

#BED4B9
(190,212,185)
#ADC1A9
(173,193,169)
#9CAE99
(156,174,153)
#8B9B89
(139,155,137)
#7A8879
(122,136,121)
#697569
(105,117,105)
#586259
(88,98,89)
#474F49
(71,79,73)
#363C39
(54,60,57)
#252929
(37,41,41)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BED4B9

#BED4B9
(190,212,185)
#C3D7BF
(195,215,191)
#C8DAC5
(200,218,197)
#CDDDCB
(205,221,203)
#D2E0D1
(210,224,209)
#D7E3D7
(215,227,215)
#DCE6DD
(220,230,221)
#E1E9E3
(225,233,227)
#E6ECE9
(230,236,233)
#EBEFEF
(235,239,239)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED4B9; }

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

This text font color is #BED4B9.


Background Color

.myBgColor { background-color: #BED4B9; }

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

This div background color is #BED4B9.


Border color

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

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

This div border color is #BED4B9.


Opacity

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

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

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

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

This text has shadow with #BED4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED4B9 on black background.


Color preview on white background

This text has color #BED4B9 on white background.



Black color preview on #BED4B9 background

This text has black color on #BED4B9 background.


White color preview on #BED4B9 background

This text has white color on #BED4B9 background.