COLOR #C6BFAE

HEX: #C6BFAE
RGB: (198,191,174)

Color info

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

RGB color model

#C6BFAE color RGB value is (198,191,174).

  • red value is 198;
  • green value is 191;
  • blue value is 174.
RGB:
(198,191,174)
(78%,75%,68%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 174 of 255 = 68%

198
191
174

R + G + B ~ 74%. #C6BFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 174 = 563 (100%)
R 198 of 563 ~ 35.17%
G 191 of 563 ~ 33.93%
B 174 of 563 ~ 30.91%

%35.17
%33.93
%30.91

CMYK color model

#C6BFAE color CMYK value is (0,4,12,22).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK:
(0,4,12,22)
C0M4Y12K22 
(0%,4%,12%,22%)
(0.00/0.04/0.12/0.22)	

CMYK percentages

%0
%3.54
%12.12
%22.35

Codes

Color #C6BFAE in popluar color models

C6BFAE
RGB198191174
HSL43°17.39%72.94%
HSB/HSV43°12.12%77.65%
CMYK0.00%3.54%12.12%
22.35%

Color #C6BFAE in popluar number systems.

HEXC6BFAE
Decimal198191174
Binary110001101011111110101110
Octal306277256

Shades and tints

Shades of #C6BFAE

#C6BFAE
(198,191,174)
#B4AE9F
(180,174,159)
#A29D90
(162,157,144)
#908C81
(144,140,129)
#7E7B72
(126,123,114)
#6C6A63
(108,106,99)
#5A5954
(90,89,84)
#484845
(72,72,69)
#363736
(54,55,54)
#242627
(36,38,39)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C6BFAE

#C6BFAE
(198,191,174)
#CBC4B5
(203,196,181)
#D0C9BC
(208,201,188)
#D5CEC3
(213,206,195)
#DAD3CA
(218,211,202)
#DFD8D1
(223,216,209)
#E4DDD8
(228,221,216)
#E9E2DF
(233,226,223)
#EEE7E6
(238,231,230)
#F3ECED
(243,236,237)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BFAE color. Also use rgb(198,191,174) instead hex code.

Text Font Color

.myTextColor { color: #C6BFAE; }

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

This text font color is #C6BFAE.


Background Color

.myBgColor { background-color: #C6BFAE; }

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

This div background color is #C6BFAE.


Border color

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

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

This div border color is #C6BFAE.


Opacity

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

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

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

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

This text has shadow with #C6BFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFAE on black background.


Color preview on white background

This text has color #C6BFAE on white background.



Black color preview on #C6BFAE background

This text has black color on #C6BFAE background.


White color preview on #C6BFAE background

This text has white color on #C6BFAE background.