COLOR #BED4AC

HEX: #BED4AC
RGB: (190,212,172)

Color info

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

RGB color model

#BED4AC color RGB value is (190,212,172).

  • red value is 190;
  • green value is 212;
  • blue value is 172.
RGB:
(190,212,172)
(75%,83%,67%)

RGB channels and saturation

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

190
212
172

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

Portions of RGB colors in percentages

R + G + B =
190 + 212 + 172 = 574 (100%)
R 190 of 574 ~ 33.1%
G 212 of 574 ~ 36.93%
B 172 of 574 ~ 29.97%

%33.1
%36.93
%29.97

CMYK color model

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

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 18.87%
  • 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
%18.87
%16.86

Codes

Color #BED4AC in popluar color models

BED4AC
RGB190212172
HSL93°31.75%75.29%
HSB/HSV93°18.87%83.14%
CMYK10.38%0.00%18.87%
16.86%

Color #BED4AC in popluar number systems.

HEXBED4AC
Decimal190212172
Binary101111101101010010101100
Octal276324254

Shades and tints

Shades of #BED4AC

#BED4AC
(190,212,172)
#ADC19D
(173,193,157)
#9CAE8E
(156,174,142)
#8B9B7F
(139,155,127)
#7A8870
(122,136,112)
#697561
(105,117,97)
#586252
(88,98,82)
#474F43
(71,79,67)
#363C34
(54,60,52)
#252925
(37,41,37)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BED4AC

#BED4AC
(190,212,172)
#C3D7B3
(195,215,179)
#C8DABA
(200,218,186)
#CDDDC1
(205,221,193)
#D2E0C8
(210,224,200)
#D7E3CF
(215,227,207)
#DCE6D6
(220,230,214)
#E1E9DD
(225,233,221)
#E6ECE4
(230,236,228)
#EBEFEB
(235,239,235)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED4AC; }

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

This text font color is #BED4AC.


Background Color

.myBgColor { background-color: #BED4AC; }

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

This div background color is #BED4AC.


Border color

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

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

This div border color is #BED4AC.


Opacity

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

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

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

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

This text has shadow with #BED4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED4AC on black background.


Color preview on white background

This text has color #BED4AC on white background.



Black color preview on #BED4AC background

This text has black color on #BED4AC background.


White color preview on #BED4AC background

This text has white color on #BED4AC background.