COLOR #C6CEA9

HEX: #C6CEA9 RGB: (198,206,169)

Color info

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

RGB color model

#C6CEA9 color RGB value is (198,206,169).

RGB: (198,206,169) (78%, 81%, 66%)

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 169 of 255 = 66%

198
206
169

R + G + B ~ 75%. #C6CEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 206 + 169 = 573 (100%)
R 198 of 573 ~ 34.55%
G 206 of 573 ~ 35.95%
B 169 of 573 ~ 29.49'%

%34.55
%35.95
%29.49

CMYK color model

#C6CEA9 color CMYK value is (4,0,18,19).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 19.22%

CMYK: (4,0,18,19)
C4M0Y18K19 (4%, 0%, 18%, 19%)
(0.04 / 0.00 / 0.18 / 0.19)

CMYK percentages

%3.88
%0
%17.96
%19.22

Codes

Color #C6CEA9 in popluar color models

C6 CE A9
RGB 198 206 169
HSL 73° 27.41% 73.53%
HSB/HSV 73° 17.96% 80.78%
CMYK 3.88% 0.00% 17.96%
19.22%

Color #C6CEA9 in popluar number systems.

HEX C6 CE A9
Decimal 198 206 169
Binary 11000110 11001110 10101001
Octal 306 316 251

Shades and tints

Shades of #C6CEA9

#C6CEA9
(198,206,169)
#B4BC9A
(180,188,154)
#A2AA8B
(162,170,139)
#90987C
(144,152,124)
#7E866D
(126,134,109)
#6C745E
(108,116,94)
#5A624F
(90,98,79)
#485040
(72,80,64)
#363E31
(54,62,49)
#242C22
(36,44,34)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #C6CEA9

#C6CEA9
(198,206,169)
#CBD2B0
(203,210,176)
#D0D6B7
(208,214,183)
#D5DABE
(213,218,190)
#DADEC5
(218,222,197)
#DFE2CC
(223,226,204)
#E4E6D3
(228,230,211)
#E9EADA
(233,234,218)
#EEEEE1
(238,238,225)
#F3F2E8
(243,242,232)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CEA9 color. Also use rgb(198,206,169) instead hex code.

Text Font Color

.myTextColor { color: #C6CEA9; }

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

This text font color is #C6CEA9.

Background Color

.myBgColor { background-color: #C6CEA9; }

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

This div background color is #C6CEA9.

Border color

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

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

This div border color is #C6CEA9.

Opacity

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

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

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

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

This text has shadow with #C6CEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CEA9.

Preview

Color preview on black background

This text has color #C6CEA9 on black background.


Color preview on white background

This text has color #C6CEA9 on white background.


Black color preview on #C6CEA9 background

This text has black color on #C6CEA9 background.


White color preview on #C6CEA9 background

This text has white color on #C6CEA9 background.


Related colors

Complementary color

Complementary color for #hex is #393156.


I love getcolorcode.com

Triadic colors

1 #A9C6CE and #CEA9C6 with #C6CEA9 are triadic colors.

2 #A9CEC6 and #CEC6A9 with #C6CEA9 are triadic colors.