COLOR #BED5CD

HEX: #BED5CD
RGB: (190,213,205)

Color info

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

RGB color model

#BED5CD color RGB value is (190,213,205).

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

RGB channels and saturation

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

190
213
205

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

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 205 = 608 (100%)
R 190 of 608 ~ 31.25%
G 213 of 608 ~ 35.03%
B 205 of 608 ~ 33.72%

%31.25
%35.03
%33.72

CMYK color model

#BED5CD color CMYK value is (11,0,4,16).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 16.47%
CMYK:
(11,0,4,16)
C11M0Y4K16 
(11%,0%,4%,16%)
(0.11/0.00/0.04/0.16)	

CMYK percentages

%10.8
%0
%3.76
%16.47

Codes

Color #BED5CD in popluar color models

BED5CD
RGB190213205
HSL159°21.50%79.02%
HSB/HSV159°10.80%83.53%
CMYK10.80%0.00%3.76%
16.47%

Color #BED5CD in popluar number systems.

HEXBED5CD
Decimal190213205
Binary101111101101010111001101
Octal276325315

Shades and tints

Shades of #BED5CD

#BED5CD
(190,213,205)
#ADC2BB
(173,194,187)
#9CAFA9
(156,175,169)
#8B9C97
(139,156,151)
#7A8985
(122,137,133)
#697673
(105,118,115)
#586361
(88,99,97)
#47504F
(71,80,79)
#363D3D
(54,61,61)
#252A2B
(37,42,43)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #BED5CD

#BED5CD
(190,213,205)
#C3D8D1
(195,216,209)
#C8DBD5
(200,219,213)
#CDDED9
(205,222,217)
#D2E1DD
(210,225,221)
#D7E4E1
(215,228,225)
#DCE7E5
(220,231,229)
#E1EAE9
(225,234,233)
#E6EDED
(230,237,237)
#EBF0F1
(235,240,241)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED5CD; }

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

This text font color is #BED5CD.


Background Color

.myBgColor { background-color: #BED5CD; }

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

This div background color is #BED5CD.


Border color

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

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

This div border color is #BED5CD.


Opacity

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

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

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

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

This text has shadow with #BED5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED5CD on black background.


Color preview on white background

This text has color #BED5CD on white background.



Black color preview on #BED5CD background

This text has black color on #BED5CD background.


White color preview on #BED5CD background

This text has white color on #BED5CD background.