COLOR #B1CD98

HEX: #B1CD98
RGB: (177,205,152)

Color info

#B1CD98 contains red, green and blue colors in about the same proportion. Web safe color of #B1CD98 is #99CC99 (or #9C9).

RGB color model

#B1CD98 color RGB value is (177,205,152).

  • red value is 177;
  • green value is 205;
  • blue value is 152.
RGB:
(177,205,152)
(69%,80%,60%)

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 152 of 255 = 60%

177
205
152

R + G + B ~ 70%. #B1CD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 205 + 152 = 534 (100%)
R 177 of 534 ~ 33.15%
G 205 of 534 ~ 38.39%
B 152 of 534 ~ 28.46%

%33.15
%38.39
%28.46

CMYK color model

#B1CD98 color CMYK value is (14,0,26,20).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 25.85%
  • key color value is 19.61%
CMYK:
(14,0,26,20)
C14M0Y26K20 
(14%,0%,26%,20%)
(0.14/0.00/0.26/0.20)	

CMYK percentages

%13.66
%0
%25.85
%19.61

Codes

Color #B1CD98 in popluar color models

B1CD98
RGB177205152
HSL92°34.64%70.00%
HSB/HSV92°25.85%80.39%
CMYK13.66%0.00%25.85%
19.61%

Color #B1CD98 in popluar number systems.

HEXB1CD98
Decimal177205152
Binary101100011100110110011000
Octal261315230

Shades and tints

Shades of #B1CD98

#B1CD98
(177,205,152)
#A1BB8B
(161,187,139)
#91A97E
(145,169,126)
#819771
(129,151,113)
#718564
(113,133,100)
#617357
(97,115,87)
#51614A
(81,97,74)
#414F3D
(65,79,61)
#313D30
(49,61,48)
#212B23
(33,43,35)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #B1CD98

#B1CD98
(177,205,152)
#B8D1A1
(184,209,161)
#BFD5AA
(191,213,170)
#C6D9B3
(198,217,179)
#CDDDBC
(205,221,188)
#D4E1C5
(212,225,197)
#DBE5CE
(219,229,206)
#E2E9D7
(226,233,215)
#E9EDE0
(233,237,224)
#F0F1E9
(240,241,233)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CD98; }

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

This text font color is #B1CD98.


Background Color

.myBgColor { background-color: #B1CD98; }

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

This div background color is #B1CD98.


Border color

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

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

This div border color is #B1CD98.


Opacity

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

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

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

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

This text has shadow with #B1CD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CD98 on black background.


Color preview on white background

This text has color #B1CD98 on white background.



Black color preview on #B1CD98 background

This text has black color on #B1CD98 background.


White color preview on #B1CD98 background

This text has white color on #B1CD98 background.