COLOR #BEDECB

HEX: #BEDECB
RGB: (190,222,203)

Color info

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

RGB color model

#BEDECB color RGB value is (190,222,203).

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

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 203 of 255 = 80%

190
222
203

R + G + B ~ 81%. #BEDECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 222 + 203 = 615 (100%)
R 190 of 615 ~ 30.89%
G 222 of 615 ~ 36.1%
B 203 of 615 ~ 33.01%

%30.89
%36.1
%33.01

CMYK color model

#BEDECB color CMYK value is (14,0,9,13).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 12.94%
CMYK:
(14,0,9,13)
C14M0Y9K13 
(14%,0%,9%,13%)
(0.14/0.00/0.09/0.13)	

CMYK percentages

%14.41
%0
%8.56
%12.94

Codes

Color #BEDECB in popluar color models

BEDECB
RGB190222203
HSL144°32.65%80.78%
HSB/HSV144°14.41%87.06%
CMYK14.41%0.00%8.56%
12.94%

Color #BEDECB in popluar number systems.

HEXBEDECB
Decimal190222203
Binary101111101101111011001011
Octal276336313

Shades and tints

Shades of #BEDECB

#BEDECB
(190,222,203)
#ADCAB9
(173,202,185)
#9CB6A7
(156,182,167)
#8BA295
(139,162,149)
#7A8E83
(122,142,131)
#697A71
(105,122,113)
#58665F
(88,102,95)
#47524D
(71,82,77)
#363E3B
(54,62,59)
#252A29
(37,42,41)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BEDECB

#BEDECB
(190,222,203)
#C3E1CF
(195,225,207)
#C8E4D3
(200,228,211)
#CDE7D7
(205,231,215)
#D2EADB
(210,234,219)
#D7EDDF
(215,237,223)
#DCF0E3
(220,240,227)
#E1F3E7
(225,243,231)
#E6F6EB
(230,246,235)
#EBF9EF
(235,249,239)
#F0FCF3
(240,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDECB; }

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

This text font color is #BEDECB.


Background Color

.myBgColor { background-color: #BEDECB; }

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

This div background color is #BEDECB.


Border color

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

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

This div border color is #BEDECB.


Opacity

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

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

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

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

This text has shadow with #BEDECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDECB on black background.


Color preview on white background

This text has color #BEDECB on white background.



Black color preview on #BEDECB background

This text has black color on #BEDECB background.


White color preview on #BEDECB background

This text has white color on #BEDECB background.