COLOR #C69986

HEX: #C69986
RGB: (198,153,134)

Color info

#C69986 contains mainly red and green colors. Web safe color of #C69986 is #CC9999 (or #C99).

RGB color model

#C69986 color RGB value is (198,153,134).

  • red value is 198;
  • green value is 153;
  • blue value is 134.
RGB:
(198,153,134)
(78%,60%,53%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 134 of 255 = 53%

198
153
134

R + G + B ~ 64%. #C69986 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 153 + 134 = 485 (100%)
R 198 of 485 ~ 40.82%
G 153 of 485 ~ 31.55%
B 134 of 485 ~ 27.63%

%40.82
%31.55
%27.63

CMYK color model

#C69986 color CMYK value is (0,23,32,22).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 32.32%
  • key color value is 22.35%
CMYK:
(0,23,32,22)
C0M23Y32K22 
(0%,23%,32%,22%)
(0.00/0.23/0.32/0.22)	

CMYK percentages

%0
%22.73
%32.32
%22.35

Codes

Color #C69986 in popluar color models

C69986
RGB198153134
HSL18°35.96%65.10%
HSB/HSV18°32.32%77.65%
CMYK0.00%22.73%32.32%
22.35%

Color #C69986 in popluar number systems.

HEXC69986
Decimal198153134
Binary110001101001100110000110
Octal306231206

Shades and tints

Shades of #C69986

#C69986
(198,153,134)
#B48C7A
(180,140,122)
#A27F6E
(162,127,110)
#907262
(144,114,98)
#7E6556
(126,101,86)
#6C584A
(108,88,74)
#5A4B3E
(90,75,62)
#483E32
(72,62,50)
#363126
(54,49,38)
#24241A
(36,36,26)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #C69986

#C69986
(198,153,134)
#CBA291
(203,162,145)
#D0AB9C
(208,171,156)
#D5B4A7
(213,180,167)
#DABDB2
(218,189,178)
#DFC6BD
(223,198,189)
#E4CFC8
(228,207,200)
#E9D8D3
(233,216,211)
#EEE1DE
(238,225,222)
#F3EAE9
(243,234,233)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69986 color. Also use rgb(198,153,134) instead hex code.

Text Font Color

.myTextColor { color: #C69986; }

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

This text font color is #C69986.


Background Color

.myBgColor { background-color: #C69986; }

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

This div background color is #C69986.


Border color

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

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

This div border color is #C69986.


Opacity

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

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

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

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

This text has shadow with #C69986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69986 on black background.


Color preview on white background

This text has color #C69986 on white background.



Black color preview on #C69986 background

This text has black color on #C69986 background.


White color preview on #C69986 background

This text has white color on #C69986 background.