COLOR #BEDFDF

HEX: #BEDFDF
RGB: (190,223,223)

Color info

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

RGB color model

#BEDFDF color RGB value is (190,223,223).

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

RGB channels and saturation

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

190
223
223

R + G + B ~ 83%. #BEDFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 223 + 223 = 636 (100%)
R 190 of 636 ~ 29.87%
G 223 of 636 ~ 35.06%
B 223 of 636 ~ 35.06%

%29.87
%35.06
%35.06

CMYK color model

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

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

CMYK percentages

%14.8
%0
%0
%12.55

Codes

Color #BEDFDF in popluar color models

BEDFDF
RGB190223223
HSL180°34.02%80.98%
HSB/HSV180°14.80%87.45%
CMYK14.80%0.00%0.00%
12.55%

Color #BEDFDF in popluar number systems.

HEXBEDFDF
Decimal190223223
Binary101111101101111111011111
Octal276337337

Shades and tints

Shades of #BEDFDF

#BEDFDF
(190,223,223)
#ADCBCB
(173,203,203)
#9CB7B7
(156,183,183)
#8BA3A3
(139,163,163)
#7A8F8F
(122,143,143)
#697B7B
(105,123,123)
#586767
(88,103,103)
#475353
(71,83,83)
#363F3F
(54,63,63)
#252B2B
(37,43,43)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #BEDFDF

#BEDFDF
(190,223,223)
#C3E1E1
(195,225,225)
#C8E3E3
(200,227,227)
#CDE5E5
(205,229,229)
#D2E7E7
(210,231,231)
#D7E9E9
(215,233,233)
#DCEBEB
(220,235,235)
#E1EDED
(225,237,237)
#E6EFEF
(230,239,239)
#EBF1F1
(235,241,241)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFDF; }

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

This text font color is #BEDFDF.


Background Color

.myBgColor { background-color: #BEDFDF; }

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

This div background color is #BEDFDF.


Border color

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

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

This div border color is #BEDFDF.


Opacity

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

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

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

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

This text has shadow with #BEDFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDFDF on black background.


Color preview on white background

This text has color #BEDFDF on white background.



Black color preview on #BEDFDF background

This text has black color on #BEDFDF background.


White color preview on #BEDFDF background

This text has white color on #BEDFDF background.