COLOR #BEDEC9

HEX: #BEDEC9
RGB: (190,222,201)

Color info

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

RGB color model

#BEDEC9 color RGB value is (190,222,201).

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

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 201 of 255 = 79%

190
222
201

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

Portions of RGB colors in percentages

R + G + B =
190 + 222 + 201 = 613 (100%)
R 190 of 613 ~ 31%
G 222 of 613 ~ 36.22%
B 201 of 613 ~ 32.79%

%31
%36.22
%32.79

CMYK color model

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

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • 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
%9.46
%12.94

Codes

Color #BEDEC9 in popluar color models

BEDEC9
RGB190222201
HSL141°32.65%80.78%
HSB/HSV141°14.41%87.06%
CMYK14.41%0.00%9.46%
12.94%

Color #BEDEC9 in popluar number systems.

HEXBEDEC9
Decimal190222201
Binary101111101101111011001001
Octal276336311

Shades and tints

Shades of #BEDEC9

#BEDEC9
(190,222,201)
#ADCAB7
(173,202,183)
#9CB6A5
(156,182,165)
#8BA293
(139,162,147)
#7A8E81
(122,142,129)
#697A6F
(105,122,111)
#58665D
(88,102,93)
#47524B
(71,82,75)
#363E39
(54,62,57)
#252A27
(37,42,39)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEDEC9

#BEDEC9
(190,222,201)
#C3E1CD
(195,225,205)
#C8E4D1
(200,228,209)
#CDE7D5
(205,231,213)
#D2EAD9
(210,234,217)
#D7EDDD
(215,237,221)
#DCF0E1
(220,240,225)
#E1F3E5
(225,243,229)
#E6F6E9
(230,246,233)
#EBF9ED
(235,249,237)
#F0FCF1
(240,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDEC9; }

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

This text font color is #BEDEC9.


Background Color

.myBgColor { background-color: #BEDEC9; }

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

This div background color is #BEDEC9.


Border color

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

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

This div border color is #BEDEC9.


Opacity

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

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

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

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

This text has shadow with #BEDEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDEC9 on black background.


Color preview on white background

This text has color #BEDEC9 on white background.



Black color preview on #BEDEC9 background

This text has black color on #BEDEC9 background.


White color preview on #BEDEC9 background

This text has white color on #BEDEC9 background.