COLOR #C6CEB4

HEX: #C6CEB4
RGB: (198,206,180)

Color info

#C6CEB4 contains red, green and blue colors in about the same proportion. Web safe color of #C6CEB4 is #CCCCCC (or #CCC).

RGB color model

#C6CEB4 color RGB value is (198,206,180).

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

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 180 of 255 = 71%

198
206
180

R + G + B ~ 77%. #C6CEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 206 + 180 = 584 (100%)
R 198 of 584 ~ 33.9%
G 206 of 584 ~ 35.27%
B 180 of 584 ~ 30.82%

%33.9
%35.27
%30.82

CMYK color model

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

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • 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
%12.62
%19.22

Codes

Color #C6CEB4 in popluar color models

C6CEB4
RGB198206180
HSL78°20.97%75.69%
HSB/HSV78°12.62%80.78%
CMYK3.88%0.00%12.62%
19.22%

Color #C6CEB4 in popluar number systems.

HEXC6CEB4
Decimal198206180
Binary110001101100111010110100
Octal306316264

Shades and tints

Shades of #C6CEB4

#C6CEB4
(198,206,180)
#B4BCA4
(180,188,164)
#A2AA94
(162,170,148)
#909884
(144,152,132)
#7E8674
(126,134,116)
#6C7464
(108,116,100)
#5A6254
(90,98,84)
#485044
(72,80,68)
#363E34
(54,62,52)
#242C24
(36,44,36)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #C6CEB4

#C6CEB4
(198,206,180)
#CBD2BA
(203,210,186)
#D0D6C0
(208,214,192)
#D5DAC6
(213,218,198)
#DADECC
(218,222,204)
#DFE2D2
(223,226,210)
#E4E6D8
(228,230,216)
#E9EADE
(233,234,222)
#EEEEE4
(238,238,228)
#F3F2EA
(243,242,234)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CEB4; }

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

This text font color is #C6CEB4.


Background Color

.myBgColor { background-color: #C6CEB4; }

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

This div background color is #C6CEB4.


Border color

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

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

This div border color is #C6CEB4.


Opacity

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

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

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

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

This text has shadow with #C6CEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEB4 on black background.


Color preview on white background

This text has color #C6CEB4 on white background.



Black color preview on #C6CEB4 background

This text has black color on #C6CEB4 background.


White color preview on #C6CEB4 background

This text has white color on #C6CEB4 background.