COLOR #BEDFCF

HEX: #BEDFCF
RGB: (190,223,207)

Color info

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

RGB color model

#BEDFCF color RGB value is (190,223,207).

  • red value is 190;
  • green value is 223;
  • blue value is 207.
RGB:
(190,223,207)
(75%,87%,81%)

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 207 of 255 = 81%

190
223
207

R + G + B ~ 81%. #BEDFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 223 + 207 = 620 (100%)
R 190 of 620 ~ 30.65%
G 223 of 620 ~ 35.97%
B 207 of 620 ~ 33.39%

%30.65
%35.97
%33.39

CMYK color model

#BEDFCF color CMYK value is (15,0,7,13).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 12.55%
CMYK:
(15,0,7,13)
C15M0Y7K13 
(15%,0%,7%,13%)
(0.15/0.00/0.07/0.13)	

CMYK percentages

%14.8
%0
%7.17
%12.55

Codes

Color #BEDFCF in popluar color models

BEDFCF
RGB190223207
HSL151°34.02%80.98%
HSB/HSV151°14.80%87.45%
CMYK14.80%0.00%7.17%
12.55%

Color #BEDFCF in popluar number systems.

HEXBEDFCF
Decimal190223207
Binary101111101101111111001111
Octal276337317

Shades and tints

Shades of #BEDFCF

#BEDFCF
(190,223,207)
#ADCBBD
(173,203,189)
#9CB7AB
(156,183,171)
#8BA399
(139,163,153)
#7A8F87
(122,143,135)
#697B75
(105,123,117)
#586763
(88,103,99)
#475351
(71,83,81)
#363F3F
(54,63,63)
#252B2D
(37,43,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #BEDFCF

#BEDFCF
(190,223,207)
#C3E1D3
(195,225,211)
#C8E3D7
(200,227,215)
#CDE5DB
(205,229,219)
#D2E7DF
(210,231,223)
#D7E9E3
(215,233,227)
#DCEBE7
(220,235,231)
#E1EDEB
(225,237,235)
#E6EFEF
(230,239,239)
#EBF1F3
(235,241,243)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDFCF color. Also use rgb(190,223,207) instead hex code.

Text Font Color

.myTextColor { color: #BEDFCF; }

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

This text font color is #BEDFCF.


Background Color

.myBgColor { background-color: #BEDFCF; }

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

This div background color is #BEDFCF.


Border color

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

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

This div border color is #BEDFCF.


Opacity

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

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

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

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

This text has shadow with #BEDFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDFCF on black background.


Color preview on white background

This text has color #BEDFCF on white background.



Black color preview on #BEDFCF background

This text has black color on #BEDFCF background.


White color preview on #BEDFCF background

This text has white color on #BEDFCF background.