COLOR #BEDAC9

HEX: #BEDAC9
RGB: (190,218,201)

Color info

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

RGB color model

#BEDAC9 color RGB value is (190,218,201).

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

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 201 of 255 = 79%

190
218
201

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

Portions of RGB colors in percentages

R + G + B =
190 + 218 + 201 = 609 (100%)
R 190 of 609 ~ 31.2%
G 218 of 609 ~ 35.8%
B 201 of 609 ~ 33%

%31.2
%35.8
%33

CMYK color model

#BEDAC9 color CMYK value is (13,0,8,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 14.51%
CMYK:
(13,0,8,15)
C13M0Y8K15 
(13%,0%,8%,15%)
(0.13/0.00/0.08/0.15)	

CMYK percentages

%12.84
%0
%7.8
%14.51

Codes

Color #BEDAC9 in popluar color models

BEDAC9
RGB190218201
HSL144°27.45%80.00%
HSB/HSV144°12.84%85.49%
CMYK12.84%0.00%7.80%
14.51%

Color #BEDAC9 in popluar number systems.

HEXBEDAC9
Decimal190218201
Binary101111101101101011001001
Octal276332311

Shades and tints

Shades of #BEDAC9

#BEDAC9
(190,218,201)
#ADC7B7
(173,199,183)
#9CB4A5
(156,180,165)
#8BA193
(139,161,147)
#7A8E81
(122,142,129)
#697B6F
(105,123,111)
#58685D
(88,104,93)
#47554B
(71,85,75)
#364239
(54,66,57)
#252F27
(37,47,39)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #BEDAC9

#BEDAC9
(190,218,201)
#C3DDCD
(195,221,205)
#C8E0D1
(200,224,209)
#CDE3D5
(205,227,213)
#D2E6D9
(210,230,217)
#D7E9DD
(215,233,221)
#DCECE1
(220,236,225)
#E1EFE5
(225,239,229)
#E6F2E9
(230,242,233)
#EBF5ED
(235,245,237)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDAC9; }

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

This text font color is #BEDAC9.


Background Color

.myBgColor { background-color: #BEDAC9; }

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

This div background color is #BEDAC9.


Border color

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

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

This div border color is #BEDAC9.


Opacity

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

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

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

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

This text has shadow with #BEDAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDAC9 on black background.


Color preview on white background

This text has color #BEDAC9 on white background.



Black color preview on #BEDAC9 background

This text has black color on #BEDAC9 background.


White color preview on #BEDAC9 background

This text has white color on #BEDAC9 background.