COLOR #BDCD98

HEX: #BDCD98 RGB: (189,205,152)

Color info

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

RGB color model

#BDCD98 color RGB value is (189,205,152).

RGB: (189,205,152) (74%, 80%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 152 of 255 = 60%

189
205
152

R + G + B ~ 71%. #BDCD98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 205 + 152 = 546 (100%)
R 189 of 546 ~ 34.62%
G 205 of 546 ~ 37.55%
B 152 of 546 ~ 27.84'%

%34.62
%37.55
%27.84

CMYK color model

#BDCD98 color CMYK value is (8,0,26,20).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 25.85%
  • key color value is 19.61%

CMYK: (8,0,26,20)
C8M0Y26K20 (8%, 0%, 26%, 20%)
(0.08 / 0.00 / 0.26 / 0.20)

CMYK percentages

%7.8
%0
%25.85
%19.61

Codes

Color #BDCD98 in popluar color models

BD CD 98
RGB 189 205 152
HSL 78° 34.64% 70.00%
HSB/HSV 78° 25.85% 80.39%
CMYK 7.80% 0.00% 25.85%
19.61%

Color #BDCD98 in popluar number systems.

HEX BD CD 98
Decimal 189 205 152
Binary 10111101 11001101 10011000
Octal 275 315 230

Shades and tints

Shades of #BDCD98

#BDCD98
(189,205,152)
#ACBB8B
(172,187,139)
#9BA97E
(155,169,126)
#8A9771
(138,151,113)
#798564
(121,133,100)
#687357
(104,115,87)
#57614A
(87,97,74)
#464F3D
(70,79,61)
#353D30
(53,61,48)
#242B23
(36,43,35)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDCD98

#BDCD98
(189,205,152)
#C3D1A1
(195,209,161)
#C9D5AA
(201,213,170)
#CFD9B3
(207,217,179)
#D5DDBC
(213,221,188)
#DBE1C5
(219,225,197)
#E1E5CE
(225,229,206)
#E7E9D7
(231,233,215)
#EDEDE0
(237,237,224)
#F3F1E9
(243,241,233)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCD98 color. Also use rgb(189,205,152) instead hex code.

Text Font Color

.myTextColor { color: #BDCD98; }

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

This text font color is #BDCD98.

Background Color

.myBgColor { background-color: #BDCD98; }

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

This div background color is #BDCD98.

Border color

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

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

This div border color is #BDCD98.

Opacity

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

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

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

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

This text has shadow with #BDCD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCD98.

Preview

Color preview on black background

This text has color #BDCD98 on black background.


Color preview on white background

This text has color #BDCD98 on white background.


Black color preview on #BDCD98 background

This text has black color on #BDCD98 background.


White color preview on #BDCD98 background

This text has white color on #BDCD98 background.


Related colors

Complementary color

Complementary color for #hex is #423267.


I love getcolorcode.com

Triadic colors

1 #98BDCD and #CD98BD with #BDCD98 are triadic colors.

2 #98CDBD and #CDBD98 with #BDCD98 are triadic colors.