COLOR #BED1A7

HEX: #BED1A7 RGB: (190,209,167)

Color info

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

RGB color model

#BED1A7 color RGB value is (190,209,167).

RGB: (190,209,167) (75%, 82%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 167 of 255 = 65%

190
209
167

R + G + B ~ 74%. #BED1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 209 + 167 = 566 (100%)
R 190 of 566 ~ 33.57%
G 209 of 566 ~ 36.93%
B 167 of 566 ~ 29.51'%

%33.57
%36.93
%29.51

CMYK color model

#BED1A7 color CMYK value is (9,0,20,18).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 18.04%
CMYK: (9,0,20,18) C9M0Y20K18 (9%,0%,20%,18%) (0.09/0.00/0.20/0.18) 

CMYK percentages

%9.09
%0
%20.1
%18.04

Codes

Color #BED1A7 in popluar color models

BE D1 A7
RGB 190 209 167
HSL 87° 31.34% 73.73%
HSB/HSV 87° 20.10% 81.96%
CMYK 9.09% 0.00% 20.10%
18.04%

Color #BED1A7 in popluar number systems.

HEX BE D1 A7
Decimal 190 209 167
Binary 10111110 11010001 10100111
Octal 276 321 247

Shades and tints

Shades of #BED1A7

#BED1A7
(190,209,167)
#ADBE98
(173,190,152)
#9CAB89
(156,171,137)
#8B987A
(139,152,122)
#7A856B
(122,133,107)
#69725C
(105,114,92)
#585F4D
(88,95,77)
#474C3E
(71,76,62)
#36392F
(54,57,47)
#252620
(37,38,32)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #BED1A7

#BED1A7
(190,209,167)
#C3D5AF
(195,213,175)
#C8D9B7
(200,217,183)
#CDDDBF
(205,221,191)
#D2E1C7
(210,225,199)
#D7E5CF
(215,229,207)
#DCE9D7
(220,233,215)
#E1EDDF
(225,237,223)
#E6F1E7
(230,241,231)
#EBF5EF
(235,245,239)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED1A7; }

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

This text font color is #BED1A7.

Background Color

.myBgColor { background-color: #BED1A7; }

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

This div background color is #BED1A7.

Border color

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

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

This div border color is #BED1A7.

Opacity

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

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

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

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

This text has shadow with #BED1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED1A7.

Preview

Color preview on black background

This text has color #BED1A7 on black background.


Color preview on white background

This text has color #BED1A7 on white background.


Black color preview on #BED1A7 background

This text has black color on #BED1A7 background.


White color preview on #BED1A7 background

This text has white color on #BED1A7 background.


Related colors

Complementary color

Complementary color for #hex is #412E58.


I love getcolorcode.com

Triadic colors

1 #A7BED1 and #D1A7BE with #BED1A7 are triadic colors.

2 #A7D1BE and #D1BEA7 with #BED1A7 are triadic colors.