COLOR #BED7CA

HEX: #BED7CA
RGB: (190,215,202)

Color info

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

RGB color model

#BED7CA color RGB value is (190,215,202).

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

RGB channels and saturation

R 190 of 255 = 75%
G 215 of 255 = 84%
B 202 of 255 = 79%

190
215
202

R + G + B ~ 79%. #BED7CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 215 + 202 = 607 (100%)
R 190 of 607 ~ 31.3%
G 215 of 607 ~ 35.42%
B 202 of 607 ~ 33.28%

%31.3
%35.42
%33.28

CMYK color model

#BED7CA color CMYK value is (12,0,6,16).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(12,0,6,16)
C12M0Y6K16 
(12%,0%,6%,16%)
(0.12/0.00/0.06/0.16)	

CMYK percentages

%11.63
%0
%6.05
%15.69

Codes

Color #BED7CA in popluar color models

BED7CA
RGB190215202
HSL149°23.81%79.41%
HSB/HSV149°11.63%84.31%
CMYK11.63%0.00%6.05%
15.69%

Color #BED7CA in popluar number systems.

HEXBED7CA
Decimal190215202
Binary101111101101011111001010
Octal276327312

Shades and tints

Shades of #BED7CA

#BED7CA
(190,215,202)
#ADC4B8
(173,196,184)
#9CB1A6
(156,177,166)
#8B9E94
(139,158,148)
#7A8B82
(122,139,130)
#697870
(105,120,112)
#58655E
(88,101,94)
#47524C
(71,82,76)
#363F3A
(54,63,58)
#252C28
(37,44,40)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BED7CA

#BED7CA
(190,215,202)
#C3DACE
(195,218,206)
#C8DDD2
(200,221,210)
#CDE0D6
(205,224,214)
#D2E3DA
(210,227,218)
#D7E6DE
(215,230,222)
#DCE9E2
(220,233,226)
#E1ECE6
(225,236,230)
#E6EFEA
(230,239,234)
#EBF2EE
(235,242,238)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED7CA; }

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

This text font color is #BED7CA.


Background Color

.myBgColor { background-color: #BED7CA; }

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

This div background color is #BED7CA.


Border color

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

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

This div border color is #BED7CA.


Opacity

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

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

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

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

This text has shadow with #BED7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED7CA on black background.


Color preview on white background

This text has color #BED7CA on white background.



Black color preview on #BED7CA background

This text has black color on #BED7CA background.


White color preview on #BED7CA background

This text has white color on #BED7CA background.