COLOR #C6CFAB

HEX: #C6CFAB
RGB: (198,207,171)

Color info

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

RGB color model

#C6CFAB color RGB value is (198,207,171).

  • red value is 198;
  • green value is 207;
  • blue value is 171.
RGB:
(198,207,171)
(78%,81%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 171 of 255 = 67%

198
207
171

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

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 171 = 576 (100%)
R 198 of 576 ~ 34.38%
G 207 of 576 ~ 35.94%
B 171 of 576 ~ 29.69%

%34.38
%35.94
%29.69

CMYK color model

#C6CFAB color CMYK value is (4,0,17,19).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 18.82%
CMYK:
(4,0,17,19)
C4M0Y17K19 
(4%,0%,17%,19%)
(0.04/0.00/0.17/0.19)	

CMYK percentages

%4.35
%0
%17.39
%18.82

Codes

Color #C6CFAB in popluar color models

C6CFAB
RGB198207171
HSL75°27.27%74.12%
HSB/HSV75°17.39%81.18%
CMYK4.35%0.00%17.39%
18.82%

Color #C6CFAB in popluar number systems.

HEXC6CFAB
Decimal198207171
Binary110001101100111110101011
Octal306317253

Shades and tints

Shades of #C6CFAB

#C6CFAB
(198,207,171)
#B4BD9C
(180,189,156)
#A2AB8D
(162,171,141)
#90997E
(144,153,126)
#7E876F
(126,135,111)
#6C7560
(108,117,96)
#5A6351
(90,99,81)
#485142
(72,81,66)
#363F33
(54,63,51)
#242D24
(36,45,36)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #C6CFAB

#C6CFAB
(198,207,171)
#CBD3B2
(203,211,178)
#D0D7B9
(208,215,185)
#D5DBC0
(213,219,192)
#DADFC7
(218,223,199)
#DFE3CE
(223,227,206)
#E4E7D5
(228,231,213)
#E9EBDC
(233,235,220)
#EEEFE3
(238,239,227)
#F3F3EA
(243,243,234)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CFAB color. Also use rgb(198,207,171) instead hex code.

Text Font Color

.myTextColor { color: #C6CFAB; }

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

This text font color is #C6CFAB.


Background Color

.myBgColor { background-color: #C6CFAB; }

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

This div background color is #C6CFAB.


Border color

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

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

This div border color is #C6CFAB.


Opacity

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

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

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

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

This text has shadow with #C6CFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CFAB on black background.


Color preview on white background

This text has color #C6CFAB on white background.



Black color preview on #C6CFAB background

This text has black color on #C6CFAB background.


White color preview on #C6CFAB background

This text has white color on #C6CFAB background.