COLOR #BED7CD

HEX: #BED7CD
RGB: (190,215,205)

Color info

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

RGB color model

#BED7CD color RGB value is (190,215,205).

  • red value is 190;
  • green value is 215;
  • blue value is 205.
RGB:
(190,215,205)
(75%,84%,80%)

RGB channels and saturation

R 190 of 255 = 75%
G 215 of 255 = 84%
B 205 of 255 = 80%

190
215
205

R + G + B ~ 80%. #BED7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 215 + 205 = 610 (100%)
R 190 of 610 ~ 31.15%
G 215 of 610 ~ 35.25%
B 205 of 610 ~ 33.61%

%31.15
%35.25
%33.61

CMYK color model

#BED7CD color CMYK value is (12,0,5,16).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 15.69%
CMYK:
(12,0,5,16)
C12M0Y5K16 
(12%,0%,5%,16%)
(0.12/0.00/0.05/0.16)	

CMYK percentages

%11.63
%0
%4.65
%15.69

Codes

Color #BED7CD in popluar color models

BED7CD
RGB190215205
HSL156°23.81%79.41%
HSB/HSV156°11.63%84.31%
CMYK11.63%0.00%4.65%
15.69%

Color #BED7CD in popluar number systems.

HEXBED7CD
Decimal190215205
Binary101111101101011111001101
Octal276327315

Shades and tints

Shades of #BED7CD

#BED7CD
(190,215,205)
#ADC4BB
(173,196,187)
#9CB1A9
(156,177,169)
#8B9E97
(139,158,151)
#7A8B85
(122,139,133)
#697873
(105,120,115)
#586561
(88,101,97)
#47524F
(71,82,79)
#363F3D
(54,63,61)
#252C2B
(37,44,43)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BED7CD

#BED7CD
(190,215,205)
#C3DAD1
(195,218,209)
#C8DDD5
(200,221,213)
#CDE0D9
(205,224,217)
#D2E3DD
(210,227,221)
#D7E6E1
(215,230,225)
#DCE9E5
(220,233,229)
#E1ECE9
(225,236,233)
#E6EFED
(230,239,237)
#EBF2F1
(235,242,241)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED7CD color. Also use rgb(190,215,205) instead hex code.

Text Font Color

.myTextColor { color: #BED7CD; }

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

This text font color is #BED7CD.


Background Color

.myBgColor { background-color: #BED7CD; }

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

This div background color is #BED7CD.


Border color

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

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

This div border color is #BED7CD.


Opacity

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

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

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

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

This text has shadow with #BED7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED7CD on black background.


Color preview on white background

This text has color #BED7CD on white background.



Black color preview on #BED7CD background

This text has black color on #BED7CD background.


White color preview on #BED7CD background

This text has white color on #BED7CD background.