COLOR #A1CB98

HEX: #A1CB98
RGB: (161,203,152)

Color info

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

RGB color model

#A1CB98 color RGB value is (161,203,152).

  • red value is 161;
  • green value is 203;
  • blue value is 152.
RGB:
(161,203,152)
(63%,80%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 203 of 255 = 80%
B 152 of 255 = 60%

161
203
152

R + G + B ~ 68%. #A1CB98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 203 + 152 = 516 (100%)
R 161 of 516 ~ 31.2%
G 203 of 516 ~ 39.34%
B 152 of 516 ~ 29.46%

%31.2
%39.34
%29.46

CMYK color model

#A1CB98 color CMYK value is (21,0,25,20).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 20.39%
CMYK:
(21,0,25,20)
C21M0Y25K20 
(21%,0%,25%,20%)
(0.21/0.00/0.25/0.20)	

CMYK percentages

%20.69
%0
%25.12
%20.39

Codes

Color #A1CB98 in popluar color models

A1CB98
RGB161203152
HSL109°32.90%69.61%
HSB/HSV109°25.12%79.61%
CMYK20.69%0.00%25.12%
20.39%

Color #A1CB98 in popluar number systems.

HEXA1CB98
Decimal161203152
Binary101000011100101110011000
Octal241313230

Shades and tints

Shades of #A1CB98

#A1CB98
(161,203,152)
#93B98B
(147,185,139)
#85A77E
(133,167,126)
#779571
(119,149,113)
#698364
(105,131,100)
#5B7157
(91,113,87)
#4D5F4A
(77,95,74)
#3F4D3D
(63,77,61)
#313B30
(49,59,48)
#232923
(35,41,35)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #A1CB98

#A1CB98
(161,203,152)
#A9CFA1
(169,207,161)
#B1D3AA
(177,211,170)
#B9D7B3
(185,215,179)
#C1DBBC
(193,219,188)
#C9DFC5
(201,223,197)
#D1E3CE
(209,227,206)
#D9E7D7
(217,231,215)
#E1EBE0
(225,235,224)
#E9EFE9
(233,239,233)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CB98 color. Also use rgb(161,203,152) instead hex code.

Text Font Color

.myTextColor { color: #A1CB98; }

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

This text font color is #A1CB98.


Background Color

.myBgColor { background-color: #A1CB98; }

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

This div background color is #A1CB98.


Border color

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

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

This div border color is #A1CB98.


Opacity

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

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

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

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

This text has shadow with #A1CB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CB98 on black background.


Color preview on white background

This text has color #A1CB98 on white background.



Black color preview on #A1CB98 background

This text has black color on #A1CB98 background.


White color preview on #A1CB98 background

This text has white color on #A1CB98 background.