COLOR #BEDFD4

HEX: #BEDFD4
RGB: (190,223,212)

Color info

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

RGB color model

#BEDFD4 color RGB value is (190,223,212).

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

RGB channels and saturation

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

190
223
212

R + G + B ~ 82%. #BEDFD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 223 + 212 = 625 (100%)
R 190 of 625 ~ 30.4%
G 223 of 625 ~ 35.68%
B 212 of 625 ~ 33.92%

%30.4
%35.68
%33.92

CMYK color model

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

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

CMYK percentages

%14.8
%0
%4.93
%12.55

Codes

Color #BEDFD4 in popluar color models

BEDFD4
RGB190223212
HSL160°34.02%80.98%
HSB/HSV160°14.80%87.45%
CMYK14.80%0.00%4.93%
12.55%

Color #BEDFD4 in popluar number systems.

HEXBEDFD4
Decimal190223212
Binary101111101101111111010100
Octal276337324

Shades and tints

Shades of #BEDFD4

#BEDFD4
(190,223,212)
#ADCBC1
(173,203,193)
#9CB7AE
(156,183,174)
#8BA39B
(139,163,155)
#7A8F88
(122,143,136)
#697B75
(105,123,117)
#586762
(88,103,98)
#47534F
(71,83,79)
#363F3C
(54,63,60)
#252B29
(37,43,41)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BEDFD4

#BEDFD4
(190,223,212)
#C3E1D7
(195,225,215)
#C8E3DA
(200,227,218)
#CDE5DD
(205,229,221)
#D2E7E0
(210,231,224)
#D7E9E3
(215,233,227)
#DCEBE6
(220,235,230)
#E1EDE9
(225,237,233)
#E6EFEC
(230,239,236)
#EBF1EF
(235,241,239)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFD4; }

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

This text font color is #BEDFD4.


Background Color

.myBgColor { background-color: #BEDFD4; }

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

This div background color is #BEDFD4.


Border color

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

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

This div border color is #BEDFD4.


Opacity

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

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

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

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

This text has shadow with #BEDFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDFD4 on black background.


Color preview on white background

This text has color #BEDFD4 on white background.



Black color preview on #BEDFD4 background

This text has black color on #BEDFD4 background.


White color preview on #BEDFD4 background

This text has white color on #BEDFD4 background.