COLOR #C6CEB3

HEX: #C6CEB3
RGB: (198,206,179)

Color info

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

RGB color model

#C6CEB3 color RGB value is (198,206,179).

  • red value is 198;
  • green value is 206;
  • blue value is 179.
RGB:
(198,206,179)
(78%,81%,70%)

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 179 of 255 = 70%

198
206
179

R + G + B ~ 76%. #C6CEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 206 + 179 = 583 (100%)
R 198 of 583 ~ 33.96%
G 206 of 583 ~ 35.33%
B 179 of 583 ~ 30.7%

%33.96
%35.33
%30.7

CMYK color model

#C6CEB3 color CMYK value is (4,0,13,19).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 19.22%
CMYK:
(4,0,13,19)
C4M0Y13K19 
(4%,0%,13%,19%)
(0.04/0.00/0.13/0.19)	

CMYK percentages

%3.88
%0
%13.11
%19.22

Codes

Color #C6CEB3 in popluar color models

C6CEB3
RGB198206179
HSL78°21.60%75.49%
HSB/HSV78°13.11%80.78%
CMYK3.88%0.00%13.11%
19.22%

Color #C6CEB3 in popluar number systems.

HEXC6CEB3
Decimal198206179
Binary110001101100111010110011
Octal306316263

Shades and tints

Shades of #C6CEB3

#C6CEB3
(198,206,179)
#B4BCA3
(180,188,163)
#A2AA93
(162,170,147)
#909883
(144,152,131)
#7E8673
(126,134,115)
#6C7463
(108,116,99)
#5A6253
(90,98,83)
#485043
(72,80,67)
#363E33
(54,62,51)
#242C23
(36,44,35)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #C6CEB3

#C6CEB3
(198,206,179)
#CBD2B9
(203,210,185)
#D0D6BF
(208,214,191)
#D5DAC5
(213,218,197)
#DADECB
(218,222,203)
#DFE2D1
(223,226,209)
#E4E6D7
(228,230,215)
#E9EADD
(233,234,221)
#EEEEE3
(238,238,227)
#F3F2E9
(243,242,233)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CEB3; }

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

This text font color is #C6CEB3.


Background Color

.myBgColor { background-color: #C6CEB3; }

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

This div background color is #C6CEB3.


Border color

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

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

This div border color is #C6CEB3.


Opacity

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

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

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

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

This text has shadow with #C6CEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEB3 on black background.


Color preview on white background

This text has color #C6CEB3 on white background.



Black color preview on #C6CEB3 background

This text has black color on #C6CEB3 background.


White color preview on #C6CEB3 background

This text has white color on #C6CEB3 background.