COLOR #BEDEC6

HEX: #BEDEC6
RGB: (190,222,198)

Color info

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

RGB color model

#BEDEC6 color RGB value is (190,222,198).

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

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 198 of 255 = 78%

190
222
198

R + G + B ~ 80%. #BEDEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 222 + 198 = 610 (100%)
R 190 of 610 ~ 31.15%
G 222 of 610 ~ 36.39%
B 198 of 610 ~ 32.46%

%31.15
%36.39
%32.46

CMYK color model

#BEDEC6 color CMYK value is (14,0,11,13).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 12.94%
CMYK:
(14,0,11,13)
C14M0Y11K13 
(14%,0%,11%,13%)
(0.14/0.00/0.11/0.13)	

CMYK percentages

%14.41
%0
%10.81
%12.94

Codes

Color #BEDEC6 in popluar color models

BEDEC6
RGB190222198
HSL135°32.65%80.78%
HSB/HSV135°14.41%87.06%
CMYK14.41%0.00%10.81%
12.94%

Color #BEDEC6 in popluar number systems.

HEXBEDEC6
Decimal190222198
Binary101111101101111011000110
Octal276336306

Shades and tints

Shades of #BEDEC6

#BEDEC6
(190,222,198)
#ADCAB4
(173,202,180)
#9CB6A2
(156,182,162)
#8BA290
(139,162,144)
#7A8E7E
(122,142,126)
#697A6C
(105,122,108)
#58665A
(88,102,90)
#475248
(71,82,72)
#363E36
(54,62,54)
#252A24
(37,42,36)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #BEDEC6

#BEDEC6
(190,222,198)
#C3E1CB
(195,225,203)
#C8E4D0
(200,228,208)
#CDE7D5
(205,231,213)
#D2EADA
(210,234,218)
#D7EDDF
(215,237,223)
#DCF0E4
(220,240,228)
#E1F3E9
(225,243,233)
#E6F6EE
(230,246,238)
#EBF9F3
(235,249,243)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDEC6; }

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

This text font color is #BEDEC6.


Background Color

.myBgColor { background-color: #BEDEC6; }

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

This div background color is #BEDEC6.


Border color

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

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

This div border color is #BEDEC6.


Opacity

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

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

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

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

This text has shadow with #BEDEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDEC6 on black background.


Color preview on white background

This text has color #BEDEC6 on white background.



Black color preview on #BEDEC6 background

This text has black color on #BEDEC6 background.


White color preview on #BEDEC6 background

This text has white color on #BEDEC6 background.