COLOR #BED4AB

HEX: #BED4AB RGB: (190,212,171)

Color info

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

RGB color model

#BED4AB color RGB value is (190,212,171).

RGB: (190,212,171) (75%, 83%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 171 of 255 = 67%

190
212
171

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

Portions of RGB colors in percentages

R + G + B = 190 + 212 + 171 = 573 (100%)
R 190 of 573 ~ 33.16%
G 212 of 573 ~ 37%
B 171 of 573 ~ 29.84'%

%33.16
%37
%29.84

CMYK color model

#BED4AB color CMYK value is (10,0,19,17).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%

CMYK: (10,0,19,17)
C10M0Y19K17 (10%, 0%, 19%, 17%)
(0.10 / 0.00 / 0.19 / 0.17)

CMYK percentages

%10.38
%0
%19.34
%16.86

Codes

Color #BED4AB in popluar color models

BE D4 AB
RGB 190 212 171
HSL 92° 32.28% 75.10%
HSB/HSV 92° 19.34% 83.14%
CMYK 10.38% 0.00% 19.34%
16.86%

Color #BED4AB in popluar number systems.

HEX BE D4 AB
Decimal 190 212 171
Binary 10111110 11010100 10101011
Octal 276 324 253

Shades and tints

Shades of #BED4AB

#BED4AB
(190,212,171)
#ADC19C
(173,193,156)
#9CAE8D
(156,174,141)
#8B9B7E
(139,155,126)
#7A886F
(122,136,111)
#697560
(105,117,96)
#586251
(88,98,81)
#474F42
(71,79,66)
#363C33
(54,60,51)
#252924
(37,41,36)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BED4AB

#BED4AB
(190,212,171)
#C3D7B2
(195,215,178)
#C8DAB9
(200,218,185)
#CDDDC0
(205,221,192)
#D2E0C7
(210,224,199)
#D7E3CE
(215,227,206)
#DCE6D5
(220,230,213)
#E1E9DC
(225,233,220)
#E6ECE3
(230,236,227)
#EBEFEA
(235,239,234)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED4AB color. Also use rgb(190,212,171) instead hex code.

Text Font Color

.myTextColor { color: #BED4AB; }

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

This text font color is #BED4AB.

Background Color

.myBgColor { background-color: #BED4AB; }

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

This div background color is #BED4AB.

Border color

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

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

This div border color is #BED4AB.

Opacity

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

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

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

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

This text has shadow with #BED4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED4AB.

Preview

Color preview on black background

This text has color #BED4AB on black background.


Color preview on white background

This text has color #BED4AB on white background.


Black color preview on #BED4AB background

This text has black color on #BED4AB background.


White color preview on #BED4AB background

This text has white color on #BED4AB background.


Related colors

Complementary color

Complementary color for #hex is #412B54.


I love getcolorcode.com

Triadic colors

1 #ABBED4 and #D4ABBE with #BED4AB are triadic colors.

2 #ABD4BE and #D4BEAB with #BED4AB are triadic colors.