COLOR #BEDEB5

HEX: #BEDEB5
RGB: (190,222,181)

Color info

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

RGB color model

#BEDEB5 color RGB value is (190,222,181).

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

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 181 of 255 = 71%

190
222
181

R + G + B ~ 78%. #BEDEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 222 + 181 = 593 (100%)
R 190 of 593 ~ 32.04%
G 222 of 593 ~ 37.44%
B 181 of 593 ~ 30.52%

%32.04
%37.44
%30.52

CMYK color model

#BEDEB5 color CMYK value is (14,0,18,13).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 12.94%
CMYK: (14,0,18,13) C14M0Y18K13 (14%,0%,18%,13%) (0.14/0.00/0.18/0.13)

CMYK percentages

%14.41
%0
%18.47
%12.94

Codes

Color #BEDEB5 in popluar color models

BEDEB5
RGB190222181
HSL107°38.32%79.02%
HSB/HSV107°18.47%87.06%
CMYK14.41%0.00%18.47%
12.94%

Color #BEDEB5 in popluar number systems.

HEXBEDEB5
Decimal190222181
Binary101111101101111010110101
Octal276336265

Shades and tints

Shades of #BEDEB5

#BEDEB5
(190,222,181)
#ADCAA5
(173,202,165)
#9CB695
(156,182,149)
#8BA285
(139,162,133)
#7A8E75
(122,142,117)
#697A65
(105,122,101)
#586655
(88,102,85)
#475245
(71,82,69)
#363E35
(54,62,53)
#252A25
(37,42,37)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEDEB5

#BEDEB5
(190,222,181)
#C3E1BB
(195,225,187)
#C8E4C1
(200,228,193)
#CDE7C7
(205,231,199)
#D2EACD
(210,234,205)
#D7EDD3
(215,237,211)
#DCF0D9
(220,240,217)
#E1F3DF
(225,243,223)
#E6F6E5
(230,246,229)
#EBF9EB
(235,249,235)
#F0FCF1
(240,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDEB5; }

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

This text font color is #BEDEB5.


Background Color

.myBgColor { background-color: #BEDEB5; }

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

This div background color is #BEDEB5.


Border color

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

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

This div border color is #BEDEB5.


Opacity

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

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

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

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

This text has shadow with #BEDEB5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEDEB5 on black background.


Color preview on white background

This text has color #BEDEB5 on white background.



Black color preview on #BEDEB5 background

This text has black color on #BEDEB5 background.


White color preview on #BEDEB5 background

This text has white color on #BEDEB5 background.