COLOR #BEDDC6

HEX: #BEDDC6
RGB: (190,221,198)

Color info

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

RGB color model

#BEDDC6 color RGB value is (190,221,198).

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

RGB channels and saturation

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

190
221
198

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

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 198 = 609 (100%)
R 190 of 609 ~ 31.2%
G 221 of 609 ~ 36.29%
B 198 of 609 ~ 32.51%

%31.2
%36.29
%32.51

CMYK color model

#BEDDC6 color CMYK value is (14,0,10,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(14,0,10,13)
C14M0Y10K13 
(14%,0%,10%,13%)
(0.14/0.00/0.10/0.13)	

CMYK percentages

%14.03
%0
%10.41
%13.33

Codes

Color #BEDDC6 in popluar color models

BEDDC6
RGB190221198
HSL135°31.31%80.59%
HSB/HSV135°14.03%86.67%
CMYK14.03%0.00%10.41%
13.33%

Color #BEDDC6 in popluar number systems.

HEXBEDDC6
Decimal190221198
Binary101111101101110111000110
Octal276335306

Shades and tints

Shades of #BEDDC6

#BEDDC6
(190,221,198)
#ADC9B4
(173,201,180)
#9CB5A2
(156,181,162)
#8BA190
(139,161,144)
#7A8D7E
(122,141,126)
#69796C
(105,121,108)
#58655A
(88,101,90)
#475148
(71,81,72)
#363D36
(54,61,54)
#252924
(37,41,36)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #BEDDC6

#BEDDC6
(190,221,198)
#C3E0CB
(195,224,203)
#C8E3D0
(200,227,208)
#CDE6D5
(205,230,213)
#D2E9DA
(210,233,218)
#D7ECDF
(215,236,223)
#DCEFE4
(220,239,228)
#E1F2E9
(225,242,233)
#E6F5EE
(230,245,238)
#EBF8F3
(235,248,243)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDC6; }

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

This text font color is #BEDDC6.


Background Color

.myBgColor { background-color: #BEDDC6; }

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

This div background color is #BEDDC6.


Border color

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

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

This div border color is #BEDDC6.


Opacity

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

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

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

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

This text has shadow with #BEDDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDDC6 on black background.


Color preview on white background

This text has color #BEDDC6 on white background.



Black color preview on #BEDDC6 background

This text has black color on #BEDDC6 background.


White color preview on #BEDDC6 background

This text has white color on #BEDDC6 background.