COLOR #BEDBA7

HEX: #BEDBA7 RGB: (190,219,167)

Color info

#BEDBA7 contains red, green and blue colors in about the same proportion. Web safe color of #BEDBA7 is #CCCC99 (or #CC9).

RGB color model

#BEDBA7 color RGB value is (190,219,167).

RGB: (190,219,167) (75%, 86%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 167 of 255 = 65%

190
219
167

R + G + B ~ 75%. #BEDBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 219 + 167 = 576 (100%)
R 190 of 576 ~ 32.99%
G 219 of 576 ~ 38.02%
B 167 of 576 ~ 28.99'%

%32.99
%38.02
%28.99

CMYK color model

#BEDBA7 color CMYK value is (13,0,24,14).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 14.12%

CMYK: (13,0,24,14)
C13M0Y24K14 (13%, 0%, 24%, 14%)
(0.13 / 0.00 / 0.24 / 0.14)

CMYK percentages

%13.24
%0
%23.74
%14.12

Codes

Color #BEDBA7 in popluar color models

BE DB A7
RGB 190 219 167
HSL 93° 41.94% 75.69%
HSB/HSV 93° 23.74% 85.88%
CMYK 13.24% 0.00% 23.74%
14.12%

Color #BEDBA7 in popluar number systems.

HEX BE DB A7
Decimal 190 219 167
Binary 10111110 11011011 10100111
Octal 276 333 247

Shades and tints

Shades of #BEDBA7

#BEDBA7
(190,219,167)
#ADC898
(173,200,152)
#9CB589
(156,181,137)
#8BA27A
(139,162,122)
#7A8F6B
(122,143,107)
#697C5C
(105,124,92)
#58694D
(88,105,77)
#47563E
(71,86,62)
#36432F
(54,67,47)
#253020
(37,48,32)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #BEDBA7

#BEDBA7
(190,219,167)
#C3DEAF
(195,222,175)
#C8E1B7
(200,225,183)
#CDE4BF
(205,228,191)
#D2E7C7
(210,231,199)
#D7EACF
(215,234,207)
#DCEDD7
(220,237,215)
#E1F0DF
(225,240,223)
#E6F3E7
(230,243,231)
#EBF6EF
(235,246,239)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDBA7 color. Also use rgb(190,219,167) instead hex code.

Text Font Color

.myTextColor { color: #BEDBA7; }

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

This text font color is #BEDBA7.

Background Color

.myBgColor { background-color: #BEDBA7; }

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

This div background color is #BEDBA7.

Border color

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

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

This div border color is #BEDBA7.

Opacity

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

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

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

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

This text has shadow with #BEDBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDBA7.

Preview

Color preview on black background

This text has color #BEDBA7 on black background.


Color preview on white background

This text has color #BEDBA7 on white background.


Black color preview on #BEDBA7 background

This text has black color on #BEDBA7 background.


White color preview on #BEDBA7 background

This text has white color on #BEDBA7 background.


Related colors

Complementary color

Complementary color for #hex is #412458.


I love getcolorcode.com

Triadic colors

1 #A7BEDB and #DBA7BE with #BEDBA7 are triadic colors.

2 #A7DBBE and #DBBEA7 with #BEDBA7 are triadic colors.