COLOR #BDEDA8

HEX: #BDEDA8
RGB: (189,237,168)

Color info

#BDEDA8 contains mainly red and green colors. Web safe color of #BDEDA8 is #CCFF99 (or #CF9).

RGB color model

#BDEDA8 color RGB value is (189,237,168).

  • red value is 189;
  • green value is 237;
  • blue value is 168.
RGB:
(189,237,168)
(74%,93%,66%)

RGB channels and saturation

R 189 of 255 = 74%
G 237 of 255 = 93%
B 168 of 255 = 66%

189
237
168

R + G + B ~ 78%. #BDEDA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 237 + 168 = 594 (100%)
R 189 of 594 ~ 31.82%
G 237 of 594 ~ 39.9%
B 168 of 594 ~ 28.28%

%31.82
%39.9
%28.28

CMYK color model

#BDEDA8 color CMYK value is (20,0,29,7).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 29.11%
  • key color value is 7.06%
CMYK:
(20,0,29,7)
C20M0Y29K7 
(20%,0%,29%,7%)
(0.20/0.00/0.29/0.07)	

CMYK percentages

%20.25
%0
%29.11
%7.06

Codes

Color #BDEDA8 in popluar color models

BDEDA8
RGB189237168
HSL102°65.71%79.41%
HSB/HSV102°29.11%92.94%
CMYK20.25%0.00%29.11%
7.06%

Color #BDEDA8 in popluar number systems.

HEXBDEDA8
Decimal189237168
Binary101111011110110110101000
Octal275355250

Shades and tints

Shades of #BDEDA8

#BDEDA8
(189,237,168)
#ACD899
(172,216,153)
#9BC38A
(155,195,138)
#8AAE7B
(138,174,123)
#79996C
(121,153,108)
#68845D
(104,132,93)
#576F4E
(87,111,78)
#465A3F
(70,90,63)
#354530
(53,69,48)
#243021
(36,48,33)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #BDEDA8

#BDEDA8
(189,237,168)
#C3EEAF
(195,238,175)
#C9EFB6
(201,239,182)
#CFF0BD
(207,240,189)
#D5F1C4
(213,241,196)
#DBF2CB
(219,242,203)
#E1F3D2
(225,243,210)
#E7F4D9
(231,244,217)
#EDF5E0
(237,245,224)
#F3F6E7
(243,246,231)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEDA8 color. Also use rgb(189,237,168) instead hex code.

Text Font Color

.myTextColor { color: #BDEDA8; }

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

This text font color is #BDEDA8.


Background Color

.myBgColor { background-color: #BDEDA8; }

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

This div background color is #BDEDA8.


Border color

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

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

This div border color is #BDEDA8.


Opacity

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

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

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

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

This text has shadow with #BDEDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEDA8 on black background.


Color preview on white background

This text has color #BDEDA8 on white background.



Black color preview on #BDEDA8 background

This text has black color on #BDEDA8 background.


White color preview on #BDEDA8 background

This text has white color on #BDEDA8 background.