COLOR #BEDFD6

HEX: #BEDFD6 RGB: (190,223,214)

Color info

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

RGB color model

#BEDFD6 color RGB value is (190,223,214).

RGB: (190,223,214) (75%, 87%, 84%)

RGB channels and saturation

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

190
223
214

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

Portions of RGB colors in percentages

R + G + B = 190 + 223 + 214 = 627 (100%)
R 190 of 627 ~ 30.3%
G 223 of 627 ~ 35.57%
B 214 of 627 ~ 34.13'%

%30.3
%35.57
%34.13

CMYK color model

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

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 12.55%

CMYK: (15,0,4,13)
C15M0Y4K13 (15%, 0%, 4%, 13%)
(0.15 / 0.00 / 0.04 / 0.13)

CMYK percentages

%14.8
%0
%4.04
%12.55

Codes

Color #BEDFD6 in popluar color models

BE DF D6
RGB 190 223 214
HSL 164° 34.02% 80.98%
HSB/HSV 164° 14.80% 87.45%
CMYK 14.80% 0.00% 4.04%
12.55%

Color #BEDFD6 in popluar number systems.

HEX BE DF D6
Decimal 190 223 214
Binary 10111110 11011111 11010110
Octal 276 337 326

Shades and tints

Shades of #BEDFD6

#BEDFD6
(190,223,214)
#ADCBC3
(173,203,195)
#9CB7B0
(156,183,176)
#8BA39D
(139,163,157)
#7A8F8A
(122,143,138)
#697B77
(105,123,119)
#586764
(88,103,100)
#475351
(71,83,81)
#363F3E
(54,63,62)
#252B2B
(37,43,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEDFD6

#BEDFD6
(190,223,214)
#C3E1D9
(195,225,217)
#C8E3DC
(200,227,220)
#CDE5DF
(205,229,223)
#D2E7E2
(210,231,226)
#D7E9E5
(215,233,229)
#DCEBE8
(220,235,232)
#E1EDEB
(225,237,235)
#E6EFEE
(230,239,238)
#EBF1F1
(235,241,241)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFD6; }

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

This text font color is #BEDFD6.

Background Color

.myBgColor { background-color: #BEDFD6; }

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

This div background color is #BEDFD6.

Border color

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

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

This div border color is #BEDFD6.

Opacity

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

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

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

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

This text has shadow with #BEDFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDFD6.

Preview

Color preview on black background

This text has color #BEDFD6 on black background.


Color preview on white background

This text has color #BEDFD6 on white background.


Black color preview on #BEDFD6 background

This text has black color on #BEDFD6 background.


White color preview on #BEDFD6 background

This text has white color on #BEDFD6 background.


Related colors

Complementary color

Complementary color for #hex is #412029.


I love getcolorcode.com

Triadic colors

1 #D6BEDF and #DFD6BE with #BEDFD6 are triadic colors.

2 #D6DFBE and #DFBED6 with #BEDFD6 are triadic colors.