COLOR #BED298

HEX: #BED298
RGB: (190,210,152)

Color info

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

RGB color model

#BED298 color RGB value is (190,210,152).

  • red value is 190;
  • green value is 210;
  • blue value is 152.
RGB:
(190,210,152)
(75%,82%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 152 of 255 = 60%

190
210
152

R + G + B ~ 72%. #BED298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 210 + 152 = 552 (100%)
R 190 of 552 ~ 34.42%
G 210 of 552 ~ 38.04%
B 152 of 552 ~ 27.54%

%34.42
%38.04
%27.54

CMYK color model

#BED298 color CMYK value is (10,0,28,18).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK:
(10,0,28,18)
C10M0Y28K18 
(10%,0%,28%,18%)
(0.10/0.00/0.28/0.18)	

CMYK percentages

%9.52
%0
%27.62
%17.65

Codes

Color #BED298 in popluar color models

BED298
RGB190210152
HSL81°39.19%70.98%
HSB/HSV81°27.62%82.35%
CMYK9.52%0.00%27.62%
17.65%

Color #BED298 in popluar number systems.

HEXBED298
Decimal190210152
Binary101111101101001010011000
Octal276322230

Shades and tints

Shades of #BED298

#BED298
(190,210,152)
#ADBF8B
(173,191,139)
#9CAC7E
(156,172,126)
#8B9971
(139,153,113)
#7A8664
(122,134,100)
#697357
(105,115,87)
#58604A
(88,96,74)
#474D3D
(71,77,61)
#363A30
(54,58,48)
#252723
(37,39,35)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BED298

#BED298
(190,210,152)
#C3D6A1
(195,214,161)
#C8DAAA
(200,218,170)
#CDDEB3
(205,222,179)
#D2E2BC
(210,226,188)
#D7E6C5
(215,230,197)
#DCEACE
(220,234,206)
#E1EED7
(225,238,215)
#E6F2E0
(230,242,224)
#EBF6E9
(235,246,233)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED298 color. Also use rgb(190,210,152) instead hex code.

Text Font Color

.myTextColor { color: #BED298; }

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

This text font color is #BED298.


Background Color

.myBgColor { background-color: #BED298; }

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

This div background color is #BED298.


Border color

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

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

This div border color is #BED298.


Opacity

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

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

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

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

This text has shadow with #BED298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED298 on black background.


Color preview on white background

This text has color #BED298 on white background.



Black color preview on #BED298 background

This text has black color on #BED298 background.


White color preview on #BED298 background

This text has white color on #BED298 background.