COLOR #C6CA98

HEX: #C6CA98 RGB: (198,202,152)

Color info

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

RGB color model

#C6CA98 color RGB value is (198,202,152).

RGB: (198,202,152) (78%, 79%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 152 of 255 = 60%

198
202
152

R + G + B ~ 72%. #C6CA98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 152 = 552 (100%)
R 198 of 552 ~ 35.87%
G 202 of 552 ~ 36.59%
B 152 of 552 ~ 27.54'%

%35.87
%36.59
%27.54

CMYK color model

#C6CA98 color CMYK value is (2,0,25,21).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 20.78%

CMYK: (2,0,25,21)
C2M0Y25K21 (2%, 0%, 25%, 21%)
(0.02 / 0.00 / 0.25 / 0.21)

CMYK percentages

%1.98
%0
%24.75
%20.78

Codes

Color #C6CA98 in popluar color models

C6 CA 98
RGB 198 202 152
HSL 65° 32.05% 69.41%
HSB/HSV 65° 24.75% 79.22%
CMYK 1.98% 0.00% 24.75%
20.78%

Color #C6CA98 in popluar number systems.

HEX C6 CA 98
Decimal 198 202 152
Binary 11000110 11001010 10011000
Octal 306 312 230

Shades and tints

Shades of #C6CA98

#C6CA98
(198,202,152)
#B4B88B
(180,184,139)
#A2A67E
(162,166,126)
#909471
(144,148,113)
#7E8264
(126,130,100)
#6C7057
(108,112,87)
#5A5E4A
(90,94,74)
#484C3D
(72,76,61)
#363A30
(54,58,48)
#242823
(36,40,35)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #C6CA98

#C6CA98
(198,202,152)
#CBCEA1
(203,206,161)
#D0D2AA
(208,210,170)
#D5D6B3
(213,214,179)
#DADABC
(218,218,188)
#DFDEC5
(223,222,197)
#E4E2CE
(228,226,206)
#E9E6D7
(233,230,215)
#EEEAE0
(238,234,224)
#F3EEE9
(243,238,233)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CA98 color. Also use rgb(198,202,152) instead hex code.

Text Font Color

.myTextColor { color: #C6CA98; }

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

This text font color is #C6CA98.

Background Color

.myBgColor { background-color: #C6CA98; }

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

This div background color is #C6CA98.

Border color

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

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

This div border color is #C6CA98.

Opacity

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

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

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

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

This text has shadow with #C6CA98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CA98.

Preview

Color preview on black background

This text has color #C6CA98 on black background.


Color preview on white background

This text has color #C6CA98 on white background.


Black color preview on #C6CA98 background

This text has black color on #C6CA98 background.


White color preview on #C6CA98 background

This text has white color on #C6CA98 background.


Related colors

Complementary color

Complementary color for #hex is #393567.


I love getcolorcode.com

Triadic colors

1 #98C6CA and #CA98C6 with #C6CA98 are triadic colors.

2 #98CAC6 and #CAC698 with #C6CA98 are triadic colors.