COLOR #BEDD98

HEX: #BEDD98 RGB: (190,221,152)

Color info

#BEDD98 contains mainly red and green colors. Web safe color of #BEDD98 is #CCCC99 (or #CC9).

RGB color model

#BEDD98 color RGB value is (190,221,152).

RGB: (190,221,152) (75%, 87%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 152 of 255 = 60%

190
221
152

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

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 152 = 563 (100%)
R 190 of 563 ~ 33.75%
G 221 of 563 ~ 39.25%
B 152 of 563 ~ 27'%

%33.75
%39.25
%27

CMYK color model

#BEDD98 color CMYK value is (14,0,31,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 31.22%
  • key color value is 13.33%

CMYK: (14,0,31,13)
C14M0Y31K13 (14%, 0%, 31%, 13%)
(0.14 / 0.00 / 0.31 / 0.13)

CMYK percentages

%14.03
%0
%31.22
%13.33

Codes

Color #BEDD98 in popluar color models

BE DD 98
RGB 190 221 152
HSL 87° 50.36% 73.14%
HSB/HSV 87° 31.22% 86.67%
CMYK 14.03% 0.00% 31.22%
13.33%

Color #BEDD98 in popluar number systems.

HEX BE DD 98
Decimal 190 221 152
Binary 10111110 11011101 10011000
Octal 276 335 230

Shades and tints

Shades of #BEDD98

#BEDD98
(190,221,152)
#ADC98B
(173,201,139)
#9CB57E
(156,181,126)
#8BA171
(139,161,113)
#7A8D64
(122,141,100)
#697957
(105,121,87)
#58654A
(88,101,74)
#47513D
(71,81,61)
#363D30
(54,61,48)
#252923
(37,41,35)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEDD98

#BEDD98
(190,221,152)
#C3E0A1
(195,224,161)
#C8E3AA
(200,227,170)
#CDE6B3
(205,230,179)
#D2E9BC
(210,233,188)
#D7ECC5
(215,236,197)
#DCEFCE
(220,239,206)
#E1F2D7
(225,242,215)
#E6F5E0
(230,245,224)
#EBF8E9
(235,248,233)
#F0FBF2
(240,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDD98; }

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

This text font color is #BEDD98.

Background Color

.myBgColor { background-color: #BEDD98; }

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

This div background color is #BEDD98.

Border color

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

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

This div border color is #BEDD98.

Opacity

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

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

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

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

This text has shadow with #BEDD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDD98.

Preview

Color preview on black background

This text has color #BEDD98 on black background.


Color preview on white background

This text has color #BEDD98 on white background.


Black color preview on #BEDD98 background

This text has black color on #BEDD98 background.


White color preview on #BEDD98 background

This text has white color on #BEDD98 background.


Related colors

Complementary color

Complementary color for #hex is #412267.


I love getcolorcode.com

Triadic colors

1 #98BEDD and #DD98BE with #BEDD98 are triadic colors.

2 #98DDBE and #DDBE98 with #BEDD98 are triadic colors.