COLOR #BED0B0

HEX: #BED0B0
RGB: (190,208,176)

Color info

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

RGB color model

#BED0B0 color RGB value is (190,208,176).

  • red value is 190;
  • green value is 208;
  • blue value is 176.
RGB:
(190,208,176)
(75%,82%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 208 of 255 = 82%
B 176 of 255 = 69%

190
208
176

R + G + B ~ 75%. #BED0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 208 + 176 = 574 (100%)
R 190 of 574 ~ 33.1%
G 208 of 574 ~ 36.24%
B 176 of 574 ~ 30.66%

%33.1
%36.24
%30.66

CMYK color model

#BED0B0 color CMYK value is (9,0,15,18).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 18.43%
CMYK:
(9,0,15,18)
C9M0Y15K18 
(9%,0%,15%,18%)
(0.09/0.00/0.15/0.18)	

CMYK percentages

%8.65
%0
%15.38
%18.43

Codes

Color #BED0B0 in popluar color models

BED0B0
RGB190208176
HSL94°25.40%75.29%
HSB/HSV94°15.38%81.57%
CMYK8.65%0.00%15.38%
18.43%

Color #BED0B0 in popluar number systems.

HEXBED0B0
Decimal190208176
Binary101111101101000010110000
Octal276320260

Shades and tints

Shades of #BED0B0

#BED0B0
(190,208,176)
#ADBEA0
(173,190,160)
#9CAC90
(156,172,144)
#8B9A80
(139,154,128)
#7A8870
(122,136,112)
#697660
(105,118,96)
#586450
(88,100,80)
#475240
(71,82,64)
#364030
(54,64,48)
#252E20
(37,46,32)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #BED0B0

#BED0B0
(190,208,176)
#C3D4B7
(195,212,183)
#C8D8BE
(200,216,190)
#CDDCC5
(205,220,197)
#D2E0CC
(210,224,204)
#D7E4D3
(215,228,211)
#DCE8DA
(220,232,218)
#E1ECE1
(225,236,225)
#E6F0E8
(230,240,232)
#EBF4EF
(235,244,239)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED0B0 color. Also use rgb(190,208,176) instead hex code.

Text Font Color

.myTextColor { color: #BED0B0; }

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

This text font color is #BED0B0.


Background Color

.myBgColor { background-color: #BED0B0; }

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

This div background color is #BED0B0.


Border color

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

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

This div border color is #BED0B0.


Opacity

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

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

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

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

This text has shadow with #BED0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED0B0 on black background.


Color preview on white background

This text has color #BED0B0 on white background.



Black color preview on #BED0B0 background

This text has black color on #BED0B0 background.


White color preview on #BED0B0 background

This text has white color on #BED0B0 background.