COLOR #BEDDD9

HEX: #BEDDD9
RGB: (190,221,217)

Color info

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

RGB color model

#BEDDD9 color RGB value is (190,221,217).

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

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 217 of 255 = 85%

190
221
217

R + G + B ~ 82%. #BEDDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 217 = 628 (100%)
R 190 of 628 ~ 30.25%
G 221 of 628 ~ 35.19%
B 217 of 628 ~ 34.55%

%30.25
%35.19
%34.55

CMYK color model

#BEDDD9 color CMYK value is (14,0,2,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(14,0,2,13)
C14M0Y2K13 
(14%,0%,2%,13%)
(0.14/0.00/0.02/0.13)	

CMYK percentages

%14.03
%0
%1.81
%13.33

Codes

Color #BEDDD9 in popluar color models

BEDDD9
RGB190221217
HSL172°31.31%80.59%
HSB/HSV172°14.03%86.67%
CMYK14.03%0.00%1.81%
13.33%

Color #BEDDD9 in popluar number systems.

HEXBEDDD9
Decimal190221217
Binary101111101101110111011001
Octal276335331

Shades and tints

Shades of #BEDDD9

#BEDDD9
(190,221,217)
#ADC9C6
(173,201,198)
#9CB5B3
(156,181,179)
#8BA1A0
(139,161,160)
#7A8D8D
(122,141,141)
#69797A
(105,121,122)
#586567
(88,101,103)
#475154
(71,81,84)
#363D41
(54,61,65)
#25292E
(37,41,46)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #BEDDD9

#BEDDD9
(190,221,217)
#C3E0DC
(195,224,220)
#C8E3DF
(200,227,223)
#CDE6E2
(205,230,226)
#D2E9E5
(210,233,229)
#D7ECE8
(215,236,232)
#DCEFEB
(220,239,235)
#E1F2EE
(225,242,238)
#E6F5F1
(230,245,241)
#EBF8F4
(235,248,244)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDD9; }

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

This text font color is #BEDDD9.


Background Color

.myBgColor { background-color: #BEDDD9; }

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

This div background color is #BEDDD9.


Border color

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

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

This div border color is #BEDDD9.


Opacity

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

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

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

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

This text has shadow with #BEDDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDDD9 on black background.


Color preview on white background

This text has color #BEDDD9 on white background.



Black color preview on #BEDDD9 background

This text has black color on #BEDDD9 background.


White color preview on #BEDDD9 background

This text has white color on #BEDDD9 background.